From owner-freebsd-stable@FreeBSD.ORG Mon May 5 18:29:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BD4EA2A for ; Mon, 5 May 2014 18:29:24 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 263A3E3E for ; Mon, 5 May 2014 18:29:24 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 174ABB98F; Mon, 5 May 2014 14:29:23 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: Thinkpad R60 hangs when booting recent 8.4-STABLE Date: Mon, 5 May 2014 13:51:09 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201405051351.09815.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 05 May 2014 14:29:23 -0400 (EDT) Cc: grarpamp X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 18:29:24 -0000 On Thursday, May 01, 2014 2:06:06 am grarpamp wrote: > Here are my relevant verbose diffs after removing 262226. > If whoever wanted a verbose boot still needs one just ask. > > < FreeBSD 8.4-STABLE #0 r265062: ... ... .. ..:..:.. ... 2014 > > FreeBSD 8.4-STABLE #1 r265149M: ... ... .. ..:..:.. ... 2014 > > < vgapci0: mem > 0-0x7ffffff,0xee000000-0xee07ffff irq 16 at device 2.0 on pci0 > > vgapci0: mem 0xe0000000-0xe7ffffff,0xee000000-0xee07ffff irq 16 at device 2.0 on pci0 > > < vgapci0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0 > > vgapci0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xe0000000 > > < info: [drm] AGP at 0x00000000 128MB > > info: [drm] AGP at 0xe0000000 128MB > > < ROOT MOUNT ERROR: > > start_init: trying /sbin/init The fix for this was committed to HEAD today and should be merged soon. -- John Baldwin