Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add the wsmux pseudo-device. This will...



details:   https://anonhg.NetBSD.org/src/rev/847da82f6819
branches:  trunk
changeset: 565079:847da82f6819
user:      kristerw <kristerw%NetBSD.org@localhost>
date:      Mon Mar 29 01:46:03 2004 +0000

description:
Add the wsmux pseudo-device.  This will make the adb keyboard work
even if the heuristics in the console attachment code fail to
identify the keyboard type.

This should fix PR 22317 and part of PR 24778.

diffstat:

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

diffs (14 lines):

diff -r 8910049bef85 -r 847da82f6819 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Mon Mar 29 01:36:49 2004 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Mon Mar 29 01:46:03 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.74 2004/03/29 01:36:49 kristerw Exp $
+#      $NetBSD: INSTALL,v 1.75 2004/03/29 01:46:03 kristerw Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -182,3 +182,4 @@
 pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)
 
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  wsmux                   # mouse and keyboard multiplexor



Home | Main Index | Thread Index | Old Index