acpi/resource: Only skip SCI trigger/polarity configuration
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 10 Sep 2012 09:03:41 +0000 (17:03 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 10 Sep 2012 09:05:06 +0000 (17:05 +0800)
commite879512252bd6ba577a447859a2a4b20be9da65c
treea900766d302d9e8340b99f4deafbddb789121438
parent3ea362cae89bfb08a1e8cf2537348f71f7a53224
acpi/resource: Only skip SCI trigger/polarity configuration

The code before this commit could cause interrupt storm on certain
systems, on which certain IRQs are configured into different mode
but the configured IRQs are actually never used.

Reported-by: swildner@
sys/dev/acpica5/acpi_resource.c