From owner-freebsd-scsi@FreeBSD.ORG Mon May 12 21:09:30 2008 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9644E1065670 for ; Mon, 12 May 2008 21:09:30 +0000 (UTC) (envelope-from allan@physics.umn.edu) Received: from florence.spa.umn.edu (florence.spa.umn.edu [128.101.220.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDB38FC1F for ; Mon, 12 May 2008 21:09:30 +0000 (UTC) (envelope-from allan@physics.umn.edu) Received: from peevish.spa.umn.edu ([128.101.220.230]) by florence.spa.umn.edu with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1JvfGz-000LKE-PA; Mon, 12 May 2008 16:09:29 -0500 Received: from peevish.spa.umn.edu (localhost.localdomain [127.0.0.1]) by peevish.spa.umn.edu (8.13.1/8.12.11) with ESMTP id m4CL9T4s002307; Mon, 12 May 2008 16:09:29 -0500 Received: (from allan@localhost) by peevish.spa.umn.edu (8.13.1/8.13.1/Submit) id m4CL9Txv002306; Mon, 12 May 2008 16:09:29 -0500 Date: Mon, 12 May 2008 16:09:29 -0500 From: Graham Allan To: Sean Bruno Message-ID: <20080512210929.GJ25577@physics.umn.edu> References: <20080509011028.GV25577@physics.umn.edu> <20080509215621.GX25577@physics.umn.edu> <482646B5.807@miralink.com> <482760D0.1070106@physics.umn.edu> <48276560.30302@miralink.com> <20080512172612.GF25577@physics.umn.edu> <48287E81.5070004@miralink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48287E81.5070004@miralink.com> User-Agent: Mutt/1.5.9i Cc: freebsd-scsi@freebsd.org Subject: Re: Hang on boot in isp with QLA2342 after upgrading to 6.3 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 21:09:30 -0000 On Mon, May 12, 2008 at 10:29:37AM -0700, Sean Bruno wrote: > Graham Allan wrote: > > > >I didn't get our 6.2 network install set up all the way, but during the > >installation boot (which identifies itself as 6.2-RELEASE-p0) it > >identifies all available devices on the SAN without hanging, so I think > >that version works fine. > > > >Next I will revert to 6.3, and cvsup it to RELENG_6... > > > >Graham > > > Interesting. I'm intrigued. > > Let me know. I get the same behaviour on RELENG_6 (kernel reports itself as 6.3-STABLE #4). Do you think I should try with -CURRENT? Would that even work with a 6.3 userland, or would I need to build world as well? I can also re-enable debug output in the isp driver and report what is going on there. Unfortunately last time I tried this the two results were not that useful: (1) capturing it from the screen (or Dell RAC output) you only get the last 20-odd lines; or (2) redirecting to a serial console slightly changes the behaviour (it still never boots but remains forever in some kind of retry loop), perhaps because the kernel execution is throttled to the 9600 baud output speed. Could try 115kbaud, but that is still pretty slow, relative to no serial. Graham