summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2001-09-06 12:09:26 +0000
committeryokota <yokota@FreeBSD.org>2001-09-06 12:09:26 +0000
commit7f7bf018aaca93024e7d2fcad9da1f21118a4596 (patch)
tree92dfbfe85d242540cbb11e726375c24e19ca53d4 /sys/dev/kbd
parent40d29ec988364a2073a0fe8beb31e808ad5d748a (diff)
downloadFreeBSD-src-7f7bf018aaca93024e7d2fcad9da1f21118a4596.zip
FreeBSD-src-7f7bf018aaca93024e7d2fcad9da1f21118a4596.tar.gz
Update the atkbdc, atkbd, and psm drivers to probe/attach
more cleanly and consistently in all APCI, PnP BIOS, and "hint" cases. NOTE: this doesn't necessarily solve the problem that the PS/2 mouse is not detected after the recent ACPI update.
Diffstat (limited to 'sys/dev/kbd')
-rw-r--r--sys/dev/kbd/atkbdcreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/kbd/atkbdcreg.h b/sys/dev/kbd/atkbdcreg.h
index 294ef6f..213aa4a 100644
--- a/sys/dev/kbd/atkbdcreg.h
+++ b/sys/dev/kbd/atkbdcreg.h
@@ -210,6 +210,9 @@ enum kbdc_device_ivar {
typedef caddr_t KBDC;
+#define KBDC_RID_KBD 0
+#define KBDC_RID_AUX 1
+
/* function prototypes */
atkbdc_softc_t *atkbdc_get_softc(int unit);
OpenPOWER on IntegriCloud