Date: Fri, 07 Jan 2005 18:39:03 +0100 From: Pawel Worach <pawel.worach@telia.com> To: Nate Lawson <nate@root.org> Cc: John Baldwin <jhb@FreeBSD.org> Subject: Re: page fault panic in device_get_softc/acpi_pcib_route_interrupt Message-ID: <41DEC937.5030709@telia.com> In-Reply-To: <41DE36FA.6070805@root.org> References: <20587818.1102626838092.JavaMail.tomcat@pne-ps4-sn1> <200501061345.44146.jhb@FreeBSD.org> <41DD9806.6060301@telia.com> <200501061541.39673.jhb@FreeBSD.org> <41DDBA4F.6010009@root.org> <41DDC941.9000609@telia.com> <41DE36FA.6070805@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nate Lawson wrote:
> Pawel Worach wrote:
>>
>> I do not even see the code enter acpi_pci_link_attach(), even added a
>> dummy
>> printf at the top of the method.
>
>
> That's a problem. If the link isn't attached, you can't route
> interrupts by it. Try adding this to the if statemetns in
> sys/dev/acpica/acpi.c:acpi_probe_order() --
>
> /* attach pci links early */
> } else if (acpi_MatchHid(handle, "PNP0C0F")) {
> *order = 3;
> ret = 1;
> }
>
acpi_probe_order() is called 26 times but PNP0C0F never seems to match
the handle passed to it.
--
Pawel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DEC937.5030709>
