Module Name:    src
Committed By:   phx
Date:           Fri Dec 10 17:54:34 UTC 2010

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
Add uthum(4), which I just verified working.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.285 src/sys/arch/macppc/conf/GENERIC:1.286
--- src/sys/arch/macppc/conf/GENERIC:1.285	Fri Dec 10 00:36:03 2010
+++ src/sys/arch/macppc/conf/GENERIC	Fri Dec 10 17:54:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.285 2010/12/10 00:36:03 macallan Exp $
+# $NetBSD: GENERIC,v 1.286 2010/12/10 17:54:34 phx Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.285 $"
+#ident 		"GENERIC-$Revision: 1.286 $"
 
 maxusers	32
 
@@ -477,6 +477,8 @@
 
 ukbd*	at uhidev? reportid ?				# USB Keyboards
 
+uthum*	at uhidev? reportid ?				# TEMPerHUM sensors
+
 ucycom*	at uhidev? reportid ?				# USB serial adapter
 
 uhid*	at uhidev? reportid ?				# USB Generic HID

Reply via email to