cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c
Nate Lawson
njl at FreeBSD.org
Wed Aug 11 19:06:19 PDT 2004
njl 2004-08-12 02:06:19 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_pci_link.c acpi_pcib.c
Log:
Fix the PRT entry code in acpi_pci_link to always add the entry, even if
there is no irq link. Since we now use the stored copy of PRT, not the
one that used to be passed into acpi_pcib_route_interrupt(), we need it in
the list. [1]
Fix a bug in acpi_pci_find_prt() where we weren't checking the bus, thus
choosing the wrong PRT entry to use for routing the link. Also, add a
printf for the case where the PRT entry is not found as this should not
happen.
Tested by: marcel [1]
Revision Changes Path
1.21 +40 -41 src/sys/dev/acpica/acpi_pci_link.c
1.48 +4 -1 src/sys/dev/acpica/acpi_pcib.c
More information about the cvs-src
mailing list