i386/89545: Compaq DL 360 ACPI boot problem
Anders Nordby
anders at FreeBSD.org
Thu Dec 29 13:40:09 PST 2005
The following reply was made to PR i386/89545; it has been noted by GNATS.
From: Anders Nordby <anders at FreeBSD.org>
To: John Baldwin <jhb at freebsd.org>
Cc: bug-followup at freebsd.org, uralmetal at gmail.com
Subject: Re: i386/89545: Compaq DL 360 ACPI boot problem
Date: Thu, 29 Dec 2005 22:34:15 +0100
On Fri, Dec 16, 2005 at 03:34:38PM -0500, John Baldwin wrote:
> Actually, what I need is someone to add some printf's to the acpi_pci_link
> code and figure out where it is hanging if at all possible. There also
> aren't any substantive changes (only a printf tweak) in between the start of
> RELENG_6 and 6.0 in the pci_link code. I'm curious if the problem persists
> on today's RELENG_6 since I've MFC'd various fixes since the release.
Using a slightly modified version of John's pci_link_printf.patch (see
http://people.freebsd.org/~anders/patches/pci_link_printf.patch-anders,
I had to add dev argument to device_printf and a %d was missing) I get:
acpi0: <COMPAQ MICRO> on motherboard
acpi0: Power Button (fixed)
unknown: I/O range not supported
pci_link0: <ACPI PCI Link FAKE> on acpi0
attach started
pci_link0: calling _CRS
pci_link0: _CRS returned AE_OK
pci_link0: num_links = 0
pci_link1: <ACPI PCI Link INA0> on acpi0
attach started
And there it hangs.
I am using 6.0-RELEASE here. Haven't tested RELENG_6 yet.
Cheers,
--
Anders.
More information about the freebsd-acpi
mailing list