Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 21:40:08 GMT
From:      Anders Nordby <anders@FreeBSD.org>
To:        freebsd-acpi@FreeBSD.org
Subject:   Re: i386/89545: Compaq DL 360 ACPI boot problem
Message-ID:  <200512292140.jBTLe8EG033915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/89545; it has been noted by GNATS.

From: Anders Nordby <anders@FreeBSD.org>
To: John Baldwin <jhb@freebsd.org>
Cc: bug-followup@freebsd.org, uralmetal@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512292140.jBTLe8EG033915>