]> git.ipfire.org Git - people/ms/u-boot.git/commit
e1000: fix PCI memory addressing
authorTimur Tabi <timur@freescale.com>
Mon, 17 Aug 2009 20:55:38 +0000 (15:55 -0500)
committerBen Warren <biggerbadderben@gmail.com>
Fri, 21 Aug 2009 16:57:33 +0000 (09:57 -0700)
commitf81ecb5d3300bf92d17302d3712f30585c182da9
tree0d1f3e9098664976aaac470bae914baae363d7fd
parent2bcbd429f44e32ead38a33f372e4c027e66710f9
e1000: fix PCI memory addressing

The Intel E1000 driver was making assumptions about the relationship between
some virtual, physical, and PCI addresses.

Also fix some bad usage of the DEBUGOUT macro

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/e1000.c