From ea90da15977025b065f1d57b274b61c8e08e9f75 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sun, 7 Nov 2010 22:08:45 +0100 Subject: [PATCH] Remove APIC_IO option --- sys/config/X86_64_GENERIC | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index fd8e109c80..48b4657ab5 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -60,13 +60,12 @@ options ALTQ_FAIRQ #fair queueing #options ALTQ_DEBUG #for debugging -# To make an SMP kernel both SMP and APIC_IO are usually -# specified. SMP boxes with severely broken BIOSes which +# SMP boxes with severely broken BIOSes which # boot fine for non-SMP builds *might* work in SMP mode -# if you define SMP and leave APIC_IO turned off. +# if you disable APIC_IO by setting the loader tunable +# hw.apic_io_enable to 0. # #options SMP # Symmetric MultiProcessor Kernel -#options APIC_IO # Symmetric (APIC) I/O # Debugging for Development options DDB -- 2.41.0