NetBSD-Bugs archive

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

PR/40605 CVS commit: [netbsd-4] src/sys/dev



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

From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40605 CVS commit: [netbsd-4] src/sys/dev
Date: Tue, 18 Aug 2009 09:46:51 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Tue Aug 18 09:46:51 UTC 2009
 
 Modified Files:
        src/sys/dev/ic [netbsd-4]: rtl8169.c rtl81x9reg.h rtl81x9var.h
        src/sys/dev/mii [netbsd-4]: rgephy.c rgephyreg.h
        src/sys/dev/pci [netbsd-4]: if_re_pci.c
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #1339):
        sys/dev/ic/rtl8169.c: revisions 1.107, 1.114, 1.115, 1.116,
                                        1.117 (via patch), 1.118 (via patch),
                                        1.119, 1.121
        sys/dev/ic/rtl81x9reg.h: revisions 1.36, 1.37, 1.38, 1.39
        sys/dev/ic/rtl81x9var.h: revision  1.47
        sys/dev/mii/rgephy.c: revisions    1.16, 1.18, 1.19, 1.27 (via patch)
        sys/dev/mii/rgephyreg.h: revision 1.3
        sys/dev/pci/if_re_pci.c: revision 1.36
 - add support for RTL8211B(L) to rgephy(4)
 - add a wakeup instruction for rgephy(4) on newer re(4) chips
 - detect RTL8169CP, RTL8168D/8111D, and RTL8103E variants
 - fix rgephy(4) problem on RTL8111D reported on current-users:
   http://mail-index.NetBSD.org/current-users/2009/04/12/msg008977.html
   http://mail-index.NetBSD.org/current-users/2009/04/19/msg009096.html
 - pull more quirk handling from FreeBSD
 - fix RX hwcksum for DESCV2 chips for PR kern/40605
 - remove "B" suffix from RTL8168 device names in attach message
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.72.2.10 -r1.72.2.11 src/sys/dev/ic/rtl8169.c
 cvs rdiff -u -r1.25.2.5 -r1.25.2.6 src/sys/dev/ic/rtl81x9reg.h
 cvs rdiff -u -r1.37.2.2 -r1.37.2.3 src/sys/dev/ic/rtl81x9var.h
 cvs rdiff -u -r1.15 -r1.15.2.1 src/sys/dev/mii/rgephy.c
 cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/dev/mii/rgephyreg.h
 cvs rdiff -u -r1.21.2.5 -r1.21.2.6 src/sys/dev/pci/if_re_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