Tolerate checksum errors in ACPI tables (but complain about them). Apparently
authorkettenis <kettenis@openbsd.org>
Sun, 11 Jan 2015 19:59:56 +0000 (19:59 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 11 Jan 2015 19:59:56 +0000 (19:59 +0000)
commitfa89c9f21a2c9646d43d65419505ca09410f6308
treef84d1a6aca8524454d3546c5f5acdb464755c41b
parent5152c8cc7a48e89c413a8ac05bfe870da93703f2
Tolerate checksum errors in ACPI tables (but complain about them).  Apparently
there are machines out there with broken BIOSen with such checksum errors in
thier RSDT tables.  Windows runs fine on these machines, so it probably does
not check.  Linux ignores checksum errors as well (and prints a warning).

ok deraadt@, krw@
sys/dev/acpi/acpi.c