From d1ccde5545b910d8ec6b0f35dc18f2b1cb8b0799 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 11 Nov 2003 15:52:31 +0000 Subject: [PATCH] - Remove empty rogue SMP hardware section. - Add some additional comments about 'device apic' to note that it can be used in both UP and SMP kernels but is required for SMP kernels. --- sys/i386/conf/NOTES | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 069cf59ac2f1..53cb8b2da1a2 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -22,15 +22,15 @@ profile 2 ##################################################################### # SMP OPTIONS: # -# The apic device enables the use of the I/O APIC for Symmetric I/O. +# The apic device enables the use of the I/O APIC for interrupt delivery. +# The apic device can be used in both UP and SMP kernels, but is required +# for SMP kernels. Thus, the apic device is not strictly an SMP option, +# but it is a prerequisite for SMP. # # Notes: # # Be sure to disable 'cpu I386_CPU' for SMP kernels. # -# Check the 'Rogue SMP hardware' section to see if additional options -# are required by your hardware. -# # By default, mixed mode is used to route IRQ0 from the AT timer via # the 8259A master PIC through the ExtINT pin on the first I/O APIC. # This can be disabled via the NO_MIXED_MODE option. In that case, @@ -44,10 +44,6 @@ profile 2 device apic # I/O apic options NO_MIXED_MODE # Disable use of mixed mode -# -# Rogue SMP hardware: -# - ##################################################################### # CPU OPTIONS