Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add wsmux so wsconsctl will not fail when...



details:   https://anonhg.NetBSD.org/src/rev/6499126d9d23
branches:  trunk
changeset: 820322:6499126d9d23
user:      flxd <flxd%NetBSD.org@localhost>
date:      Sat Jan 07 11:21:05 2017 +0000

description:
Add wsmux so wsconsctl will not fail when -f is not specified (and default
control devices are used), as in /etc/rc.d/wscons.
Kernel size increase is < 4 kB.

diffstat:

 sys/arch/i386/conf/GENERIC_TINY |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f8eade400b89 -r 6499126d9d23 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Sat Jan 07 06:01:20 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Sat Jan 07 11:21:05 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.146 2016/12/13 20:42:18 christos Exp $
+#      $NetBSD: GENERIC_TINY,v 1.147 2017/01/07 11:21:05 flxd Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, or SCSI.
@@ -555,3 +555,6 @@
 pseudo-device  pty                     # pseudo-terminals
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 pseudo-device  clockctl                # user control of clock subsystem
+
+# wscons pseudo-devices
+pseudo-device  wsmux                   # mouse & keyboard multiplexor



Home | Main Index | Thread Index | Old Index