freebsd-dev/sys/dev/msk
Pyun YongHyeon 3c5571b374 Fix endianness bug introduced in r205091.
After controller updates control word in a RX LE, driver converts
it to host byte order. The checksum value in the control word is
stored in big endian form by controller. r205091 didn't account for
the host byte order conversion such that the checksum value was
incorrectly interpreted on big endian architectures which in turn
made all TCP/UDP frames dropped. Make RX checksum offload work
on any architectures by swapping the checksum value.

Reported by:	Sreekanth M. ( kanthms <> netlogicmicro dot com )
Tested by:	Sreekanth M. ( kanthms <> netlogicmicro dot com )
2010-12-31 22:18:41 +00:00
..
if_msk.c Fix endianness bug introduced in r205091. 2010-12-31 22:18:41 +00:00
if_mskreg.h Add basic support for Marvell 88E8059 Yukon Optima. 2010-04-30 18:58:55 +00:00