Module Name: src
Committed By: cegger
Date: Mon Jun 15 12:58:24 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Add quirk for SB600/SB700 chipsets to workaround freeze in USB subsystem.
To generate a diff of this commit:
cvs rdiff -u -r1.1241 -r1.1242 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1241 src/doc/CHANGES:1.1242
--- src/doc/CHANGES:1.1241 Sat Jun 13 12:02:07 2009
+++ src/doc/CHANGES Mon Jun 15 12:58:24 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1241 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1242 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -299,3 +299,5 @@
maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
[jnemeth 20090609]
ntp: Import ntp-4-2-4p7. [kardel 20090613]
+ ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
+ in USB subsystem. [cegger 20090615]