aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-31 11:19:11 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-31 11:19:11 +0000
commitd9d27cecf8a627391ecc2bb7a81b71c71637f781 (patch)
treed142fda882c3e7afe71d33a6e228762dfb74b45a /sys/boot
parent4af5a3de605c3261d778a8b3b158c54c0885a5aa (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/forth/beastie.4th2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th
index 96c4a04637fb..96b7524c1fd7 100644
--- a/sys/boot/forth/beastie.4th
+++ b/sys/boot/forth/beastie.4th
@@ -173,6 +173,7 @@ set-current
acpienabled? if
s" acpi_load" unsetenv
s" 1" s" hint.acpi.0.disabled" setenv
+ s" 1" s" loader.acpi_disabled_by_user" setenv
else
s" YES" s" acpi_load" setenv
s" 0" s" hint.acpi.0.disabled" setenv
@@ -183,6 +184,7 @@ set-current
s" arch-i386" environment? if
s" acpi_load" unsetenv
s" 1" s" hint.acpi.0.disabled" setenv
+ s" 1" s" loader.acpi_disabled_by_user" setenv
then
s" 0" s" hw.ata.ata_dma" setenv
s" 0" s" hw.ata.atapi_dma" setenv