cvs commit: src/sys/dev/fxp if_fxp.c
Maxime Henrion
mux at FreeBSD.org
Thu Apr 21 06:27:39 PDT 2005
mux 2005-04-21 13:27:38 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Enable extended RFDs and TCBs, and thus checksum offloading, for
latest 82550 and 82551 chipsets (revision IDs 0x0e, 0x0f and 0x10).
We were only enabling it for revisions 0x0c and 0x0d, now it's
enabled for any 8255x NIC with a revision ID bigger than 0x0c. It
should be safe, and this is what Intel does in their open source
driver.
MFC after: 2 weeks
Tested by: Pavel Lobach lobach_pavel at mail dot ru
Revision Changes Path
1.231 +1 -2 src/sys/dev/fxp/if_fxp.c
More information about the cvs-src
mailing list