Module Name: src
Committed By: mbalmer
Date: Thu Aug 11 07:58:56 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Add pwdog(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1592 -r1.1593 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1592 src/doc/CHANGES:1.1593
--- src/doc/CHANGES:1.1592 Tue Aug 9 18:03:10 2011
+++ src/doc/CHANGES Thu Aug 11 07:58:56 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1592 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1593 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1101,4 +1101,6 @@
amd64: Switch to GCC 4.5.3 [mrg 20110806]
i386: Switch to GCC 4.5.3 [mrg 20110806]
userland: Over 50 new manual pages. [jruoho 20110809]
+ pwdog(4): A new driver for QUANCOM Electronic PWDOG1 watchdog timer
+ cards. [mbalmer 20110811]