From owner-freebsd-scsi Wed Feb 12 15: 5:40 2003 Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5902F37B401 for ; Wed, 12 Feb 2003 15:05:39 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 39C2543F85 for ; Wed, 12 Feb 2003 15:05:36 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 34968 invoked by uid 1000); 12 Feb 2003 23:05:36 -0000 Date: Wed, 12 Feb 2003 15:05:36 -0800 (PST) From: Nate Lawson To: Jeff Fellin Cc: bucy@ece.cmu.edu, freebsd-scsi@FreeBSD.ORG Subject: Re: isp target mode In-Reply-To: <200302122118.h1CLIxju008055@zydeco.research.bell-labs.com> 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 On Wed, 12 Feb 2003, Jeff Fellin wrote: > Do you have the following in your kernel config file: > > device ispfw > OPTIONS ISP_TARGET_MODE > > This has worked for me with the Qlogic ISP 2200 FC-AL adapter > and Qlogic ISP 1280 PCI SCSI Adapter. Right. You have to load firmware each time at boot. The onboard firmware only supports a minimum necessary to do int 13 booting. You can use the above "device" line or put ispfw_load="YES" in /boot/loader.conf Note that for isp(4) you can only enable target mode on the card's initiator id. i.e. if your init id is 7, use 0:7:0 for the id to enable for target mode. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message