From 049e6a81c83ff5402bd64c65dc6f591e7bfb003e Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 31 May 2003 11:19:11 +0000 Subject: Flag when ACPI has been disabled by the user so that sysinstall can do something with it. --- sys/boot/forth/beastie.4th | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot') diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index 96c4a04..96b7524 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 -- cgit v1.1