Module Name:    src
Committed By:   tonio
Date:           Tue Feb  9 22:38:32 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add TEMPer and TERMPerHUM driver


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.965 -r1.966 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.235 src/sys/arch/i386/conf/ALL:1.236
--- src/sys/arch/i386/conf/ALL:1.235	Tue Feb  9 03:19:50 2010
+++ src/sys/arch/i386/conf/ALL	Tue Feb  9 22:38:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.235 2010/02/09 03:19:50 cnst Exp $
+# $NetBSD: ALL,v 1.236 2010/02/09 22:38:32 tonio Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.235 $"
+#ident 		"ALL-$Revision: 1.236 $"
 
 maxusers	64		# estimated number of users
 
@@ -1171,6 +1171,9 @@
 ukbd*	at uhidev? reportid ?
 wskbd*	at ukbd? console ? mux 1
 
+# USB TERMPer and TEMPerHUM
+uthum*	at uhidev? reportid ?
+
 # USB serial adapter
 ucycom* at uhidev? reportid ?
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.965 src/sys/arch/i386/conf/GENERIC:1.966
--- src/sys/arch/i386/conf/GENERIC:1.965	Tue Feb  9 03:19:50 2010
+++ src/sys/arch/i386/conf/GENERIC	Tue Feb  9 22:38:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.965 2010/02/09 03:19:50 cnst Exp $
+# $NetBSD: GENERIC,v 1.966 2010/02/09 22:38:32 tonio Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.965 $"
+#ident 		"GENERIC-$Revision: 1.966 $"
 
 maxusers	64		# estimated number of users
 
@@ -1118,6 +1118,9 @@
 ukbd*	at uhidev? reportid ?
 wskbd*	at ukbd? console ? mux 1
 
+# USB TERMPer and TEMPerHUM
+uthum*	at uhidev? reportid ?
+
 # USB serial adapter
 ucycom* at uhidev? reportid ?
 

Reply via email to