Module Name: src
Committed By: bouyer
Date: Sat Jun 18 22:48:29 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Add sys/dev/isa/pcppi.c 1.37 to ticket 1625
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-5.2
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.2
diff -u src/doc/CHANGES-5.2:1.1.2.86 src/doc/CHANGES-5.2:1.1.2.87
--- src/doc/CHANGES-5.2:1.1.2.86 Sat Jun 18 17:21:32 2011
+++ src/doc/CHANGES-5.2 Sat Jun 18 22:48:29 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.86 2011/06/18 17:21:32 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.87 2011/06/18 22:48:29 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5248,7 +5248,7 @@
longer sleep forever in the kernel to acquire the lock.
[manu, ticket #1624]
-sys/dev/isa/pcppi.c 1.36
+sys/dev/isa/pcppi.c 1.36, 1.37
sys/dev/isa/pcppivar.h 1.10
convert a lockless + spltty() combo to a IPL_VM mutex and cv.