summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-29 04:02:19 +0000
committernjl <njl@FreeBSD.org>2003-08-29 04:02:19 +0000
commitb5438b54303dbc8d523f6cdc914d2e4e37bb59fb (patch)
treed54715d8d3a15f359e394a41d14f08964412c5c9 /sys/modules/acpi
parent89874a1f1d2097be6ab2ccb3535359238a189b1d (diff)
downloadFreeBSD-src-b5438b54303dbc8d523f6cdc914d2e4e37bb59fb.zip
FreeBSD-src-b5438b54303dbc8d523f6cdc914d2e4e37bb59fb.tar.gz
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
change also disables interrupts around non-S4 suspends whereas before we did not do this. Our version of AcpiEnterSleepStateS4bios was almost identical to the ACPICA version.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 50af641..80d0f43 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -37,9 +37,8 @@ SRCS+= utxface.c
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 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 acpica_support.c
-SRCS+= acpi_pci_link.c
-SRCS+= OsdDebug.c
+SRCS+= acpi_timer.c acpi_pci_link.c
+SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c
SRCS+= opt_acpi.h opt_bus.h opt_ddb.h
OpenPOWER on IntegriCloud