summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/libi386/i386_module.c2
-rw-r--r--sys/boot/i386/loader/help.i3862
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c
index 5c29aee..f879727 100644
--- a/sys/boot/i386/libi386/i386_module.c
+++ b/sys/boot/i386/libi386/i386_module.c
@@ -49,7 +49,7 @@ i386_autoload(void)
/* autoload ACPI support */
/* XXX should be in 4th keyed off acpi_load */
- if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
+ if ((getenv("acpi_load") && !getenv("hint.acpi.0.disabled"))) {
error = mod_load("acpi", NULL, 0, NULL);
if (error != 0)
printf("ACPI autoload failed - %s\n", strerror(error));
diff --git a/sys/boot/i386/loader/help.i386 b/sys/boot/i386/loader/help.i386
index f9a4076..16e0fd3 100644
--- a/sys/boot/i386/loader/help.i386
+++ b/sys/boot/i386/loader/help.i386
@@ -7,7 +7,7 @@
unset acpi_load
- $hint.acpi.0.disable="1"
+ $hint.acpi.0.disabled="1"
If set, the ACPI module won't be loaded.
OpenPOWER on IntegriCloud