From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 22 13:17:06 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638D9106564A; Tue, 22 Nov 2011 13:17:06 +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 3AD638FC08; Tue, 22 Nov 2011 13:17:06 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id E7CDA46B37; Tue, 22 Nov 2011 08:17:05 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7C60CB921; Tue, 22 Nov 2011 08:17:05 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Tue, 22 Nov 2011 08:17:04 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201111202357.pAKNveDp080987@red.freebsd.org> In-Reply-To: <201111202357.pAKNveDp080987@red.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111220817.05002.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 22 Nov 2011 08:17:05 -0500 (EST) Cc: freebsd-gnats-submit@freebsd.org, "David J. Weller-Fahy" Subject: Re: amd64/162708: FreeBSD 9.0-RC2 amd64 fails to boot on Dell Optiplex GX620 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2011 13:17:06 -0000 On Sunday, November 20, 2011 6:57:40 pm David J. Weller-Fahy wrote: > When enabled the machine freezes with the following messages being the last before the freeze (this is after pressing enter at the CD's boot prompt). > > #v+ > .. > hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > Timecounter "HPET" frequency 14318180 Hz quality 950 > Event timer "HPET" frequency 14318180 Hz quality 450 > Event timer "HPET1" frequency 14318180 Hz quality 440 > Event timer "HPET2" frequency 14318180 Hz quality 440 > acpi_button0: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > #v- > > In verbose mode it freezes with the last messages as follows. > > #v+ > .. > pcib0: matched entry for 0.29.INTA > pcib0: slot 29 INTA hardwired to IRQ 21 > pcib0: allocated type 3 (0xdf700000-0xdf7003ff) for rid 10 of pci0:0:29:7 > unknown: Lazy allocation of 0x400 bytes rid 0x10 type 3 at 0xdf700000 > #v- Can you get a verbose dmesg from a boot of 8.2? -- John Baldwin