diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-05 18:29:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-05 18:29:55 +0000 |
commit | 7d84752ac322dea0df5c2f3dc674aef52daea8a7 (patch) | |
tree | 81e4e83287dbbff1bf6ba5af4be28aff87db8d6c /sys | |
parent | 4043a327dac0848a481a2a288b6707c0a211efdf (diff) |
Disable wsmux for now
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 3f75becb476..e05c7f64539 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.47 2002/01/31 22:41:57 jason Exp $ +# $OpenBSD: GENERIC,v 1.48 2002/02/05 18:29:54 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -173,4 +173,4 @@ audiocs* at sbus? slot ? offset ? audio* at audiocs? # mouse & keyboard multiplexor pseudo-devices -pseudo-device wsmux 2 +#pseudo-device wsmux 2 |