there are azalia that will fail to attach. in the activate function for
authorderaadt <deraadt@openbsd.org>
Sun, 18 Aug 2024 14:35:14 +0000 (14:35 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 18 Aug 2024 14:35:14 +0000 (14:35 +0000)
commit8b7f340bf528d7b8dc4c0d6c9a0149e5a68e22fd
tree0aa1760fe37ff4d541b2ad7829bbad27441f0434
parent0e5959947ef4d3f272f174adc6ceb3ec80784e2b
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
sys/dev/pci/azalia.c