]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Return the nvmeX device associated with the ndaX device.
authorWarner Losh <imp@FreeBSD.org>
Thu, 30 Apr 2020 00:43:02 +0000 (00:43 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 30 Apr 2020 00:43:02 +0000 (00:43 +0000)
commit027d061296cc9b25b735db5f89c0c816304778ed
treeb52e3e3c5c4be829e9df72bf5f2520c6014b0fb0
parent244b805397208842e4d8bbf1ad5b1b83dbcd4c91
Return the nvmeX device associated with the ndaX device.

Add the nvmeX device to the XPT_PATH_INQ nvme specific
information. while one could figure this out by looking up the
domain:bus:slot:function, it's a lot easier to have the SIM set it
directly since the sim knows this.
sys/cam/cam_ccb.h
sys/dev/nvme/nvme_sim.c