Module Name: src
Committed By: martin
Date: Sat Nov 29 11:55:39 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket #1200
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.9 src/doc/CHANGES-6.1.6:1.1.2.10
--- src/doc/CHANGES-6.1.6:1.1.2.9 Sun Nov 9 08:01:58 2014
+++ src/doc/CHANGES-6.1.6 Sat Nov 29 11:55:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.9 2014/11/09 08:01:58 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.10 2014/11/29 11:55:39 martin Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -193,3 +193,10 @@ xsrc/external/mit/libXt/dist/src/ResConf
Fix DEBUG build of libXt. From Sandro Millien in PR xsrc/48863.
[snj, ticket #1181]
+
+sys/dev/pci/if_bge.c 1.260 (via patch)
+
+ Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
+ For PCI-X BCM5704, set maximum outstanding split transactions to 0.
+ This change fixes a serious stability problem on those chips.
+ [msaitoh, #1200]