Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Add "pseudo-device wsmux" in INSTALL (an...



details:   https://anonhg.NetBSD.org/src/rev/f0bfba3cb805
branches:  trunk
changeset: 795783:f0bfba3cb805
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Apr 29 18:38:27 2014 +0000

description:
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.

diffstat:

 sys/arch/hp300/conf/INSTALL |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r beac9bfc8ea5 -r f0bfba3cb805 sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Tue Apr 29 17:24:11 2014 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Tue Apr 29 18:38:27 2014 +0000
@@ -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 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



Home | Main Index | Thread Index | Old Index