From owner-freebsd-scsi@FreeBSD.ORG Thu Sep 25 17:51:24 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 7F418106568C for ; Thu, 25 Sep 2008 17:51:24 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 50B3C8FC1C for ; Thu, 25 Sep 2008 17:51:24 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so468377rvf.43 for ; Thu, 25 Sep 2008 10:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Q8AWDrFH1t3lGH21KeqeqO9udCPV+EU7nmQ1y1rdsnI=; b=XsJLP2fFEsLmxh6T8Daor16r6++mMUtABF/aEwDJV576oSNk77AR/9i1PWQgtR/AvY Uaw1ANtHVcD9j44YCk2XP/UD9EsSTqdln9nI379rhFIqwYhFcbqbrz4nuSXgWR6rSCe6 0gNlgc4wfLhsQDcqsN+gI0OBMFBxhSbObTmts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=i67DiUXi5Ia1H7oNIgpaNgxdHUq/wF1gk9zhZrhaAiTJ4WIrVae5SmBOijHSHHIXCU t0zdQIRO4vAocCTCVw+mESDBzO0wVGXcU1MZ3JUnrovL41Ekp6qEEHcXMkDHs1hVTLx7 RbK6rVotOU+Ba/p6F+rHkeyouFD1bsj4reEfw= Received: by 10.141.170.10 with SMTP id x10mr19871rvo.221.1222365083753; Thu, 25 Sep 2008 10:51:23 -0700 (PDT) Received: by 10.141.136.21 with HTTP; Thu, 25 Sep 2008 10:51:23 -0700 (PDT) Message-ID: <3c0b01820809251051q34a33fa5od5ec9fe9d853612@mail.gmail.com> Date: Thu, 25 Sep 2008 13:51:23 -0400 From: "Alexander Sack" To: Ross In-Reply-To: <835218108.20080925113214@connection.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809250910.m8P9A4MY047099@freefall.freebsd.org> <835218108.20080925113214@connection.ca> Cc: freebsd-scsi@freebsd.org Subject: Re: Re[2]: kern/126866: [isp] [panic] kernel panic on card initialization 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: Thu, 25 Sep 2008 17:51:24 -0000 On Thu, Sep 25, 2008 at 11:32 AM, Ross wrote: > > PAP> I am having the same exact problem you were having using the same > PAP> device. I started receiving this error on FBSD7-RELEASE and thought it > PAP> was specific to that version. Naturally I upgraded to FBSD7-Stable as > PAP> of today (9/25/2008), but still haven't been able to resolve this error, > PAP> even with the patch presented here. Like you had mentioned on > PAP> freebsd-scsi, the machine panic's roughly 50% of the time during boot. > > Actually, going over the trap output, it looks different than the > output I had, so it might be a different issue in the end. > > Which kernel are you running? (i386/amd64), and is it possible to get > the output of a dmesg, so we know what chipset the driver thinks it is? > (Are you running an HP Blade w QHM6432 like I am?) > > Also, if you can set 'hint.isp.[01].debug=0x11F' in your > /boot/device.hints file, it'll hopefully give some additional output > to help track the problem down. > > Obviously the best is to compile in the kernel debugger as that'll > give the exact place it crashes. Yea totally. If you can get a stack trace that would be great (just compile in the debugger support, reboot, and when you hit the panic do a trace and just give us the function output (again exact addresses not so much)). -aps