CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/16 20:14:21
Modified files:
sys/dev/ic : dwiic.c
sys/dev/pci : dwiic_pci.c
Log message:
dwiic resume is almost exclusively a "hardware state restore", and
not a "restart transaction", so the job should get done at DVACT_RESUME
time.
ok kettenis mlarkin
