From owner-freebsd-stable@FreeBSD.ORG Tue May 5 11:12:37 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E3E11065673 for ; Tue, 5 May 2009 11:12:37 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.freebsd.org (Postfix) with ESMTP id B23328FC1A for ; Tue, 5 May 2009 11:12:36 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw1.york.ac.uk (8.13.6/8.13.6) with ESMTP id n45BCX1C019956; Tue, 5 May 2009 12:12:33 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1M1IZd-0002oT-1W; Tue, 05 May 2009 12:12:33 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n45BCWeh048136; Tue, 5 May 2009 12:12:32 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n45BCWMb048135; Tue, 5 May 2009 12:12:32 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Guido Falsi In-Reply-To: <20090505110624.GA83487@megatron.madpilot.net> References: <20090505110624.GA83487@megatron.madpilot.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 05 May 2009 12:12:31 +0100 Message-Id: <1241521951.47323.3.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: freebsd-stable@FreeBSD.org Subject: Re: [PANIC] recent 7.2-STABLE when probing drm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 11:12:41 -0000 On Tue, 2009-05-05 at 13:06 +0200, Guido Falsi wrote: > Hi! > > I'm using FreeBSD/i386 stable on a HP DC7800 PC. > > It has an Intel Q35 graphic chip. > > After upgrading to a recent stable I experienced a pani on boot, just > after probing drm. > > I investigated a little and found out that reverting the file > > src/sys/dev/pci/pci.c > > to rev. 1.355.2.9 (SVN Rev 190092) solves the crash. > > I could not investigatte urther right away, but some regression was > introduced with this rev. > > Is any more information needed? When it panics, can you please type "bt" (assuming you have the debugger compiled in) and show the output? Gavin