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 uts(4)



details:   https://anonhg.NetBSD.org/src/rev/b8716792a46a
branches:  trunk
changeset: 780871:b8716792a46a
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Fri Aug 10 11:32:32 2012 +0000

description:
Add uts(4)

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b7482798cabe -r b8716792a46a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Aug 10 09:26:58 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Aug 10 11:32:32 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1077 2012/08/01 04:20:05 matt Exp $
+# $NetBSD: GENERIC,v 1.1078 2012/08/10 11:32:32 sborrill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1077 $"
+#ident                 "GENERIC-$Revision: 1.1078 $"
 
 maxusers       64              # estimated number of users
 
@@ -1155,6 +1155,10 @@
 ums*   at uhidev? reportid ?
 wsmouse* at ums? mux 0
 
+# USB generic touchscreen
+uts*   at uhidev? reportid ?
+wsmouse* at uts? mux 0
+
 # USB eGalax touch-panel
 uep*   at uhub? port ?
 wsmouse* at uep? mux 0



Home | Main Index | Thread Index | Old Index