Module Name: src
Committed By: sborrill
Date: Sat Mar 6 22:11:08 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1317
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-5.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.1
diff -u src/doc/CHANGES-5.1:1.1.2.206 src/doc/CHANGES-5.1:1.1.2.207
--- src/doc/CHANGES-5.1:1.1.2.206 Sat Mar 6 22:03:19 2010
+++ src/doc/CHANGES-5.1 Sat Mar 6 22:11:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.206 2010/03/06 22:03:19 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.207 2010/03/06 22:11:08 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -16866,3 +16866,12 @@
Use the GCC builtins if possible to implement them.
[joerg, ticket #1315]
+sys/dev/ic/ahcisata_core.c 1.23
+
+ Move ahci_channel_start() after BSY has cleared (do not touch
+ SError while BSY is asserted). Fixes random behaviour of Intel
+ ESB2 controller with some models of Hitachi drives (serial
+ console corruption/misfunction, misbehavior of USB controllers,
+ crazy interrupts crashing the Xen hypervisor, etc.).
+ [bouyer, ticket #1317]
+