From owner-freebsd-stable@FreeBSD.ORG Wed Apr 30 01:17:30 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 67B5B2FA; Wed, 30 Apr 2014 01:17:30 +0000 (UTC) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31E2411C7; Wed, 30 Apr 2014 01:17:29 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s3U1HJaQ029988; Tue, 29 Apr 2014 18:17:23 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201404300117.s3U1HJaQ029988@gw.catspoiler.org> Date: Tue, 29 Apr 2014 18:17:19 -0700 (PDT) From: Don Lewis Subject: Re: Thinkpad R60 hangs when booting recent 8.4-STABLE To: jhb@FreeBSD.org In-Reply-To: <201404291650.32403.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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 01:17:30 -0000 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 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. >