History log of /freebsd/tests/sys/cam/ctl/ctl.subr (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b032be71 05-Nov-2024 Alan Somers <asomers@FreeBSD.org>

Make the CTL tests more resilient

Fix the find_device function to work regardless of whether "camcontrol
devlist" lists the da device first and the pass device second or vice
versa. On FreeBSD 14 a

Make the CTL tests more resilient

Fix the find_device function to work regardless of whether "camcontrol
devlist" lists the da device first and the pass device second or vice
versa. On FreeBSD 14 and 15 it apparently always lists da first. But
on 13 it can do it in either order.

MFC after: 2 weeks
MFC with: fe1755fa
Sponsored by: ConnectWise
Reviewed by: emaste, markj, #cam
Differential Revision: https://reviews.freebsd.org/D47446

show more ...


Revision tags: release/13.4.0
# fe1755fa 23-Aug-2024 Alan Somers <asomers@FreeBSD.org>

ctl: add tests for START STOP UNIT

MFC after: 2 weeks
Sponsored by: Axcient
Reviewed by: emaste, markj
Pull Request: https://github.com/freebsd/freebsd-src/pull/1409