Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/conf Add and enable wsmux(4) in GENERIC (fo...
details: https://anonhg.NetBSD.org/src/rev/b8df29de40fd
branches: trunk
changeset: 325382:b8df29de40fd
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Dec 21 17:12:36 2013 +0000
description:
Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).
diffstat:
sys/arch/luna68k/conf/GENERIC | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 89945e44b00e -r b8df29de40fd sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Sat Dec 21 15:20:39 2013 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Sat Dec 21 17:12:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.108 2013/06/30 21:38:57 rmind Exp $
+# $NetBSD: GENERIC,v 1.109 2013/12/21 17:12:36 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.108 $"
+#ident "GENERIC-$Revision: 1.109 $"
maxusers 8
@@ -156,8 +156,8 @@
# Workstation Console attachments
wsdisplay* at fb?
-wskbd* at ws? console ?
-wsmouse* at ws?
+wskbd* at ws? console ? mux 1
+wsmouse* at ws? mux 0
# SCSI bus support
scsibus* at spc?
@@ -202,6 +202,8 @@
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if
+pseudo-device wsmux # mouse & keyboard multiplexsor
+
# Veriexec
#
# a pseudo device needed for veriexec
Home |
Main Index |
Thread Index |
Old Index