summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2001-11-06 15:00:30 +0000
committeriwasaki <iwasaki@FreeBSD.org>2001-11-06 15:00:30 +0000
commit37688d63276146108db05e433930ef7f0d572d34 (patch)
tree048d74e450c6b6eaaa11cab65d2c0a47191e40d2 /sys/dev/acpica/acpivar.h
parente2aa5ac96dede4de34aabb975cab9a6ee618a276 (diff)
downloadFreeBSD-src-37688d63276146108db05e433930ef7f0d572d34.zip
FreeBSD-src-37688d63276146108db05e433930ef7f0d572d34.tar.gz
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
- Add S4BIOS sleep implementation. This will works well if MIB hw.acpi.s4bios is set (and of course BIOS supports it and hibernation is enabled correctly). - Add DSDT overriding support which is submitted by takawata originally. If loader tunable acpi_dsdt_load="YES" and DSDT file is set to acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml), ACPI CA core loads DSDT from given file rather than BIOS memory block. DSDT file can be generated by iasl in ports/devel/acpicatools/. - Add new files so that we can add our proposed additional code to Intel ACPI CA into these files temporary. They will be removed when similar code is added into ACPI CA officially.
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 5dd9619..64e8ceb 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -60,6 +60,8 @@ struct acpi_softc {
int acpi_standby_sx;
int acpi_suspend_sx;
+ int acpi_s4bios;
+
int acpi_verbose;
bus_dma_tag_t acpi_waketag;
OpenPOWER on IntegriCloud