CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/16 20:24:06
Modified files:
sys/dev/ic : dwiic.c
sys/dev/pci : dwiic_pci.c
Log message:
dwiic_activate did not inform sub-devices with config_activate_children()
calls from the correct places, so their DVACT_QUIESCE and DVACT_WAKEUP
were incorrect, and led to those sub-drivers (ihidev and imt) racing
against dwiic hardware re-initialization.
ok kettenis mlarkin
