NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/40955 CVS commit: src/sys/dev/ic
The following reply was made to PR kern/40955; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/40955 CVS commit: src/sys/dev/ic
Date: Sat, 21 Mar 2009 07:58:31 +0000
Module Name: src
Committed By: tsutsui
Date: Sat Mar 21 07:58:30 UTC 2009
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h
Log Message:
Add hardware checksum support for newer PCIe 8168/8111/8102 chips,
per device info taken from FreeBSD driver. Tested by snj@ on 8111C.
Should closes PR kern/40955.
Note on old 8169 chips IP hw csum must be enabled to use TCP/UDP hw csums,
but I'm not sure if these newer chips still have the same restriction.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/ic/rtl8169.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/rtl81x9var.h
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