Date: Fri, 14 Nov 2003 13:36:09 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c Message-ID: <200311142136.hAELa9Dr075694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/11/14 13:36:09 PST
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_pci_link.c acpi_pcib.c
Log:
Improve support for extended IRQ resources:
- For acpi_pci_link_entry_dump(), add a few helper functions to display
the trigger mode, polarity, and sharemode of an individual IRQ resource.
These functions are then called for both regular and extended IRQ
resources.
- In acpi_pci_link_set_irq(), use the same type of IRQ resource
(regular vs. extended) for the new current resource as the type of
the resources from _PRS.
- When routing an interrupt don't ignore extended IRQ resources. Also,
use the same type of IRQ resource (regular vs. extended) for the new
current resource when as the type of the resource from _PRS.
Tested by: peter
Revision Changes Path
1.9 +80 -57 src/sys/dev/acpica/acpi_pci_link.c
1.33 +47 -20 src/sys/dev/acpica/acpi_pcib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142136.hAELa9Dr075694>
