CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/01/11 12:59:56
Modified files: sys/dev/acpi : acpi.c Log message: 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@