Module Name: src
Committed By: snj
Date: Sun Jul 19 19:50:36 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Ticket 862.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-5.0.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.37 src/doc/CHANGES-5.0.1:1.1.2.38
--- src/doc/CHANGES-5.0.1:1.1.2.37 Sat Jul 18 21:39:47 2009
+++ src/doc/CHANGES-5.0.1 Sun Jul 19 19:50:36 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.37 2009/07/18 21:39:47 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.38 2009/07/19 19:50:36 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -626,3 +626,15 @@
handling independent of delayed ACK.
[is, ticket #859]
+sys/dev/pci/if_wm.c 1.168, 1.170 and 1.173 via patch
+sys/dev/pci/if_wmreg.h 1.27
+
+ 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).
+ [msaitoh, ticket #862]
+