commit | f8555ad0cfb0ba6cbc8729f337341fb11c82db89 | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Fri Jun 11 02:47:35 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 11 13:28:34 2010 -0700 |
tree | c16c743438c26af94d959bc933a79208484a9277 | |
parent | c527f81475aaa18123eebe3d72a40a25d8e244af [diff] |
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>