summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-30 20:12:27 +0000
committermsmith <msmith@FreeBSD.org>2000-09-30 20:12:27 +0000
commit43b494595ef50e9426434fd028f71567c7fc2e36 (patch)
tree04488cdbfa2a244cc961901253683a6d7f5405b8 /sys/conf
parent8cc643d7ff3e76e0d1cadc99dbd6ad666b8a0171 (diff)
downloadFreeBSD-src-43b494595ef50e9426434fd028f71567c7fc2e36.zip
FreeBSD-src-43b494595ef50e9426434fd028f71567c7fc2e36.tar.gz
More updates to the ACPI code:
- Move all register I/O into acpi_io.c - Move event handling into acpi_event.c - Reorganise headers into acpivar/acpireg/acpiio - Move find-RSDT and find-ACPI-owned-memory into acpi_machdep - Allocate all resources (except those detailed only by AML) as real resources. Add infrastructure that will make adding resource support to AML code easy. - Remove all ACPI #ifdefs in non-ACPI code - Removed unnecessary includes - Minor style and commenting fixes Reviewed by: iwasaki
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index ccdaa32..93a2f53 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -75,7 +75,9 @@ dev/aac/aac.c optional aac
#dev/aac/aac_debug.c optional aac
dev/aac/aac_disk.c optional aac
dev/aac/aac_pci.c optional aac pci
-dev/acpi/acpi.c count acpi
+dev/acpi/acpi.c optional acpi
+dev/acpi/acpi_io.c optional acpi
+dev/acpi/acpi_event.c optional acpi
dev/acpi/acpi_powerres.c optional acpi
dev/acpi/aml/aml_amlmem.c optional acpi
dev/acpi/aml/aml_common.c optional acpi
OpenPOWER on IntegriCloud