Module Name: src
Committed By: msaitoh
Date: Wed Dec 3 13:04:32 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket 1190.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 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.11 src/doc/CHANGES-6.1.6:1.1.2.12
--- src/doc/CHANGES-6.1.6:1.1.2.11 Tue Dec 2 22:23:44 2014
+++ src/doc/CHANGES-6.1.6 Wed Dec 3 13:04:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.11 2014/12/02 22:23:44 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.12 2014/12/03 13:04:32 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -233,3 +233,8 @@ share/zoneinfo/zone1970.tab
* Changes to historical data.
[apb, ticket #1195]
+sys/dev/ppbus/ppbus_base.c 1.20
+
+ Fix debugging format in ppbus(4) reported by John D. Baker.
+ Fixes PR/49281.
+ [snj, ticket #1190]