NetBSD-Bugs archive

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

PR/36430 CVS commit: [netbsd-5-0] src/sys/dev/pci



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

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/36430 CVS commit: [netbsd-5-0] src/sys/dev/pci
Date: Sun, 19 Jul 2009 19:48:27 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Sun Jul 19 19:48:26 UTC 2009
 
 Modified Files:
        src/sys/dev/pci [netbsd-5-0]: if_wm.c if_wmreg.h
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #862):
        sys/dev/pci/if_wm.c: revisions 1.168, 1.170, and 1.173 via patch
        sys/dev/pci/if_wmreg.h: revision 1.27
 Fixes serious three bugs.
 1) On i82563, the em driver says that the ready bit in the MDIC
 register may be incorrectly set. Insert delay(200) like the em driver.
 Fixes PR#41014
 2) Add workaround for 82543GC. We need to force speed and duplex on
 the MAC equal to what the PHY speed and duplex configuration is.
 Fixes PR#36430.
 3) Fix many problems and panic on TBI's cards (includes PR#32009).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.162.4.3 -r1.162.4.3.2.1 src/sys/dev/pci/if_wm.c
 cvs rdiff -u -r1.24 -r1.24.26.1 src/sys/dev/pci/if_wmreg.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