From owner-freebsd-stable@FreeBSD.ORG Wed Apr 30 16:25:42 2014 Return-Path: Delivered-To: stable@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 959E963B; Wed, 30 Apr 2014 16:25:42 +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 6E9BE15B0; Wed, 30 Apr 2014 16:25:42 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4B615B9CB; Wed, 30 Apr 2014 12:25:41 -0400 (EDT) From: John Baldwin To: Don Lewis Subject: Re: Thinkpad R60 hangs when booting recent 8.4-STABLE Date: Wed, 30 Apr 2014 12:25:22 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201404300117.s3U1HJaQ029988@gw.catspoiler.org> In-Reply-To: <201404300117.s3U1HJaQ029988@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201404301225.22945.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 30 Apr 2014 12:25:41 -0400 (EDT) Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 16:25:42 -0000 On Tuesday, April 29, 2014 9:17:19 pm Don Lewis wrote: > On 29 Apr, John Baldwin wrote: > > On Monday, April 28, 2014 8:56:03 pm Don Lewis wrote: > > I just took a closer look at the dmesg output from the two kernels. > > >> agp0: on hostb0 > >> hostb0: Reserved 0x10000000 bytes for rid 0x10 type 3 at 0xd0000000 > > The above line is different with the r262226 kernel: > hostb0: Reserved 0x10000000 bytes for rid 0x10 type 3 at 0 Yes, a resource at 0 is going to break things. 9.2 has the NEW_PCIB option enabled. You can try enabling that for 8.4 to see if it fixes this issue. If it does, it narrows down where to look for the bug. > That looks significant to me. > > >> agp0: allocating GATT for aperture of size 256M > >> [Hangs here] > > > > Humm, the other mails on this showed an address for what was allocated > > here I thought during a verbose boot. > > > > Let me see if I can get my X220 to reproduce this on an 8.x kernel. This did not succeed in breaking. :( -- John Baldwin