diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-19 10:41:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-19 10:41:06 +0000 |
commit | a76354ca4ae96059004cef38e45ba41f34ab0e0c (patch) | |
tree | 426878e9b6db069b61f12a13313efc5c446e9375 /sys/arch | |
parent | 09647955ff683e2d84aa41b5f47c75371e904893 (diff) |
No need for wsmux on these installation media, which lack USB support.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 5 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 5 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKC | 5 |
4 files changed, 8 insertions, 11 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 4f1a18739dc..e9dc1d34eae 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.78 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.79 2015/09/19 10:41:05 miod Exp $ machine alpha maxusers 4 @@ -100,9 +100,8 @@ cd* at scsibus? # SCSI CD-ROM drives wsdisplay* at vga? wsdisplay* at tga? -wskbd* at pckbd? mux 1 +wskbd* at pckbd? pseudo-device bpfilter 1 pseudo-device loop 1 pseudo-device rd 1 -pseudo-device wsmux 2 diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 7498a7ffd43..7747a04eb2e 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.44 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISKB,v 1.45 2015/09/19 10:41:05 miod Exp $ machine alpha maxusers 4 @@ -87,7 +87,7 @@ sd* at scsibus? # SCSI disk drives wsdisplay* at vga? wsdisplay* at tga? -wskbd* at pckbd? mux 1 +wskbd* at pckbd? pseudo-device loop 1 pseudo-device rd 1 diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 34615e1980a..b912dc1afa5 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.98 2015/08/15 19:07:09 miod Exp $ +# $OpenBSD: RAMDISKBIG,v 1.99 2015/09/19 10:41:05 miod Exp $ machine alpha maxusers 4 @@ -213,11 +213,10 @@ atapiscsi* at pciide? #wsdisplay* at sfb? wsdisplay* at vga? wsdisplay* at tga? -wskbd* at pckbd? mux 1 +wskbd* at pckbd? pseudo-device bpfilter 1 pseudo-device vlan pseudo-device loop 1 pseudo-device rd 1 -pseudo-device wsmux 2 pseudo-device bio 1 diff --git a/sys/arch/alpha/conf/RAMDISKC b/sys/arch/alpha/conf/RAMDISKC index 57b65546191..8cef00cd557 100644 --- a/sys/arch/alpha/conf/RAMDISKC +++ b/sys/arch/alpha/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.8 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISKC,v 1.9 2015/09/19 10:41:05 miod Exp $ machine alpha maxusers 4 @@ -67,8 +67,7 @@ sd* at scsibus? # SCSI disk drives wsdisplay* at vga? wsdisplay* at tga? -wskbd* at pckbd? mux 1 +wskbd* at pckbd? pseudo-device loop 1 pseudo-device rd 1 -pseudo-device wsmux 2 |