Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Attach wsmouse at wsmousedev on x86 so modular mice...



details:   https://anonhg.NetBSD.org/src/rev/577caf9ba613
branches:  trunk
changeset: 358038:577caf9ba613
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Dec 09 00:29:32 2017 +0000

description:
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

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 2dd461126cf0 -r 577caf9ba613 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Dec 08 23:57:57 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Dec 09 00:29:32 2017 +0000
@@ -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 @@
 
 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 wsemuldisplaydev?
 wskbd*         at pckbd? console ?
 wsmouse*       at pms? mux 0
+wsmouse*       at wsmousedev?
 
 attimer0       at isa?
 pcppi0         at isa?
diff -r 2dd461126cf0 -r 577caf9ba613 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Dec 08 23:57:57 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Dec 09 00:29:32 2017 +0000
@@ -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 @@
 
 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 machfb? console ?
 wskbd*         at pckbd? console ?
 wsmouse*       at pms? mux 0
+wsmouse*       at wsmousedev?
 
 # VIA Unichrome framebuffer console
 #unichromefb*  at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index