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. -- PawelReceived on Fri Jan 07 2005 - 16:39:44 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:25 UTC