From owner-freebsd-scsi Thu Apr 4 15:51:11 2002 Delivered-To: freebsd-scsi@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 60B0837B41B for ; Thu, 4 Apr 2002 15:51:06 -0800 (PST) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g34Np5f81355 for ; Thu, 4 Apr 2002 15:51:05 -0800 (PST) (envelope-from mjacob@feral.com) Date: Thu, 4 Apr 2002 15:51:05 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: freebsd-scsi@freebsd.org Subject: a somewhat major QLogic Driver Change for Fibre Channel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A major change just went into the QLogic FC driver in how it evaluates fabric membership. In short, GA_NXT is no longer used. Instead, GID_FT builds a list of Port IDs and for each one GPN_ID/GNN_ID are run to get Port/Node WWNs. A tighter auditting of FS_ACC/FS_RJT is made. So, for all of you out there with Brocade 3.0 f/w that use zoning- the isp driver should start working for you again. Ahem. If there is anyone this list who this applies to. You can go back to the old behaviour by uncommenting the line in ispvar.h that is: /* #define ISP_USE_GA_NXT 1 */ /* Use GA_NXT with switches */ -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message