From owner-freebsd-current@FreeBSD.ORG Fri Aug 19 15:12:07 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 C810816A41F for ; Fri, 19 Aug 2005 15:12:07 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from crivens.unixoid.de (crivens.unixoid.de [81.169.171.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C4A43D46 for ; Fri, 19 Aug 2005 15:12:07 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from localhost (localhost [127.0.0.1]) by crivens.unixoid.de (Postfix) with ESMTP id 3A9DE3FF6; Fri, 19 Aug 2005 17:12:06 +0200 (CEST) Received: from crivens.unixoid.de ([127.0.0.1]) by localhost (crivens.unixoid.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38370-10; Fri, 19 Aug 2005 17:12:00 +0200 (CEST) Received: from [10.38.0.10] (unknown [212.12.51.89]) by crivens.unixoid.de (Postfix) with ESMTP id 7B9D53FF3; Fri, 19 Aug 2005 17:12:00 +0200 (CEST) Message-ID: <4305F6BF.8070901@kernel32.de> Date: Fri, 19 Aug 2005 17:11:59 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Justin T. Gibbs" References: <4305967B.8010909@kernel32.de> <435838B88932CE9C36A18199@aslan.scsiguy.com> <4305E4A3.6040902@kernel32.de> <3F5D63052EDC670D1C98312F@[10.0.0.90]> In-Reply-To: <3F5D63052EDC670D1C98312F@[10.0.0.90]> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at unixoid.de Cc: freebsd-current@freebsd.org Subject: Re: Adaptec AIC-7901 (ahd) broken with 6.0-BETA2 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 15:12:07 -0000 Hej Justin, Justin T. Gibbs wrote: >>> It looks like the system was able to talk to the controller and your >>> drive just fine, but hung later. Can you break into the debugger >>> and get a stack trace of where the system is hung? >>> second reply on that topic: I booted the bootonly ISO of BETA-2 with boot-v The system hangs hard, no NUM-Lock or SCROLL-Lock possible, and if I understood the manual right, CTRL+ALT+ESC should bring me to the debugger. Doesn't work either :-/ looks like a hard-lock. Any more ideas ? I do have a BETA-1 Kernel around. I'll give it a shot, wether I can get into the debugger there... but I suppose it'll be the same. This time the the boot procedure stopped with the following last few messages (hand transcribed): (ahd0:A:0:0): Sending PPR bus_width 1, period 8, offset fe, ppr_options fb (ahd0:A:0:0): Received PPR width 1, period 8, offset 7f, options c3 Filtered to width 1, period 8, offset 7f, options c3 ahd0: target 0 using 16bit transfers ahd0: target 0 synchronous with period = 0x8, offset = 0x7f (DT|IU|RTI) (ahd0:A:1:0): Sending PPR bus_width 1, period 8, offset fe, ppr_options fb (ahd0:A:1:0): Received PPR width 1, period 8, offset fe,options fb Filtered to width 1, period 8, offset 3f, options fb ahd0: target 1 using 16bit transfers ahd0: target 1 synchronous width period = 0x8, offset 0x3f(RDSTRM|DT|IU|RTI) and that's it :-/ any more chances to get some debugging infos ? best regards, Marian