CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/06/23 12:47:41
Modified files: sys/dev/acpi : acpi.c dsdt.c Log message: SystemMemory is used to access memory mapped registers on some machines, so we must use the bus_space(9) API to access it instead of memcpy(9). Also make sure we properly align access to fields that need more than byte alignment. ok guenther@