From owner-freebsd-firewire@FreeBSD.ORG Tue Feb 3 17:30:09 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 0BC1B1065730 for ; Tue, 3 Feb 2009 17:30:09 +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 B005B8FC12 for ; Tue, 3 Feb 2009 17:30:05 +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 n13HU5LU030659 for ; Tue, 3 Feb 2009 17:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n13HU5wX030656; Tue, 3 Feb 2009 17:30:05 GMT (envelope-from gnats) Date: Tue, 3 Feb 2009 17:30:05 GMT Message-Id: <200902031730.n13HU5wX030656@freefall.freebsd.org> To: freebsd-firewire@FreeBSD.org From: Sean Bruno 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: Sean Bruno List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 17:30:10 -0000 The following reply was made to PR kern/97208; it has been noted by GNATS. From: Sean Bruno To: bug-followup@FreeBSD.org, torfinn.ingolfsen@broadpark.no Cc: Subject: Re: kern/97208: [firewire] System hangs / locks up when a firewire disk is attached Date: Tue, 03 Feb 2009 09:22:22 -0800 Interesting. I have a very similar board in my test machine. Differences are that I am running i386 and not amd64. A couple of things I'd like to have tested. 1. Use a i386 livefs CD instead, just as a test. See if the same problem manifests itself(icky, I really hope it's not this one). 2. after your BSD box is powered up, please set some debugging flags: "sysctl debug.sbp_debug=2" "sysctl debug.firewire_debug=2" send me the output from the console when connecting your device. You may be able to grab the dmesg and send it to me. 3. "fwcontrol" output and "fwcontrol -p" would be nice as well. 4. Specifically, what type of firewire drive is this? Sean