mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
pci_decode: add acpi device
Use it as point to defer clients (e.g. ACPI-CA) until platform driver could claim all resources. Issue #4679
This commit is contained in:
parent
25eac6b9e6
commit
dca71dbad9
@ -303,6 +303,14 @@ void Main::parse_acpi_device_info(Xml_generator & gen)
|
||||
gen.attribute("size", 4U);
|
||||
});
|
||||
});
|
||||
|
||||
/*
|
||||
* ACPI device
|
||||
*/
|
||||
gen.node("device", [&]
|
||||
{
|
||||
gen.attribute("name", "acpi");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user