Page MenuHomeFreeBSD

cam/mmc: Use xpt_path_inq instead of hand-rollded equivalent
ClosedPublic

Authored by imp on Jul 5 2025, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 7, 4:49 PM
Unknown Object (File)
Fri, Mar 13, 4:17 AM
Unknown Object (File)
Fri, Mar 13, 4:11 AM
Unknown Object (File)
Fri, Mar 13, 4:11 AM
Unknown Object (File)
Mar 9 2026, 9:50 PM
Unknown Object (File)
Mar 4 2026, 9:01 PM
Unknown Object (File)
Mar 4 2026, 10:00 AM
Unknown Object (File)
Mar 3 2026, 10:30 PM
Subscribers
None

Details

Summary

There's no reason to inline xpt_path_inq here. While there was a
mismatch between this use (CAM_PRIORITY_NONE) and the old xpt_path_inq
code (which used CAM_PRIORITY_NORMAL), xpt_path_inq has been corrected
to use _NONE since this is a non-queued command.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable