diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-01-09 19:20:47 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-01-09 19:20:47 +0000 |
| commit | 6d38a06c8575d0e13f48037de984e9d66555eda8 (patch) | |
| tree | 453cd0ee1a4e7d919f210403ddc4c52a5e5a35b1 | |
| parent | 6aae6f7e7aa3b66bf251fa5843bfcf34c746ed70 (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/beastie.4th | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index 76578c381b9c..8b727a2f347c 100644 --- a/sys/boot/forth/beastie.4th +++ b/sys/boot/forth/beastie.4th @@ -228,6 +228,7 @@ set-current s" acpi_load" unsetenv s" 1" s" hint.acpi.0.disabled" setenv s" 1" s" loader.acpi_disabled_by_user" setenv + s" 1" s" hint.apic.0.disabled" setenv then s" 0" s" hw.ata.ata_dma" setenv s" 0" s" hw.ata.atapi_dma" setenv |
