From adb90c171c4675d893a66c5c4a280844643027c6 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 16 Jul 2008 16:32:09 +0000 Subject: 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. --- sys/arch/hppa/conf/RAMDISK | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa/conf/RAMDISK') 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 -- cgit v1.2.3