Module Name: src
Committed By: bouyer
Date: Wed Feb 16 20:38:45 UTC 2011
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
ticket 1540
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-5.0.3
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.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.25 src/doc/CHANGES-5.0.3:1.1.2.26
--- src/doc/CHANGES-5.0.3:1.1.2.25 Sun Jan 16 13:23:21 2011
+++ src/doc/CHANGES-5.0.3 Wed Feb 16 20:38:45 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.25 2011/01/16 13:23:21 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.26 2011/02/16 20:38:45 bouyer Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2565,3 +2565,9 @@
Fix a kernel lock leak
[pooka, ticket #1529]
+sys/dev/pci/pci.c 1.131
+
+ During shutdown, restore the each PCI device's bus-mastering enable to
+ the state that we found it in before attaching a driver to it.
+ [dyoung, ticket #1540]
+