diff options
author | 2011-10-22 19:33:04 +0000 | |
---|---|---|
committer | 2011-10-22 19:33:04 +0000 | |
commit | e84044703eade9a85d720b279dc9a9d63427439d (patch) | |
tree | a1a7f012c69b15221f3c68d1f67dbfd174217c74 | |
parent | regen (diff) | |
download | wireguard-openbsd-e84044703eade9a85d720b279dc9a9d63427439d.tar.xz wireguard-openbsd-e84044703eade9a85d720b279dc9a9d63427439d.zip |
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 |