Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Add pms(4), wsmouse(4), and wsmux(4) for...



details:   https://anonhg.NetBSD.org/src/rev/3e82dc9d426c
branches:  trunk
changeset: 451041:3e82dc9d426c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat May 04 13:12:03 2019 +0000

description:
Add pms(4), wsmouse(4), and wsmux(4) for Milan.

diffstat:

 sys/arch/atari/conf/MILAN.in |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f07d1496e865 -r 3e82dc9d426c sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in      Sat May 04 13:04:36 2019 +0000
+++ b/sys/arch/atari/conf/MILAN.in      Sat May 04 13:12:03 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: MILAN.in,v 1.28 2018/01/20 19:24:27 tsutsui Exp $
+#      $NetBSD: MILAN.in,v 1.29 2019/05/04 13:12:03 tsutsui Exp $
 #
 # Milan
 #
@@ -102,7 +102,10 @@
 wsdisplay*     at vga? console ?               # as a wscons console
 pckbc0                 at isa?                         # PC keyboard controller
 pckbd*                 at pckbc?                       # PC keyboard
+pms*           at pckbc?                       # PS/2 mouse
 wskbd*                 at pckbd? console ?             # wscons keyboard
+wsmouse*       at pms?                         # wscons mouse
+pseudo-device  wsmux                           # mouse & keyboard multiplexor
 
 # ATA devices
 wd*            at atabus? drive ?



Home | Main Index | Thread Index | Old Index