NetBSD-Bugs archive

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

PR/40955 CVS commit: [netbsd-5] src/sys/dev/ic



The following reply was made to PR kern/40955; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40955 CVS commit: [netbsd-5] src/sys/dev/ic
Date: Fri, 1 May 2009 02:03:45 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Fri May  1 02:03:44 UTC 2009
 
 Modified Files:
        src/sys/dev/ic [netbsd-5]: rtl8169.c rtl81x9reg.h rtl81x9var.h
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #597):
        sys/dev/ic/rtl8169.c: revision 1.109
        sys/dev/ic/rtl81x9reg.h: revision 1.34
        sys/dev/ic/rtl81x9var.h: revision 1.43
 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.105.4.2 -r1.105.4.3 src/sys/dev/ic/rtl8169.c
 cvs rdiff -u -r1.32.4.1 -r1.32.4.2 src/sys/dev/ic/rtl81x9reg.h
 cvs rdiff -u -r1.41.12.1 -r1.41.12.2 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