From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 21:13:46 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A974196 for ; Mon, 9 Jun 2014 21:13:46 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F66F2374 for ; Mon, 9 Jun 2014 21:13:46 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id s59LDjJX001101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Jun 2014 14:13:45 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id s59LDiwn001100; Mon, 9 Jun 2014 14:13:44 -0700 (PDT) (envelope-from sgk) Date: Mon, 9 Jun 2014 14:13:44 -0700 From: Steve Kargl To: Hans Petter Selasky Subject: Re: ohci bricks a amd64 system Message-ID: <20140609211344.GA1086@troutmask.apl.washington.edu> References: <20140609203354.GA987@troutmask.apl.washington.edu> <53961B06.4070909@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53961B06.4070909@selasky.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 09 Jun 2014 21:13:46 -0000 On Mon, Jun 09, 2014 at 10:37:26PM +0200, Hans Petter Selasky wrote: > On 06/09/14 22:34, Steve Kargl wrote: > > I updated my FreeBSD-current system from an > > April 9th kernel/world (r264280M, which was > > running fine) to today sources (r267284), and > > have successfully turned the system into a brick > > if I include the USB ohci device in my kernel. > > During the verbose boot process, the brick stops > > with the message > > > > ohci early: SMM active, request owner change > > > > At this point, one must hit the reset button > > as there is no keyboard, yet. If I remove the > > ohci device from the kernel config file, the > > resulting kernel boots but the usb mouse is > > no longer available. > > > > Any pointers on how to debug/fix the ohci device > > is appreciated. > > > > Check USB BIOS settings. > Hans, Thanks! My bios had a "Legacy USB" option set to auto. I forced this to disabled and the system boots again. The option had been set to auto for a very long time, and USB has simply always worked. -- Steve