Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Add wsmux.



details:   https://anonhg.NetBSD.org/src/rev/ad0dc05d5834
branches:  trunk
changeset: 581456:ad0dc05d5834
user:      jandberg <jandberg%NetBSD.org@localhost>
date:      Wed Jun 01 18:55:08 2005 +0000

description:
Add wsmux.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 5bd5d2a5e009 -r ad0dc05d5834 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Wed Jun 01 18:51:25 2005 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Wed Jun 01 18:55:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# $NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.34 $"
+#ident                 "GENERIC-$Revision: 1.35 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -599,8 +599,10 @@
 
 m4_ifdef(`WSCONS_CONFIGURATION', `m4_dnl
 pseudo-device  wsfont                  # wsfont(4) dynamic font loading support
+pseudo-device  wsmux                   # mouse & keyboard multiplexor
 ', `m4_dnl
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
+#pseudo-device wsmux                   # mouse & keyboard multiplexor
 ')m4_dnl
 
 pseudo-device  vnd             4       # vnode pseudo-disks



Home | Main Index | Thread Index | Old Index