From owner-freebsd-current@FreeBSD.ORG Thu Nov 2 22:07:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB4116A531 for ; Thu, 2 Nov 2006 22:07:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF3443D46 for ; Thu, 2 Nov 2006 22:07:20 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA2M7FQu015381; Thu, 2 Nov 2006 17:07:17 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Thu, 2 Nov 2006 12:21:34 -0500 User-Agent: KMail/1.9.1 References: <45491B0A.4040409@voicenet.com> In-Reply-To: <45491B0A.4040409@voicenet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611021221.35165.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Thu, 02 Nov 2006 17:07:17 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2151/Thu Nov 2 13:35:18 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_03_06 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Adam K Kirchhoff Subject: Re: -CURRENT lockups on Precision 490 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 02 Nov 2006 22:07:31 -0000 On Wednesday 01 November 2006 17:09, Adam K Kirchhoff wrote: > > Hello all, > > I've managed to get 7.0-CURRENT installed on this new workstation I > have at work. Functions fine with a kernel and userland from September > 30th. Just about two weeks ago I tried to update everything to the > latest code... I successfully did a buildworld and buildkernel. > Unfortunately, the system froze during bootup. I gave it a couple of > weeks and tried again today, but have received the same results. The > kernel stops booting at this point: > > pcib12: at device 30.0 on pci0 > pcib12: secondary bus 12 > pcib12: subordinate bus 12 > pcib12: I/O decode 0xf000-0xfff > pcib12: prefetched decode 0xd0000000-0xd00fffff > pcib12: Subtractively decoded bridge. > pci12: on pcib12 > pci12: physical bus=12 > > > This happens even if I try to boot up in safe mode. > > I'm attaching some debugging information to this e-mail. Thankfully > I have a null modem cable hooked up to this machine and was able to grab > the verbose logging from it. That's the file freebsd-current-lockup.txt.gz > > freebsd-working.txt.gz is with the kernel from September 30th. > pciconf.txt.gz is, as you might expect, the output of 'pciconf -v -l'. > > Any help that can be given would be greatly appreciated. Thanks! Try disabling or backing out the vpd code or talking to jmg@. -- John Baldwin