CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/03/30 10:49:58
Modified files: sys/dev/acpi : dsdt.c Log message: Handle systems, such as the Dell Precision 3640, that access GenericSerialBus operating regions witout checking whether they're really available. This needs to work on RAMDISK kernels as well. Since we don't want to pull in the i2c subsystem on those, provide a separate and much simpler dummy implementation of the GenericSerialBus access code when SMALL_KERNEL is defined. ok tb@