]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Return the nvmeX device associated with the ndaX device.
authorimp <imp@FreeBSD.org>
Thu, 30 Apr 2020 00:43:02 +0000 (00:43 +0000)
committerimp <imp@FreeBSD.org>
Thu, 30 Apr 2020 00:43:02 +0000 (00:43 +0000)
commit18a1b032386ff84cf54ebcef77a4a44aeeb7c94c
treeb52e3e3c5c4be829e9df72bf5f2520c6014b0fb0
parent07ca42c0dbb632fd54139f3c3089239175cc6aa7
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