ThatMishakov
ThatMishakov
> Then I could map ACPI tables for read-only I believe you also have to modify tables for ACPI to function properly, like for the global lock, wakeup vectors, and...
> I think another approach might be to manage map requests during table loading by mapping them read-only and then, in later stages, handle map requests as if they are...
> I have working PCI functions, but I think the PCI device tree can be cached in the ACPI server, primarily since these relate to the ACPI names and ACPI...
> There seems to be a "chicked-and-egg" issue because the OS must identify the root bridges before it can support PCI configuration requests. This suggests that discovery of root bridges...
> > To discover root bridges, I scan all PNP0A03 and PNP0A08 devices, and get the resources (calling _BBN and _SEG) from their handles, and also scan for devices and...