From owner-freebsd-current@freebsd.org Tue Jul 11 23:53:08 2017 Return-Path: Delivered-To: freebsd-current@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 2E85EDAE6B5 for ; Tue, 11 Jul 2017 23:53:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0FAE07077E for ; Tue, 11 Jul 2017 23:53:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: by mailman.ysv.freebsd.org (Postfix) id 0BF85DAE6B4; Tue, 11 Jul 2017 23:53:08 +0000 (UTC) Delivered-To: current@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 0B854DAE6B3 for ; Tue, 11 Jul 2017 23:53:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9DC97077D for ; Tue, 11 Jul 2017 23:53:07 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:references:from :from:subject:subject; s=201508; t=1499817184; bh=QOZoW5HwStyNU7 hmsw75o2CyNfTtoak3oZDXDvrPUGA=; b=m78YS+e+t8jf51e15waMpOn+tFFiPY JCEqEqosXydWNqqQ+J4o2ae2G70Z3GcHIbuUJb+bPkXCEm+cJ0F9L8YSMIFNsC1U hboQz/nHkZklLeyjUzn73VDp4BijAo0c4U6IKRrKUjXqBQKgjDOQ/DqE+F+O57pB LB48hQ8Lvf+jo= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id A071D3CDB9; Tue, 11 Jul 2017 19:53:04 -0400 (EDT) Subject: Re: Panic on boot after upgrade from r320827 -> r320869 From: Michael Butler To: Warner Losh Cc: FreeBSD Current References: <20170710115109.GD1177@albert.catwhisker.org> <20170711121311.GI1177@albert.catwhisker.org> <954e8793-7e17-8ae4-8449-39c742e0d432@protected-networks.net> Message-ID: Date: Tue, 11 Jul 2017 19:53:04 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <954e8793-7e17-8ae4-8449-39c742e0d432@protected-networks.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 11 Jul 2017 23:53:08 -0000 On 07/11/17 13:13, I wrote: >> Take sdhci out of the kernel and try again. If that works, it tells us >> one >> thing (need to troubleshoot sdhci stuff more). If not it tells us another >> (need to troubleshoot CAM more), do we get errors with the ATA_IDENTIFY >> command? Does it try multiple times per AHCI port? What AHCI device do >> you >> have? You may need to scroll back with the screen-lock / pageup keys >> to see >> these messages. [ .. snip .. ] > I'll try this tonight when I'm back at home. The laptop concerned uses > the ICH-7M part in "legacy mode" so it doesn't do AHCI at all :-( Without sdhci and mmc, it actually boots but everything KDE aborts with signal 6 :-( I'm not prepared to rebuild the ~1900 ports on this box to pursue this further, imb