From owner-freebsd-firewire@FreeBSD.ORG Tue Feb 3 10:20:06 2009 Return-Path: Delivered-To: freebsd-firewire@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F11B61065670 for ; Tue, 3 Feb 2009 10:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE8BB8FC17 for ; Tue, 3 Feb 2009 10:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n13AK64p001211 for ; Tue, 3 Feb 2009 10:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n13AK6wL001210; Tue, 3 Feb 2009 10:20:06 GMT (envelope-from gnats) Date: Tue, 3 Feb 2009 10:20:06 GMT Message-Id: <200902031020.n13AK6wL001210@freefall.freebsd.org> To: freebsd-firewire@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/97208: [firewire] System hangs / locks up when a firewire disk is attached X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 10:20:07 -0000 The following reply was made to PR kern/97208; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/97208: [firewire] System hangs / locks up when a firewire disk is attached Date: Tue, 03 Feb 2009 10:09:52 +0000 -------- Forwarded Message -------- From: Torfinn Ingolfsen To: gavin@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Date: Tue, 03 Feb 2009 00:16:52 +0100 Hello, On Mon, 02 Feb 2009 20:56:25 +0000 (GMT) gavin@FreeBSD.org wrote: > To submitter: I'm sorry that this PR has laid dormant for so > long. Do you know if this is still a problem with newer > versions of FreeBSD? The machine currently runs FreeBSD 6.2-stable: root@kg-fil# uname -a FreeBSD kg-fil.kg4.no 6.2-STABLE FreeBSD 6.2-STABLE #20: Mon Mar 12 23:04:49 CET 2007 root@kg-fil.kg4.no:/usr/obj/usr/src/sys/FIL60 amd64 and the problem still exists there. However, I did try booting off a FreeBSD 7.1-release / amd64 livefs cd. With 7.1-release, the machine doesn't hang, bot the console fills up with messages: fwohci0: phy int and the disk never attaches. I can detach the disk and attach it without the machine hanging (but lots of "phy int" messages when the disk is attached). I guess that's a bit of progress. Missing from my first report was the make of firewire controller: root@kg-fil# pciconf -lv | grep FireWire -B 4 fwohci0@pci1:10:0: class=0x0c0010 card=0x10001458 chip=0x8025104c rev=0x01 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TSB82AA2 1394b OHCI-Lynx IEEE 1394 Host Controller' class = serial bus subclass = FireWire HTH