From 74489b2eb9f3c5d96c64f859de965cff10bb457f Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 19 May 2008 21:20:44 -0500 Subject: pass ep to session creation bnx2i allocates a host per session and iser accesses the device so we need to pass them a the leading connection so they can find the hardware that is it bound to. This also has us call ep_disconnect before calling the stop conn callout, so these driver do not have to worry about stopping the receiving path. --- etc/iface.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/iface.example b/etc/iface.example index 7684aea..7fb7951 100644 --- a/etc/iface.example +++ b/etc/iface.example @@ -19,7 +19,7 @@ # - tcp (Software iSCSI over TCP/IP) # - iser (Software iSCSI over infinniband # - qla4xxx (Qlogic QLA4XXX HBAs) -# +# - bnx2i (Broadcom bnx iSCSI HBAs); # #OPTIONAL: iface.initiatorname # To use a initiator name other than the one set in -- cgit v1.2.1