summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-01-09 19:20:47 +0000
committerscottl <scottl@FreeBSD.org>2004-01-09 19:20:47 +0000
commit74ee4557d3dd09ef4f885588546aa8bc3c0aca30 (patch)
tree453cd0ee1a4e7d919f210403ddc4c52a5e5a35b1
parenta67ee2bd6ef51c55ecdd5ff68d710908cf65d27f (diff)
downloadFreeBSD-src-74ee4557d3dd09ef4f885588546aa8bc3c0aca30.zip
FreeBSD-src-74ee4557d3dd09ef4f885588546aa8bc3c0aca30.tar.gz
Disable the APIC when selecting the 'Safe Mode' option of the loader. This
will disable both APIC interrupt routing and SMP.
-rw-r--r--sys/boot/forth/beastie.4th1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th
index 76578c3..8b727a2 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
OpenPOWER on IntegriCloud