Module Name: src
Committed By: tonio
Date: Sun Feb 7 18:17:19 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note the import of uthum driver from openbsd
To generate a diff of this commit:
cvs rdiff -u -r1.1354 -r1.1355 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.1354 src/doc/CHANGES:1.1355
--- src/doc/CHANGES:1.1354 Sat Feb 6 20:13:03 2010
+++ src/doc/CHANGES Sun Feb 7 18:17:19 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1354 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1355 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -541,3 +541,5 @@
roy [20100203]
acpismbus(4): Add my experimental ACPI SMBus Control Method
Interface driver. [pgoyette 20100206]
+ uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
+ Adapted from OpenBSD [tonio 20100206]