diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-16 16:32:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-07-16 16:32:09 +0000 |
commit | adb90c171c4675d893a66c5c4a280844643027c6 (patch) | |
tree | 28da3eb37d14937355603098e136e6075b020cd5 /sys/arch/hppa/conf/RAMDISK | |
parent | c40ff5a74813ffe5a9ab781208841060e795c4c4 (diff) |
Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of
gsckbd; the former will cause a proper translation page to be selected by
the keyboard.
Because of this, we no longer depend on the page the keyboard is left in
by the PDC (page 2 for all machines but the PrecisionBook, which is in
page 3), and there is no longer any need to use separate keyboard maps.
Diffstat (limited to 'sys/arch/hppa/conf/RAMDISK')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 68530040623..c611a696e6d 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.84 2008/07/02 03:00:03 brad Exp $ +# $OpenBSD: RAMDISK,v 1.85 2008/07/16 16:32:08 miod Exp $ # # Diskless kernel config # @@ -222,7 +222,7 @@ scsibus* at oosiop? #harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) #audio* at harmony? gsckbc* at gsc? irq 26 -gsckbd* at gsckbc? # PS/2 keyboard +pckbd* at gsckbc? # PS/2 keyboard #pms* at gsckbc? # PS/2 mouse #sh* at eisa? # Interphase Seahawk 4811 EISA/FDDI @@ -306,7 +306,7 @@ ukphy* at mii? # generic unknown PHYs # MI devices #wsdisplay* at vgafb? wsdisplay* at sti? -wskbd* at gsckbd? mux 1 +wskbd* at pckbd? mux 1 wskbd* at hilkbd? mux 1 #wsmouse* at pms? mux 0 #wsmouse* at hilms? mux 0 |