Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   tsutsui
Date:           Sat Mar  7 15:03:25 UTC 2009

Modified Files:
        src/sys/dev/cardbus: if_fxp_cardbus.c
        src/sys/dev/ic: i82557.c i82557var.h
        src/sys/dev/pci: if_fxp_pci.c

Log Message:
Add TCPv4/UDPv4 RX hardware checksum support for i82559 and later chips
which don't have EXT_RFA and IPCB support. From hme(4) driver and
FreeBSD's fxp(4). Tested on i82559.

XXX: Probably we should have a common function to parse RX packet headers
XXX: to handle a raw checksum value and share it among hme(4) and gem(4) etc.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/cardbus/if_fxp_cardbus.c
cvs rdiff -u -r1.124 -r1.125 src/sys/dev/ic/i82557.c
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/i82557var.h
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/pci/if_fxp_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index