diff options
author | Nate Lawson <njl@FreeBSD.org> | 2004-05-06 08:04:34 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2004-05-06 08:04:34 +0000 |
commit | ea27c63ec67527e542458103c160bb5b438bdb5f (patch) | |
tree | fe6d6d0682be1a4eb88ac8feb810ce6134ffec45 /sys/dev/acpica/acpivar.h | |
parent | 5a32489377be2091fe753b29e03451eaa15c78c1 (diff) | |
download | src-ea27c63ec67527e542458103c160bb5b438bdb5f.tar.gz src-ea27c63ec67527e542458103c160bb5b438bdb5f.zip |
Select the highest valid (i.e., S3) sleep state for the default for the
sleep button. Change the default for the lid switch to NONE. This can
be overridden in /etc/sysctl.conf as desired.
Notes
Notes:
svn path=/head/; revision=128993
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r-- | sys/dev/acpica/acpivar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index 0f21db50b3a3..496193516c2c 100644 --- a/sys/dev/acpica/acpivar.h +++ b/sys/dev/acpica/acpivar.h @@ -57,9 +57,6 @@ struct acpi_softc { struct sysctl_ctx_list acpi_sysctl_ctx; struct sysctl_oid *acpi_sysctl_tree; -#define ACPI_POWER_BUTTON_DEFAULT_SX ACPI_STATE_S5; -#define ACPI_SLEEP_BUTTON_DEFAULT_SX ACPI_STATE_S1; -#define ACPI_LID_SWITCH_DEFAULT_SX ACPI_STATE_S1; int acpi_power_button_sx; int acpi_sleep_button_sx; int acpi_lid_switch_sx; |