CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/18 08:35:14
Modified files:
sys/dev/pci : azalia.c
Log message:
there are azalia that will fail to attach. in the activate function for
DVACT_QUIESCE, this was handled by doing nothing. however, the other
DVACT methods were still trying to touch the device. This needs to
bail out earlier.
ok ratchov
