commit | 14c9d9b03bb8ec63c77aebddea9a6f730f1b62d5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Dec 09 16:50:47 2007 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Dec 14 15:26:00 2007 -0500 |
tree | ef70f59cd9cb97be5825c835d94331d3c3f8760f | |
parent | 798fdd07fcc131f396e521febb4a7d42559bf4b5 [diff] |
sundance fixes * all places where we assign ->addr get cpu_to_le32(pci_map_single(....)), so we ought to convert back to host-endian before doing pci_unmap_single() et.al. * poisoning addresses in netdev_close() should be done _after_ unmapping them, not before it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>