ACPI: move FADT resource reservations from motherboard driver to osl
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 18 Jan 2007 23:42:55 +0000 (16:42 -0700)
committerLen Brown <len.brown@intel.com>
Fri, 26 Jan 2007 07:08:12 +0000 (02:08 -0500)
commit9a47cdb1bb85e7944fb7419e4078c46516ef7335
tree5ced6375a6c7299190cba4c700c9fa9269002a9e
parentbb0958544f3c7c016b2a3025ab3694363e403aa1
ACPI: move FADT resource reservations from motherboard driver to osl

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: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/motherboard.c
drivers/acpi/osl.c