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
Differential D30853
cam: add xpt_path_device to return device_t associated with a path imp on Jun 21 2021, 7:01 PM. Authored by Tags None Referenced Files
Subscribers None
Details Return the device associated with the sim's bus when it called Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions I've just thought that struct cam_path has own device field. So the function name is confusing. |