From owner-freebsd-firewire@FreeBSD.ORG Mon Sep 6 19:56:13 2004 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CD116A4CE for ; Mon, 6 Sep 2004 19:56:13 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D1E43D5D for ; Mon, 6 Sep 2004 19:56:13 +0000 (GMT) (envelope-from bfoz@terrandev.com) Received: from [192.168.0.5] (c-24-6-89-159.client.comcast.net[24.6.89.159]) by comcast.net (sccrmhc13) with ESMTP id <2004090619561101600n5mr9e> (Authid: bfoz); Mon, 6 Sep 2004 19:56:12 +0000 Message-ID: <413CC0D9.1040700@terrandev.com> Date: Mon, 06 Sep 2004 12:56:09 -0700 From: Brandon Fosdick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040822 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hidetoshi Shimokawa References: <413B7A61.1080704@terrandev.com> <878ybo9y71.wl@tora.nunu.org> In-Reply-To: <878ybo9y71.wl@tora.nunu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-firewire@freebsd.org Subject: Re: Firewire related boot hang on Asus A7N8X Deluxe Boards X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 19:56:13 -0000 Hidetoshi Shimokawa wrote: > Thanks for the report. > I have changed the responsible record of the PR to me. > > I need some help to analyze the problem. Can you get a traceback of > the hanging host? (break to DDB and use trace command) This was my first attempt at getting a trace from a kernel, hopefully its what you wanted. Let me know if you need anything else. BTW, I found that if I type continue after trace it will proceed to boot normally, even though there wasn't a firewire device plugged in. ad0: 117246MB [238216/16/63] at ata0-master UDMA133 acd0: DVD-ROM at ata1-master PIO4 acd1: CDROM at ata1-slave PIO4 Debugger("manual escape to debugger") Stopped at Debugger+0x34: movb $0,in_Debugger.435 db> trace Debugger(c02e4f09) at Debugger+0x34 scgetc(c26b2800,2,0,c0344be0,ffffffff) at scgetc+0x406 sckbdevent(c0344be0,0,c26b2800,0,0) at sckbdevent+0x1c9 atkbd_intr(c0344be0,0,c02f41d8,c028b47f,c0344be0) at atkbd_intr+0x22 atkbd_isa_intr(c0344be0,0,10,10,10) at atkbd_isa_intr+0x18 Xresume1() at Xresume1+0x2b --- interrupt, eip = 0xc02908ea, esp = 0xc02f41d0, ebp = 0xc02f41d8 --- cpu_idle(7,681,1,383fbff,0) at cpu_idle+0xe idle_loop() at idle_loop+0x1d db> -- Brandon Fosdick http://www.terranspace.org