diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:48:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:48:16 +0000 |
commit | 1b3eafc60b21ec771912b385fac7d36fa2e279b4 (patch) | |
tree | afb1f871a3991091b437213e1b668bb876836ef1 /sys/arch/hppa/conf/GENERIC | |
parent | 63378dbcbf2c74c9d53a9fc179748f4b31196f2b (diff) |
Add hil devices, and enable wsdisplay at sti and wskbd at gsc and hil.
Diffstat (limited to 'sys/arch/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 13d385a6e7c..a3f491d4df3 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2003/01/31 22:50:15 miod Exp $ +# $OpenBSD: GENERIC,v 1.20 2003/02/11 19:48:15 miod Exp $ # # Diskless kernel config # @@ -68,16 +68,10 @@ option EISAVERBOSE # GSC devices -#hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse -#hkbd* at hil? code 0 # keyboard -#hilnmi0 at hil? irq 2 # double-break on hil keyboard -#tb* at hil? code 1 # graphics tablet -#hms* at hil? code 2 # mouse, 3b mouse, 3b trackball, 3b quadrature mouse -#knob* at hil? code 3 # knob -#bbox* at hil? code 4 # 32 button box -#dizer* at hil? code 5 # A & B size digitizers -#crsr* at hil? code 6 # cursor for digitizer -#qbox* at hil? code 7 # quadrature +hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse +hilkbd* at hil? # keyboard, knob and buttons +#hilms* at hil? # mouse and tablets +#hilid* at hil? # ID module #medusa* at gsc? irq 4 # FDDI @@ -99,9 +93,8 @@ scsibus* at osiop? #audio* at aone? harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) audio* at harmony? -#gsckbc* at gsc? irq 26 -#gsckbd* at gsckbc? # PS/2 keyboard -#wskbd* at gsckbd? +gsckbc* at gsc? irq 26 +gsckbd* at gsckbc? # PS/2 keyboard #gscms* at gsckbc? # PS/2 mouse #fdc* at gsc? # PC floppy controller (WD37C65C) #option FD_DEBUG @@ -124,8 +117,9 @@ audio* at harmony? # MI devices #wsdisplay* at vgafb? -#wsdisplay* at sti? -#wskbd* at hkbd? +wsdisplay* at sti? +wskbd* at gsckbd? +wskbd* at hilkbd? #wsmouse* at gscms? #wsmouse* at hms? |