From owner-freebsd-hackers@freebsd.org Fri Dec 9 22:58:49 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E099AC6F3E9; Fri, 9 Dec 2016 22:58:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADD8B1765; Fri, 9 Dec 2016 22:58:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 08E031FE1FC; Fri, 9 Dec 2016 23:58:46 +0100 (CET) Subject: Re: System hangs at boot in xhci0 To: kargl@uw.edu, freebsd-current@freebsd.org, freebsd-hackers@freebsd.org References: <20161209210940.GA1144@troutmask.apl.washington.edu> From: Hans Petter Selasky Message-ID: <5a509678-2a67-b538-ea42-d9e80a6bd3eb@selasky.org> Date: Fri, 9 Dec 2016 23:58:21 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161209210940.GA1144@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 22:58:50 -0000 On 12/09/16 22:09, Steve Kargl wrote: > I updated my system to > > % svn info /usr/src > Path: /usr/src > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 309748 > > Built a shiny new kernel, which hangs during boot. > There is no panic. Using the dmesg from kernel.old/kernel, > the last few reported are > > > pci2: on pcib2 > xhci0: mem 0xfe900000-0xfe900fff irq 48 at device 0.0 on pci2 > xhci0: 32 bytes context size, 64-bit DMA > > At this point, the system is completely unresponse and > needs to be power cycled. > Hi, What is the next message in the old kernel which is printed? There has been zero changes in the XHCI driver recently. Can you copy /boot/kernel.old to /boot/kernel.works Then add this option to the GENERIC kernel config: options VERBOSE_SYSINIT What are the last few messages in dmesg when you boot with the above flag? --HPS