aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sis190.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-12-10 18:39:29 +0000
committerJeff Garzik <jeff@garzik.org>2007-12-14 15:26:15 -0500
commit8e9859184031ac1b0a0234b8671a90cfcd333666 (patch)
treeaf153b9b74f3833b01175504b8359063bfe24d5f /drivers/net/sis190.c
parente100: free IRQ to remove warningwhenrebooting (diff)
downloadlinux-dev-8e9859184031ac1b0a0234b8671a90cfcd333666.tar.xz
linux-dev-8e9859184031ac1b0a0234b8671a90cfcd333666.zip
hamachi endianness fixes
badly broken on big-endian * passing little-endian to pci_unmap_single() et.al. * cpu_to_le32() before passing value to writel() * worse, cpu_to_le64() and shifting/masking result before the same * hmp->tx_ring[i].status_n_length = cpu_to_le32( DescEndRing | (hmp->tx_ring[i].status_n_length & 0x0000FFFF)); is obviously bogus on big-endian. Not hard to untangle, fortunately... * poisoning addresses in rx_ring is better done after we'd done pci_unmap_single() on them, not before that. [this one affects little-endian as well, obviously, provided that pci_unmap_single() is not a no-op on target in question] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sis190.c')
0 files changed, 0 insertions, 0 deletions