mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 13:35:26 +00:00
![Kenneth D. Merry](/assets/img/avatar_default.png)
camcontrol was setup to use the old scheme of going through the xpt(4) device, which never worked properly (and has been disabled for a while). camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV CCBs are put on the device queue in the transport layer, as they should be. Submitted by: luoqi Reviewed by: ken