From owner-cvs-all@FreeBSD.ORG Fri Sep 16 05:11:00 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 316CA16A420 for ; Fri, 16 Sep 2005 05:11:00 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E1A43D53 for ; Fri, 16 Sep 2005 05:10:58 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by qproxy.gmail.com with SMTP id p36so47193qba for ; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UiZHifj3GzdthNM6Jq/SyE3xG0f3uZD8BcqfDPGAhO62lU8c+hc/LK9z7day4dkjuqLgjyIMKw5YT82ZfT2GJxKm+kc+10X4pV/gOHfTBcHnfysQVSZPkHvB+NAbGAA3xZq1s6a0nQryVou6i0W0a3XYreOIWH+YCNCoKjr1/ik= Received: by 10.65.147.11 with SMTP id z11mr6068qbn; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) Received: by 10.65.151.4 with HTTP; Thu, 15 Sep 2005 22:10:57 -0700 (PDT) Message-ID: <7579f7fb0509152210240b9883@mail.gmail.com> Date: Thu, 15 Sep 2005 22:10:57 -0700 From: Matthew Jacob To: Eric Anderson In-Reply-To: <432A2970.8090200@centtech.com> Mime-Version: 1.0 References: <200509160126.j8G1QI6n043132@repoman.freebsd.org> <432A2970.8090200@centtech.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lydianconcepts@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 05:11:00 -0000 What Scott said... yes, this should, I hope, fix the 6.0 spasms as soon as= =20 it gets MFC'd. On 9/15/05, Eric Anderson wrote:=20 >=20 > Matt Jacob wrote: >=20 > >mjacob 2005-09-16 01:26:17 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/cam cam_xpt.c > > Log: > > Make the exploring of all luns supported by an HBA more of a > > tunable (until we get REPORT LUNS in place). > > > > If we're probing luns, and each probe succeeds, we keep going past > > lun 7 if we're a SCSI3 or better device (until we fail to probe). > > > > If we're probing luns, and a probe fails, we only keep going if > > we're quirked *for* it (CAM_QUIRK_HILUNS), and if we're not quirked > > *against* it (CAM_QUIRK_NOHILUNS), or we're a SCSI3 or better device > > and the tunable (kern.cam.cam_srch_hi) is set non-zero. > > > > Reviewed by: nate@rootlabs.org, gibbs@scsiguy.com, ken@kdm.com,=20 > scottl@samsco.org > > MFC after: 1 week > > > > Revision Changes Path > > 1.156 +38 -5 src/sys/cam/cam_xpt.c > > > > >=20 > Matt, do you think this would fix issues with Qlogic (FC) cards scanning > and finding duplicate luns on some FC devices? (I see that in 6.0, but > not in 5.x). >=20 > Eric >=20 >=20 >