From owner-freebsd-current@FreeBSD.ORG Sun Oct 30 20:30:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF894106568F for ; Sun, 30 Oct 2011 20:30:54 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 3B19B8FC21 for ; Sun, 30 Oct 2011 20:30:53 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 196811458; Sun, 30 Oct 2011 21:30:52 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 30 Oct 2011 21:27:51 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110302127.51898.hselasky@c2i.net> Cc: "deeptech71@gmail.com" Subject: Re: lockup during probing because of a memory stick 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: Sun, 30 Oct 2011 20:30:54 -0000 On Saturday 29 October 2011 23:26:29 deeptech71@gmail.com wrote: > If a USB mass storage device was connected when the computer was > turned on or reset and the device is left connected, then the system > locks up somewhere around the ``acpi0: on > motherboard'' line (not exactly deterministically at that line). > Otherwise (if the device is connected or disconnected just before > FreeBSD started booting, or if the device is nowhere near the computer > for the whole booting process), the system boots fine. I'm using a > -CURRENT kernel. > Hi, > I don't recall this case happening some time ago. But now, this > happens with and without the NEW_PCIB option. I mention this because > ``acpi0: on motherboard'' is shortly followed by > ``acpi0: reservation of 0, a0000 (3) failed'', whatever that means. Have you tried to turn off USB legacy support in the BIOS? ACPI involves some USB BIOS code most likely which is causing the crash. I think this is maybe not a FreeBSD issue, but if you can binary search the revisions to find exactly what commit broke your system, them I can look further at your issue. --HPS