Module Name:    src
Committed By:   rkujawa
Date:           Thu Oct  3 13:40:26 UTC 2013

Modified Files:
        src/sys/arch/amiga/conf: WSCONS

Log Message:
Enable USB keyboard and mouse in the WSCONS kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/amiga/conf/WSCONS

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/amiga/conf/WSCONS
diff -u src/sys/arch/amiga/conf/WSCONS:1.66 src/sys/arch/amiga/conf/WSCONS:1.67
--- src/sys/arch/amiga/conf/WSCONS:1.66	Fri Aug 17 20:11:38 2012
+++ src/sys/arch/amiga/conf/WSCONS	Thu Oct  3 13:40:26 2013
@@ -1,4 +1,4 @@
-# $NetBSD: WSCONS,v 1.66 2012/08/17 20:11:38 abs Exp $
+# $NetBSD: WSCONS,v 1.67 2013/10/03 13:40:26 rkujawa Exp $
 
 # GENERIC with wscons(4)
 #
@@ -15,8 +15,14 @@ options 	FONT_VT220ISO8x16
 
 wskbd0		at kbd0 console ?
 
+ukbd*		at uhidev? reportid ?  
+wskbd*		at ukbd? console ?
+
 wsmouse*	at ms?
 
+ums*		at uhidev? reportid ? 
+wsmouse*	at ums?
+
 no grfcc0	at mainbus0
 no grfrt0	at zbus0
 no grfrh0	at zbus0

Reply via email to