From owner-freebsd-current@FreeBSD.ORG Fri Aug 19 04:57:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB13A16A41F for ; Fri, 19 Aug 2005 04:57:50 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3506643D67 for ; Fri, 19 Aug 2005 04:57:50 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so442180rne for ; Thu, 18 Aug 2005 21:57:49 -0700 (PDT) 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=pmn6Qf8i3PPoeEW2IwgtT0G+dKKf1I3vXs7NpdZXrnQRg3CrcnOyeyoJ1dHLDgl/i8i7oV3sAScGWYFCG7vDbZ/JmICRRGRbgFfbT3HGWs1k0L1UA/nRkz29Sc7bpGbm+WFJwbgwQyouVhJWagWBAq2oUM89QVx3URK3zNGxQ7I= Received: by 10.38.79.1 with SMTP id c1mr884365rnb; Thu, 18 Aug 2005 21:57:49 -0700 (PDT) Received: by 10.38.104.60 with HTTP; Thu, 18 Aug 2005 21:57:49 -0700 (PDT) Message-ID: <7579f7fb05081821574d919355@mail.gmail.com> Date: Thu, 18 Aug 2005 21:57:49 -0700 From: Matthew Jacob To: Eric Anderson In-Reply-To: <43048653.3010108@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <430397A2.4010303@centtech.com> <20050817203547.GA28892@uci.agh.edu.pl> <4303A0CC.2060005@centtech.com> <7579f7fb0508171456636c8998@mail.gmail.com> <43048653.3010108@centtech.com> Cc: FreeBSD Current Subject: Re: Qlogic (isp driver) gone mad on 6.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 04:57:50 -0000 Sounds more like a problem with the target. Make the limit 255- not 256. . >=20 > Well, the system boots faster as it doesn't have to probe 16k devices, > but there's still one problem - it sees the correct 3 luns per device, > but then adds a 'fake' device at lun 256 which is essentially the same > as the first lun. Here's some more info: >=20 > # camcontrol devlist > at scbus0 target 6 lun 0 (pass0,ses0) > at scbus2 target 0 lun 0 (pass1,da0) > at scbus2 target 0 lun 1 (pass2,da1) > at scbus2 target 0 lun 2 (pass3,da2) > at scbus2 target 0 lun 256 (pass4,da3) > at scbus2 target 2 lun 0 (pass5,da4) > at scbus2 target 2 lun 1 (pass6,da5) > at scbus2 target 2 lun 2 (pass7,da6) > at scbus2 target 2 lun 256 (pass8,da7) > at scbus2 target 3 lun 0 (pass9,da8) > at scbus2 target 3 lun 1 (pass10,da9) > at scbus2 target 3 lun 2 (pass11,da10) > at scbus2 target 3 lun 256 (pass12,da1= 1) > at scbus3 target 0 lun 0 (pass13,da12) > at scbus3 target 0 lun 1 (pass14,da13) > at scbus3 target 0 lun 2 (pass15,da14) > at scbus3 target 0 lun 256 (pass16,da1= 5) > at scbus3 target 1 lun 0 (pass17,da16) > at scbus3 target 1 lun 1 (pass18,da17) > at scbus3 target 1 lun 2 (pass19,da18) > at scbus3 target 1 lun 256 (pass20,da1= 9) > at scbus3 target 3 lun 0 (pass21,da20) > at scbus3 target 3 lun 1 (pass22,da21) > at scbus3 target 3 lun 2 (pass23,da22) > at scbus3 target 3 lun 256 (pass24,da2= 3) >=20 >=20 > You can see that the 'lun 256' marked devices are duplicates. >=20 > Eric >=20 >=20 >=20 >=20 > -- > ------------------------------------------------------------------------ > Eric Anderson Sr. Systems Administrator Centaur Technology > Anything that works is better than anything that doesn't. > ------------------------------------------------------------------------ >