summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-21 02:16:07 +0000
committernjl <njl@FreeBSD.org>2004-04-21 02:16:07 +0000
commit147e8ffe3a5f43820575555c3733f99722773672 (patch)
tree3394e36923b23d28f95d2f8b705a844af0197627 /sys/modules/acpi
parentd3289512e2b984ecb87b8a5948cc9c513403b95b (diff)
downloadFreeBSD-src-147e8ffe3a5f43820575555c3733f99722773672.zip
FreeBSD-src-147e8ffe3a5f43820575555c3733f99722773672.tar.gz
Divide the drivers into essential (pci, thermal) and mobile (lid,
battery, etc.)
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/acpi/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile
index 7b21f4f..39a0f71 100644
--- a/sys/modules/acpi/acpi/Makefile
+++ b/sys/modules/acpi/acpi/Makefile
@@ -33,12 +33,17 @@ SRCS+= utclib.c utcopy.c utdebug.c utdelete.c uteval.c
SRCS+= utglobal.c utinit.c utmath.c utmisc.c utobject.c
SRCS+= utxface.c
-# OSD layer
-SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
-SRCS+= acpi_ec.c acpi_isab.c acpi_lid.c
+# OSPM layer and core hardware drivers
+SRCS+= acpi.c acpi_button.c acpi_isab.c
SRCS+= acpi_package.c acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c
-SRCS+= acpi_pcib_pci.c acpi_powerres.c acpi_resource.c acpi_thermal.c
-SRCS+= acpi_timer.c acpi_pci_link.c
+SRCS+= acpi_pcib_pci.c acpi_powerres.c acpi_resource.c
+SRCS+= acpi_timer.c acpi_pci_link.c acpi_thermal.c
+
+# ACPI hardware drivers, mostly used for mobile systems.
+SRCS+= acpi_acad.c acpi_battery.c acpi_cmbat.c acpi_cpu.c
+SRCS+= acpi_ec.c acpi_lid.c
+
+# OSD layer
SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c
OpenPOWER on IntegriCloud