summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2006-06-12 17:13:57 +0000
committernjl <njl@FreeBSD.org>2006-06-12 17:13:57 +0000
commit11c5eed170bca086d97ec292a76fb5b95485884d (patch)
tree0c92f27f0cb72daca3fde2be808e4e39d88bb131 /sys
parenta8df20fa3c76dd0b14282e1c16c4dbeafb5a159d (diff)
downloadFreeBSD-src-11c5eed170bca086d97ec292a76fb5b95485884d.zip
FreeBSD-src-11c5eed170bca086d97ec292a76fb5b95485884d.tar.gz
Check in file missed in last commit. It made it into the MFC properly
though.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 69f3403..1618287 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -68,7 +68,7 @@ struct acpi_softc {
int acpi_sleep_delay;
int acpi_s4bios;
- int acpi_disable_on_poweroff;
+ int acpi_do_disable;
int acpi_verbose;
bus_dma_tag_t acpi_waketag;
OpenPOWER on IntegriCloud