summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-21 03:19:59 +0000
committerpeter <peter@FreeBSD.org>2003-11-21 03:19:59 +0000
commit9f3e95f4cd06206bd91aaa265bedaaed0967230d (patch)
treeb95f927efdd5b6aeb73ba46b35d802088cf8c933 /sys/amd64/conf
parentaefda7ad568c8310cab954248c6703f913ae46f8 (diff)
downloadFreeBSD-src-9f3e95f4cd06206bd91aaa265bedaaed0967230d.zip
FreeBSD-src-9f3e95f4cd06206bd91aaa265bedaaed0967230d.tar.gz
Turn on NO_MIXED_MODE for amd64 generic. It turns out that all the
known samples of broken chipsets that needed mixed mode in the first place are so broken (ie: locks up) that we can't use IO APIC mode at all and it needs to be turned off in the bios. So, the MIXED_MODE penalty on the good chipsets gained nothing. Approved by: re (scottl)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3d927fe..b0bd066 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -68,6 +68,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
options SMP # Symmetric MultiProcessor Kernel
# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
device atpic # 8259A compatability
+options NO_MIXED_MODE # Don't penalize working chipsets
device acpi
device isa
OpenPOWER on IntegriCloud