From owner-freebsd-stable@FreeBSD.ORG Sun Mar 26 08:21:47 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 0378C16A400 for ; Sun, 26 Mar 2006 08:21:47 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5827743D45 for ; Sun, 26 Mar 2006 08:21:46 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by zproxy.gmail.com with SMTP id n29so1061160nzf for ; Sun, 26 Mar 2006 00:21:45 -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=QYjYuUqI2Gp+fptUaaUuf6XIeyEpAYZ6tfk3W4/1J9v3bHFkWWz/PwKIJJ4DuNqNrSqGmI3+jbE7cR0K2e7Hk6Y9pCacgkmsTxPhBTKhlkG5vVaylLj8fQOvTMcqggxeizzs2UZEu6q3v33kgNSwt1hIknVZDFRfWPOQK0ycIZQ= Received: by 10.65.72.7 with SMTP id z7mr1749009qbk; Sun, 26 Mar 2006 00:21:45 -0800 (PST) Received: by 10.65.192.16 with HTTP; Sun, 26 Mar 2006 00:21:45 -0800 (PST) Message-ID: Date: Sun, 26 Mar 2006 10:21:45 +0200 From: "Claus Guttesen" To: "kreios@gmail.com" In-Reply-To: <2de4f2a00603251544j55ceab65rb79ebeeb2859188a@mail.gmail.com> 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> Cc: stable@freebsd.org 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: Sun, 26 Mar 2006 08:21:47 -0000 > 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. regards Claus