diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-10-22 19:33:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-10-22 19:33:05 +0000 |
commit | 8b2713ab464a730fbf29014516226b4f5626084d (patch) | |
tree | 37a870c679c29435dec06b1256807959b6950cd7 | |
parent | 53ea81459552ba52459622c88bf014cd327384f0 (diff) |
Comment out wsmux to save kernel text, since USB support is missing from
this kernel anyway.
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 95f81e48248..72c8e82edda 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.37 2011/06/29 20:52:08 matthew Exp $ +# $OpenBSD: RAMDISKB,v 1.38 2011/10/22 19:33:04 miod Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -150,4 +150,4 @@ wskbd* at pckbd? mux 1 #pseudo-device bpfilter 1 pseudo-device loop pseudo-device rd 1 -pseudo-device wsmux 2 # mouse & keyboard multiplexor +#pseudo-device wsmux 2 # mouse & keyboard multiplexor |