From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 20:35:50 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 8E7586E2 for ; Mon, 9 Jun 2014 20:35:50 +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 6DD312FB3 for ; Mon, 9 Jun 2014 20:35:50 +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 s59KYF5t001087 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 9 Jun 2014 13:34:15 -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 s59KYF6S001086 for freebsd-current@freebsd.org; Mon, 9 Jun 2014 13:34:15 -0700 (PDT) (envelope-from sgk) Date: Mon, 9 Jun 2014 13:34:15 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: ohci bricks a amd64 system Message-ID: <20140609203354.GA987@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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 20:35:50 -0000 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. -- Steve