From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Chan" Subject: [PATCH 0/3] bnx2: Add iSCSI support. Date: Wed, 21 May 2008 18:06:23 -0700 Message-ID: <1211418386-18203-1-git-send-email-mchan@broadcom.com> Reply-To: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Post: List-Help: List-Unsubscribe: , To: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org, michaelc-hcNo3dDEHLuVc3sceRu5cw@public.gmane.org Cc: anilgv-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: linux-scsi@vger.kernel.org Please review our new version of the iSCSI drivers for Broadcom BNX2 devices. We've reworked the bnx2i driver quite a bit with the help of Mike Christie in the last few months. It is now one scsi host per adapter and has a single iscsi transport name. It is also more tightly coupled to scsi_transport_iscsi and libiscsi. The bnx2i driver depends on the latest patches in Mike Christie's git tree. Thanks.