Module Name:    src
Committed By:   tsutsui
Date:           Sat May  4 13:12:03 UTC 2019

Modified Files:
        src/sys/arch/atari/conf: MILAN.in

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/atari/conf/MILAN.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/conf/MILAN.in
diff -u src/sys/arch/atari/conf/MILAN.in:1.28 src/sys/arch/atari/conf/MILAN.in:1.29
--- src/sys/arch/atari/conf/MILAN.in:1.28	Sat Jan 20 19:24:27 2018
+++ src/sys/arch/atari/conf/MILAN.in	Sat May  4 13:12:03 2019
@@ -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 @@ vga0 		at pci? dev ? function ?	# a PCI 
 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 ?

Reply via email to