Enable USB keyboard and mouse in the WSCONS kernel.
This commit is contained in:
parent
b1b7c6a2ff
commit
151fe94c14
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue