From: Al Viro Date: Sat, 22 Dec 2007 18:11:18 +0000 (+0000) Subject: dl2k endianness fixes (.24 fodder?) X-Git-Tag: v2.6.24-rc7~40^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ce8d3d1c75c22ae593ad4ccaffa19ee0e2576d;p=pandora-kernel.git dl2k endianness fixes (.24 fodder?) * shift before cpu_to_le64(), not after it * writel() converts to l-e itself * misc missing conversions * in set_multicast() hash_table[] is host-endian; we feed it to card via writel() and populate it as host-endian, so we'd better put the first element into it also in host-endian * pci_unmap_single() et.al. expect host-endian, not little-endian Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed