Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add TEMPer and TERMPerHUM driver
details: https://anonhg.NetBSD.org/src/rev/ef0ad88ef5dc
branches: trunk
changeset: 751961:ef0ad88ef5dc
user: tonio <tonio%NetBSD.org@localhost>
date: Tue Feb 09 22:38:32 2010 +0000
description:
Add TEMPer and TERMPerHUM driver
diffstat:
sys/arch/i386/conf/ALL | 7 +++++--
sys/arch/i386/conf/GENERIC | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r 45bc8cb51753 -r ef0ad88ef5dc sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Tue Feb 09 22:16:12 2010 +0000
+++ b/sys/arch/i386/conf/ALL Tue Feb 09 22:38:32 2010 +0000
@@ -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 ?
diff -r 45bc8cb51753 -r ef0ad88ef5dc sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Feb 09 22:16:12 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Feb 09 22:38:32 2010 +0000
@@ -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 ?
Home |
Main Index |
Thread Index |
Old Index