diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:32:58 +0000 |
commit | ff2ac8cff1b4b445fa9b7c71dbffdd98f3454834 (patch) | |
tree | f20c42f045054aa76836caa045667d97882fe7a5 /sys/arch/hppa/conf/RAMDISK | |
parent | cc012865d714868333a1bb76a83f31d808866a49 (diff) |
use wsmux more; miod ok
Diffstat (limited to 'sys/arch/hppa/conf/RAMDISK')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 0ac014de011..89108b7a012 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.44 2004/12/08 14:59:42 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.45 2005/01/06 21:32:56 deraadt Exp $ # # Diskless kernel config # @@ -269,8 +269,8 @@ ukphy* at mii? # generic unknown PHYs # MI devices #wsdisplay* at vgafb? wsdisplay* at sti? -wskbd* at gsckbd? # mux 1 -wskbd* at hilkbd? # mux 1 +wskbd* at gsckbd? mux 1 +wskbd* at hilkbd? mux 1 #wsmouse* at pms? mux 0 #wsmouse* at hilms? mux 0 @@ -303,3 +303,4 @@ pseudo-device bpfilter 1 # packet filter pseudo-device pty 16 # pseudo-terminals pseudo-device ksyms 1 # kernel symbols device pseudo-device ccd 4 # concatenated disk devices +pseudo-device wsmux 2 |