Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Use wsmouse protocol for PS/2, Logitech b...
details: https://anonhg.NetBSD.org/src/rev/f506b0f1540d
branches: trunk
changeset: 474816:f506b0f1540d
user: tron <tron%NetBSD.org@localhost>
date: Wed Jul 21 20:28:45 1999 +0000
description:
Use wsmouse protocol for PS/2, Logitech bus and Microsoft InPort mice
by default. The X11 distribution included in our last release already
supports it and the wsmouse protocol can be used for any of the above
and for USB mice.
diffstat:
sys/arch/i386/conf/GENERIC | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diffs (60 lines):
diff -r 7fa279cadd22 -r f506b0f1540d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Jul 21 19:20:04 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Jul 21 20:28:45 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.242 1999/07/20 07:40:35 christos Exp $
+# $NetBSD: GENERIC,v 1.243 1999/07/21 20:28:45 tron Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -237,17 +237,17 @@
pckbc0 at isa? # pc keyboard controller
pckbd* at pckbc? # PC keyboard
# "opms" should not be enabled together with "pms" or "pmsi"
-#pms* at pckbc? # PS/2 mouse for wsmouse
-#pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
-opms* at pckbc? # backwards compatible PS/2 mouse
+pms* at pckbc? # PS/2 mouse for wsmouse
+pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
+#opms* at pckbc? # backwards compatible PS/2 mouse
vga0 at isa?
vga* at pci?
pcdisplay0 at isa? # CGA, MDA, EGA, HGA
wsdisplay* at vga? console ?
wsdisplay* at pcdisplay? console ?
wskbd* at pckbd? console ?
-#wsmouse* at pms?
-#wsmouse* at pmsi?
+wsmouse* at pms?
+wsmouse* at pmsi?
pcppi0 at isa?
sysbeep0 at pcppi?
@@ -584,17 +584,17 @@
# Mice
# ISA busmice
-#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
-#lms1 at isa? port 0x238 irq 5
-#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
-#mms1 at isa? port 0x238 irq 5
-#wsmouse* at lms?
-#wsmouse* at mms?
+lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
+lms1 at isa? port 0x238 irq 5
+mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
+mms1 at isa? port 0x238 irq 5
+wsmouse* at lms?
+wsmouse* at mms?
# backwards compatible versions
-olms0 at isa? port 0x23c irq 5 # Logitech bus mouse
-olms1 at isa? port 0x238 irq 5
-omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
-omms1 at isa? port 0x238 irq 5
+#olms0 at isa? port 0x23c irq 5 # Logitech bus mouse
+#olms1 at isa? port 0x238 irq 5
+#omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
+#omms1 at isa? port 0x238 irq 5
#opms0 at pc? irq 12 # PS/2 auxiliary port mouse
#opms0 at vt? irq 12 # PS/2 auxiliary port mouse
Home |
Main Index |
Thread Index |
Old Index