From c691bb438c56f4c204a10a2c25290e2081466576 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 3 Feb 2012 14:13:20 +0100 Subject: [PATCH] kernel: Remove the no longer functional APIC_IO option. --- UPDATING | 12 ++++++++++++ sys/platform/pc32/conf/options | 1 - sys/platform/pc64/conf/options | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index f129a8e779..0791a77827 100644 --- a/UPDATING +++ b/UPDATING @@ -8,6 +8,18 @@ # If you discover any problem, please contact the bugs@lists.dragonflybsd.org # mailing list with the details. ++-----------------------------------------------------------------------+ ++ UPGRADING DRAGONFLY FROM 3.0 to later versions + ++-----------------------------------------------------------------------+ + +APIC_IO OPTION REMOVED +---------------------- + +The APIC_IO kernel option is no longer accepted after having been without +effect for a while. The hw.ioapic_enable tunable now serves its purpose. +If you have 'options APIC_IO' in your kernel config, you'll have to +remove it. + +-----------------------------------------------------------------------+ + UPGRADING DRAGONFLY FROM 2.10 to later versions + +-----------------------------------------------------------------------+ diff --git a/sys/platform/pc32/conf/options b/sys/platform/pc32/conf/options index 8044081e26..50093f9c36 100644 --- a/sys/platform/pc32/conf/options +++ b/sys/platform/pc32/conf/options @@ -14,7 +14,6 @@ AUTO_EOI_2 opt_auto_eoi.h CONSPEED opt_comconsole.h I586_PMC_GUPROF opt_i586_guprof.h BROKEN_KEYBOARD_RESET opt_reset.h -APIC_IO opt_apic.h COMPAT_OLDISA opt_compat_oldisa.h # Options for emulators. These should only be used at config time, so diff --git a/sys/platform/pc64/conf/options b/sys/platform/pc64/conf/options index 6831778feb..b149a4e0af 100644 --- a/sys/platform/pc64/conf/options +++ b/sys/platform/pc64/conf/options @@ -10,7 +10,6 @@ AUTO_EOI_2 opt_auto_eoi.h CONSPEED opt_comconsole.h I586_PMC_GUPROF opt_i586_guprof.h BROKEN_KEYBOARD_RESET opt_reset.h -APIC_IO opt_apic.h # Options for emulators. These should only be used at config time, so # they are handled like options for static file systems -- 2.41.0