Date: Thu, 16 Dec 2010 17:14:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/atkbdc atkbd_atkbdc.c atkbdc_isa.c atkbdcreg.h Message-ID: <201012161714.oBGHEsBo028641@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2010-12-16 17:14:37 UTC
FreeBSD src repository
Modified files:
sys/dev/atkbdc atkbd_atkbdc.c atkbdc_isa.c atkbdcreg.h
Log:
SVN rev 216492 on 2010-12-16 17:14:37Z by jhb
- If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,
allow the child atkbd device to reuse that IRQ resource instead of
reallocating the same IRQ from the parent bus inside the atkbd driver.
- Don't allocate a shared IRQ for the atkbd driver. For AT keyboard
devices on an ISA bus the IRQ is not shareable. Instead, the bus driver
should mark the IRQ shareable if the bus supports shared IRQs.
- Don't identify child devices until after the atkbdc device itself has
attached.
Revision Changes Path
1.22 +2 -4 src/sys/dev/atkbdc/atkbd_atkbdc.c
1.40 +52 -10 src/sys/dev/atkbdc/atkbdc_isa.c
1.14 +1 -0 src/sys/dev/atkbdc/atkbdcreg.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012161714.oBGHEsBo028641>
