CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/29 12:04:09
Modified files:
sys/dev/acpi : acpi.c bytgpio.c dwiic.c sdhc_acpi.c
Log message:
Check if a device is present (using _STA) in acpi_foundhid. This prevents
us from reporting devices as "not configured" that aren't actually present,
and allows us to remove duplicated code from several drivers.
ok deraadt@, ok jsg@
