_PIC is an optional method, so we shouldn't be aborting the rest of the
authormlarkin <mlarkin@openbsd.org>
Sun, 18 May 2014 20:16:29 +0000 (20:16 +0000)
committermlarkin <mlarkin@openbsd.org>
Sun, 18 May 2014 20:16:29 +0000 (20:16 +0000)
commitd75e4e4052211c4a255b97968e2fc322767194d1
treeb63280c114955d00515c01605f35e9a7db27eb6f
parent89e34462d6c789038010ea62344815cd8fa9f3c1
_PIC is an optional method, so we shouldn't be aborting the rest of the
MADT processing if it is missing. This, combined with an earlier diff
from kettenis@ to fix MADT interrupt polarity processing, should resolve
the issues reported with QEMU/KVM ACPI power button presses when using
OpenBSD guests.

ok kettenis@, pirofti@
tested by myself and kettenis for the past few weeks
sys/dev/acpi/acpimadt.c