cvs commit: src/sys/dev/acpica acpi_resource.c acpivar.h
Marcel Moolenaar
marcel at FreeBSD.org
Wed Sep 10 15:06:42 PDT 2003
marcel 2003/09/10 15:06:41 PDT
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_resource.c acpivar.h
Log:
Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()
method. This is necessary on ia64 where it's known that serial interfaces
described in the ACPI namespace may not have the well-known IRQs assigned
to them. This confuses us in thinking they are PCI based interrupts and
wrongly program the APIC.
Revision Changes Path
1.19 +12 -5 src/sys/dev/acpica/acpi_resource.c
1.45 +1 -1 src/sys/dev/acpica/acpivar.h
More information about the cvs-src
mailing list