Module Name: src
Committed By: msaitoh
Date: Wed Dec 3 12:53:26 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1190.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.158 src/doc/CHANGES-6.2:1.1.2.159
--- src/doc/CHANGES-6.2:1.1.2.158 Tue Dec 2 22:24:36 2014
+++ src/doc/CHANGES-6.2 Wed Dec 3 12:53:26 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.158 2014/12/02 22:24:36 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.159 2014/12/03 12:53:26 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -4430,3 +4430,9 @@ 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]