From owner-freebsd-stable@FreeBSD.ORG Mon Mar 27 00:37:15 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4664416A422 for ; Mon, 27 Mar 2006 00:37:15 +0000 (UTC) (envelope-from kreios@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE99143D6A for ; Mon, 27 Mar 2006 00:37:08 +0000 (GMT) (envelope-from kreios@gmail.com) Received: by zproxy.gmail.com with SMTP id m7so1280421nzf for ; Sun, 26 Mar 2006 16:37:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PgUtpTLpPdzJGcvyyeYsGNpC3cRxt+az7xRN0fwRYPS0WhOAQvkzUDBHOUA63Fxnc6sPxGgxzQu0MBdHvIzkkfSwr8rkuqqqwrTlK512GxyFRtaCmJOQ5NCPLJdweGWz8qiKNN/nNY1FDAXhOPo8GRxdlTBZ0Pc2wykVJRCbbu4= Received: by 10.64.91.20 with SMTP id o20mr1996797qbb; Sun, 26 Mar 2006 16:29:56 -0800 (PST) Received: by 10.64.91.4 with HTTP; Sun, 26 Mar 2006 16:29:56 -0800 (PST) Message-ID: <2de4f2a00603261629x37eb6ba3q8638d667fabe4538@mail.gmail.com> Date: Sun, 26 Mar 2006 18:29:56 -0600 From: kreios@gmail.com To: "Tony Maher" In-Reply-To: <4426FA31.4080806@uts.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2de4f2a00603251544j55ceab65rb79ebeeb2859188a@mail.gmail.com> <4426FA31.4080806@uts.edu.au> Cc: stable@freebsd.org, Claus Guttesen Subject: Re: Need help with isp driver and disk arrary X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 00:37:15 -0000 On 3/26/06, Tony Maher wrote: > Claus Guttesen wrote: > >>I am having a problem with the isp driver seeing a StorageTek disk > >>array LUNs. I am directly attaching to the array and everything works > >>find as long as I plug into the A controller on the array. When I > >>connect up to the B controller, I can not see any of the LUNs > >>advertised. The QLogic firmware can see the LUNs. The only difference > >>I can see are that the LUNs start at 0 on the A side and at 3 on the B > >>side. > > > > > > In 5.x (and probably still applies to 6.x) LUN's have to start at 0 in > > order to be visible. So you have to change or LUN-mask so they start > > at 0. > > And in 4.x. This behaviour is unlikely to change since the standards > only require checking for device at lun 0 (and if found then scanning > for more). > You can use camcontrol to rescan the bus (or device) to make it visible. Thanks for the help. Looks like I am out of luck on this one.=20 Rescanning the bus does not show the LUNs. Remapping the LUN is out due to license issues with the unit. I am investigating how much it will cost to activate the feature but I don't have high hopes of that happening. Thanks again, -- Dave