]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb0e68e094f3df745be48464723627c038e84773
treec16c743438c26af94d959bc933a79208484a9277
parentce34bec07e59a60e7c66e8dc00618e062f67f8c3
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