From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 17:53:17 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04335106566B for ; Tue, 7 Jun 2011 17:53:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id CEF838FC1A for ; Tue, 7 Jun 2011 17:53:16 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 8592046B4C; Tue, 7 Jun 2011 13:53:16 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EC2DE8A02B; Tue, 7 Jun 2011 13:53:15 -0400 (EDT) From: John Baldwin To: John Date: Tue, 7 Jun 2011 10:41:28 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <20110606002353.GA2518@slowblink.com> <201106061051.30425.jhb@freebsd.org> <20110607013330.GA75754@FreeBSD.org> In-Reply-To: <20110607013330.GA75754@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106071041.28654.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 07 Jun 2011 13:53:16 -0400 (EDT) Cc: freebsd-current@freebsd.org Subject: Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff 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: Tue, 07 Jun 2011 17:53:17 -0000 On Monday, June 06, 2011 9:33:30 pm John wrote: > ----- John Baldwin's Original Message ----- > > On Sunday, June 05, 2011 8:23:53 pm John wrote: > > > Hi Folks, > > > > > > I just attempted to update an HP385G0 system from current as of > > > 4-15-2011 to 6-2-2011. The new system will not boot, and shows the > > > following message when it hangs: > > > > > > pcib1: at device 3.0 on pci0 > > > pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff > > > > > > From a booting system, device 3.0 shows the following in dmesg: > > > > > > pcib1: at device 3.0 on pci0 > > > vgapci0: port 0x4400-0x44ff mem > > 0xf6000000-0xf6ffffff,0xf5ff0000-0xf5ff0fff at device 3.0 on pci1 > > > > > > From reading other msgs that seem related to this problem, I've > > > attached the dmesg, devinfo -ur, and devinfo -rv below. > > > > > > Thanks for any help solving this. > > > > Please try this patch: > > > Hi John, > > I applied your patch/rebuilt/installed/rebooted. The system seems > to get farther, but still locks up tight. A screen pic is here: > > http://people.freebsd.org/~jwd/dmesg.jpg > > The -v dmesg output looks right except for the 'MCA' text at the > bottom. Not sure where it's coming from. It's worth noting sometimes > the MCA doesn't show up, but it always locks up at that point now. Hmmm, an MCA is not a good sign. > In looking at the devinfo/dmesg output, I don't think I see any > actual overlapping areas, but do see multiple items within the 0x4000 > to 0x4fff range. I don't claim to be an expert though. Yes, there are multiple ranges. Would it be possible to use a serial port to capture a full verbose dmesg up to the point where it hangs? -- John Baldwin