ethoc: Write bus addresses to registers
authorJonas Bonn <jonas@southpole.se>
Fri, 11 Jun 2010 02:47:35 +0000 (02:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2010 20:28:34 +0000 (13:28 -0700)
commitf8555ad0cfb0ba6cbc8729f337341fb11c82db89
treec16c743438c26af94d959bc933a79208484a9277
parentc527f81475aaa18123eebe3d72a40a25d8e244af
ethoc: Write bus addresses to registers

The ethoc driver should be writing bus addresses to the ethoc registers, not
virtual addresses.  This patch adds an array to store the virtual addresses
in and references that array when manipulating the contents of the buffer
descriptors.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethoc.c