Module Name:    src
Committed By:   riastradh
Date:           Sat Dec  9 00:29:33 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
Attach wsmouse at wsmousedev on x86 so modular mice have a hope.

As noted on tech-kern:

https://mail-index.NetBSD.org/tech-kern/2017/12/08/msg022708.html


To generate a diff of this commit:
cvs rdiff -u -r1.473 -r1.474 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1172 -r1.1173 src/sys/arch/i386/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.473 src/sys/arch/amd64/conf/GENERIC:1.474
--- src/sys/arch/amd64/conf/GENERIC:1.473	Tue Dec  5 21:00:26 2017
+++ src/sys/arch/amd64/conf/GENERIC	Sat Dec  9 00:29:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.473 2017/12/05 21:00:26 dholland Exp $
+# $NetBSD: GENERIC,v 1.474 2017/12/09 00:29:32 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.473 $"
+#ident		"GENERIC-$Revision: 1.474 $"
 
 maxusers	64		# estimated number of users
 
@@ -395,6 +395,7 @@ wsdisplay*	at vga? console ?
 wsdisplay*	at wsemuldisplaydev?
 wskbd*		at pckbd? console ?
 wsmouse*	at pms? mux 0
+wsmouse*	at wsmousedev?
 
 attimer0	at isa?
 pcppi0		at isa?

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1172 src/sys/arch/i386/conf/GENERIC:1.1173
--- src/sys/arch/i386/conf/GENERIC:1.1172	Thu Nov 30 11:56:45 2017
+++ src/sys/arch/i386/conf/GENERIC	Sat Dec  9 00:29:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1172 2017/11/30 11:56:45 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1173 2017/12/09 00:29:33 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1172 $"
+#ident		"GENERIC-$Revision: 1.1173 $"
 
 maxusers	64		# estimated number of users
 
@@ -536,6 +536,7 @@ wsdisplay*	at wsemuldisplaydev?
 #wsdisplay*	at machfb? console ?
 wskbd*		at pckbd? console ?
 wsmouse*	at pms? mux 0
+wsmouse*	at wsmousedev?
 
 # VIA Unichrome framebuffer console
 #unichromefb*	at pci? dev ? function ?

Reply via email to