Date: Fri, 14 Sep 2001 21:38:20 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa atkbd_isa.c psm.c src/sys/dev/kbd atkbdcreg.h Message-ID: <200109150438.f8F4cKo83636@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 2001/09/14 21:38:20 PDT
Modified files:
sys/isa atkbd_isa.c psm.c
sys/dev/kbd atkbdcreg.h
Log:
Refine ACPI/PnP BIOS probe/attach routines a bit.
- Add workaround for the problematic PnP BIOS which does not assign
irq resource for the PS/2 mouse device node; if there is no irq
assigned for the PS/2 mouse node, refer to device.hints for an
irq number. If we still don't find an irq number in the hints
database, use a hard-coded value.
- Delete unused ivars.
- Bit of clean up in probe/attach.
- Add PnP ID for the PS/2 mouse port on some IBM ThinkPad models.
Revision Changes Path
1.12 +2 -2 src/sys/isa/atkbd_isa.c
1.39 +37 -14 src/sys/isa/psm.c
1.8 +1 -3 src/sys/dev/kbd/atkbdcreg.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109150438.f8F4cKo83636>
