Module Name: src
Committed By: tsutsui
Date: Tue Apr 29 18:38:27 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Add "pseudo-device wsmux" in INSTALL (and RAMDISK) kernels.
On NetBSD/hp300, hilkbd(4) is probed in config_interrupts(9)
so it's always attached after wsdisplay(4). In that case,
wskbd can't be used as a console input device without wsmux(4).
(i.e. keyboard didn't work on installer using screen console)
Should be pulled up to all netbsd-6* branches.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/hp300/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.56 src/sys/arch/hp300/conf/INSTALL:1.57
--- src/sys/arch/hp300/conf/INSTALL:1.56 Sat Apr 19 05:37:54 2014
+++ src/sys/arch/hp300/conf/INSTALL Tue Apr 29 18:38:27 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.56 2014/04/19 05:37:54 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.57 2014/04/29 18:38:27 tsutsui Exp $
#
# INSTALL machine description file
#
@@ -248,3 +248,4 @@ pseudo-device loop # loopback network
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device bridge # simple inter-network bridging
+pseudo-device wsmux # mouse & keyboard multiplexor