NetBSD-Bugs archive

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

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



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

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/30349 CVS commit: [netbsd-5] src/sys/dev
Date: Fri, 19 Nov 2010 23:40:29 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Fri Nov 19 23:40:29 UTC 2010
 
 Modified Files:
        src/sys/dev/mii [netbsd-5]: igphy.c inbmphyreg.h
        src/sys/dev/pci [netbsd-5]: if_wm.c if_wmreg.h if_wmvar.h pcidevs
            pcireg.h
 Added Files:
        src/sys/dev/mii [netbsd-5]: igphyvar.h
 
 Log Message:
 Pull up revisions (requested by msaitoh in ticket #1358):
        sys/dev/pci/if_wm.c             1.196-1.199,1.202,1.205
        sys/dev/pci/if_wmvar.h          1.9
        sys/dev/pci/if_wmreg.h          1.36-1.39
        sys/dev/pci/pcireg.h            1.61-1.64
        sys/dev/pci/pcidevs             1.1023
        sys/dev/pci/pcidevs.h           regen
        sys/dev/pci/pcidevs_data.h      regen
        mii/igphy.c                     1.21
        mii/igphyvar.h                  1.1
        mii/inbmphyreg.h                1.2
 
 - Count Receive error, CRC error, Alignment error, Symbol error, Sequence
   error, Carrier extension error and Receive length error into ierror.
   Fixes PR#30349 reported by UMEZAWA Takeshi.
 - Add support for 82575, 82576 and 82580(ER).
   - Apply the patch for 82575 from Wolfgang Stukenbrock (PR#42422). We use
     only one RX ring and with the legacy mode.
   - Add support for 82576.
   - Partial support for 82580.
   - Partial support for the serdes systems.
 - Add two workarounds for ICH8 with igp3.
   - Workaround for 82566 Kumeran PCS lock loss.
   - WOL from S5 stops working.
 - (pcireg.h) Add PCIe config register definitions.
 - Note that the changes to count Missed packet (rx fifo overflow) and Receive
   no buffers (rx ring full) into iqdrops in rev. 1.196 of if_wm.c is not
   pulled up.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16.10.1 -r1.16.10.2 src/sys/dev/mii/igphy.c
 cvs rdiff -u -r0 -r1.1.8.2 src/sys/dev/mii/igphyvar.h
 cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/dev/mii/inbmphyreg.h
 cvs rdiff -u -r1.162.4.13 -r1.162.4.14 src/sys/dev/pci/if_wm.c
 cvs rdiff -u -r1.24.20.4 -r1.24.20.5 src/sys/dev/pci/if_wmreg.h
 cvs rdiff -u -r1.2.46.3 -r1.2.46.4 src/sys/dev/pci/if_wmvar.h
 cvs rdiff -u -r1.962.4.11 -r1.962.4.12 src/sys/dev/pci/pcidevs
 cvs rdiff -u -r1.57 -r1.57.20.1 src/sys/dev/pci/pcireg.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