CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/22 15:17:13
Modified files:
sys/dev/acpi : sdhc_acpi.c
Log message:
Call acpi_attach_deps() for the child devices before attempting to power
them on. Prevents a panic on the AZW Z83-S that is somewhat buggy and
checks whether the GPO3 controller is available and then pokes a pin on
GPO2. It shouldn't do that but we should make sure all the devices that
it depends on attach first anyway.
ok patrick@
