acpi/pci_link: Avoid sharing interrupt with SCI if possible
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Apr 2011 11:15:04 +0000 (19:15 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 2 Apr 2011 11:20:06 +0000 (19:20 +0800)
commit40ad81aa20e2ba47db1f04204a60ffd06b513150
tree77f9023ae5fa93aa09eb3c40ba26552662056e32
parent5af4f1c9ffe2b2f45bc0a15797d58fcf55fef5f8
acpi/pci_link: Avoid sharing interrupt with SCI if possible

Since ACPI SCI handler is time consuming, sharing its interrupt
with others may cause significant performance penalty.  SCI
interrupt is now shared if we can't find other resorts.
sys/dev/acpica5/acpi_pci_link.c