diff options
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index fc893f804aa..6bf46a1e28e 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.231 2009/01/17 19:25:56 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.232 2009/02/08 11:59:14 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -281,23 +281,23 @@ sabtty* at sab? # NS16550 based serial ports com* at ebus? comkbd* at ebus? -wskbd* at comkbd? +wskbd* at comkbd? mux 1 # Z8530 based serial ports zs* at sbus? zs* at fhc? zstty* at zs? zskbd* at zs? -wskbd* at zskbd? +wskbd* at zskbd? mux 1 # i8042 based serial ports (PS/2 ports) pckbc* at ebus? # controller pckbd* at pckbc? # ps2 keyboard -wskbd* at pckbd? # generic keyboard layer +wskbd* at pckbd? mux 1 # generic keyboard layer pms* at pckbc? # ps2 mouse -wsmouse* at pms? # generic mouse +wsmouse* at pms? mux 0 # generic mouse pmsi* at pckbc? # ps2 "intelli"mouse -wsmouse* at pmsi? # generic mouse +wsmouse* at pmsi? mux 0 # generic mouse audioce* at ebus? # ebus cs4231 |