• B
    ACPI: move FADT resource reservations from motherboard driver to osl · 9a47cdb1
    Bjorn Helgaas 提交于
    Resources described by the FADT aren't really a good fit for the
    ACPI motherboard driver.
    
    The motherboard driver cares about PNP0C01 and PNP0C02 devices and
    their resources.
    
    The FADT describes some resources used by the ACPI core.  Often, they
    are also described by by the _CRS of a motherboard device, but I think
    it's better to reserve them specifically in the ACPI osl.c because
    (a) the motherboard driver is optional and ACPI uses the resources even
    if the driver is absent, and (b) I want to remove the ACPI motherboard
    driver because it's mostly redundant with the PNP system.c driver.
    Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
    Signed-off-by: NLen Brown <len.brown@intel.com>
    9a47cdb1
osl.c 26.2 KB