Page MenuHomeFreeBSD

cam: add xpt_path_device to return device_t associated with a path
ClosedPublic

Authored by imp on Jun 21 2021, 7:01 PM.
Tags
None
Referenced Files
F135577170: D30853.id91468.diff
Mon, Nov 10, 11:53 PM
Unknown Object (File)
Sun, Nov 9, 6:35 PM
Unknown Object (File)
Fri, Nov 7, 9:10 PM
Unknown Object (File)
Wed, Nov 5, 6:42 AM
Unknown Object (File)
Thu, Oct 30, 2:41 AM
Unknown Object (File)
Mon, Oct 20, 10:40 PM
Unknown Object (File)
Tue, Oct 14, 3:06 AM
Unknown Object (File)
Oct 7 2025, 7:33 PM
Subscribers
None

Details

Summary

Return the device associated with the sim's bus when it called
xpt_bus_register, if any. Most real SIMs in the tree set this device,
but some virtual ones do not have a device_t assocaited with them.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Jun 21 2021, 7:01 PM
This revision is now accepted and ready to land.Jun 23 2021, 6:45 PM

I've just thought that struct cam_path has own device field. So the function name is confusing.

In D30853#694698, @mav wrote:

I've just thought that struct cam_path has own device field. So the function name is confusing.

I'll change to xpt_path_sim_device().