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 Regen from MILAN.in rev 1.29.



details:   https://anonhg.NetBSD.org/src/rev/6314af729707
branches:  trunk
changeset: 451042:6314af729707
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat May 04 13:14:18 2019 +0000

description:
Regen from MILAN.in rev 1.29.

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

diffstat:

 sys/arch/atari/conf/MILAN-ISAIDE |  7 +++++--
 sys/arch/atari/conf/MILAN-PCIIDE |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 3e82dc9d426c -r 6314af729707 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sat May 04 13:12:03 2019 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sat May 04 13:14:18 2019 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.92 2019/04/13 08:26:14 isaki Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.93 2019/05/04 13:14:18 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              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 $
 #              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -98,7 +98,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
 wd* at atabus? drive ?
 atapibus* at atabus? # ATAPI bus support
 cd* at atapibus? drive ? # ATAPI CD-ROM drives
diff -r 3e82dc9d426c -r 6314af729707 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Sat May 04 13:12:03 2019 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Sat May 04 13:14:18 2019 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.96 2019/04/13 08:26:14 isaki Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.97 2019/05/04 13:14:18 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              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 $
 #              NetBSD: GENERIC.in,v 1.118 2019/04/13 08:22:59 isaki Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -98,7 +98,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
 wd* at atabus? drive ?
 atapibus* at atabus? # ATAPI bus support
 cd* at atapibus? drive ? # ATAPI CD-ROM drives



Home | Main Index | Thread Index | Old Index