Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf enable PS/2 mouse support.
details: https://anonhg.NetBSD.org/src/rev/85a0c68ceb29
branches: trunk
changeset: 565386:85a0c68ceb29
user: bsh <bsh%NetBSD.org@localhost>
date: Tue Apr 06 01:45:03 2004 +0000
description:
enable PS/2 mouse support.
Thanks to Ben Harris' pckbport, pms driver now attaches to sackbc
very cleanly.
diffstat:
sys/arch/evbarm/conf/LUBBOCK | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 433eba292f0a -r 85a0c68ceb29 sys/arch/evbarm/conf/LUBBOCK
--- a/sys/arch/evbarm/conf/LUBBOCK Tue Apr 06 01:32:17 2004 +0000
+++ b/sys/arch/evbarm/conf/LUBBOCK Tue Apr 06 01:45:03 2004 +0000
@@ -176,12 +176,15 @@
pcmcia* at sacpcic?
sackbc0 at sacc0 addr 0x0a00 intr 21
-#sackbc1 at sacc0 addr 0x0c00 intr 18
+sackbc1 at sacc0 addr 0x0c00 intr 18
-pckbd* at sackbc0 slot 0 # slot is bogus but needed.
+# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
+# to one controller. However, pckbd driver requires "slot 0" and pms driver
+# requires "slot 1"
+pckbd* at sackbc0 slot 0
wskbd* at pckbd? # console ?
-#pms* at sackbc1 slot 0
-#wsmouse* at pms? mux 0
+pms* at sackbc1 slot 1
+wsmouse* at pms? mux 0
# PCMCIA serial interfaces
com* at pcmcia? function ? # Modems and serial cards
Home |
Main Index |
Thread Index |
Old Index