Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/macppc/conf Pull up revision 1.75 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/f1eb7e791312
branches:  netbsd-1-6
changeset: 531312:f1eb7e791312
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 20 06:19:31 2004 +0000

description:
Pull up revision 1.75 (requested by kristerw in ticket #1676):
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 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f1ec1059fb9c -r f1eb7e791312 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Tue Apr 20 06:13:29 2004 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Tue Apr 20 06:19:31 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.61.4.3 2004/04/20 06:13:29 tron Exp $
+#      $NetBSD: INSTALL,v 1.61.4.4 2004/04/20 06:19:31 tron Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -164,3 +164,6 @@
 pseudo-device  md              1       # memory disk
 pseudo-device  loop                    # network loopback
 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