diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-10 15:54:32 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-10 15:54:32 +0000 |
commit | 9d0c797a7de60eb98e5d0651d65be12ef1be2fb7 (patch) | |
tree | c1b124bb81336ebdddea6aa150a20caa63cfb818 | |
parent | cdee5c75dc069092e3a48ca079d8979cf1420e7d (diff) | |
download | FreeBSD-src-9d0c797a7de60eb98e5d0651d65be12ef1be2fb7.zip FreeBSD-src-9d0c797a7de60eb98e5d0651d65be12ef1be2fb7.tar.gz |
Update a comment related to SMP and describe the NO_MIXED_MODE kernel
option.
Requested by: bde
-rw-r--r-- | sys/i386/conf/NOTES | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 729d979..ac2e35e 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -22,20 +22,27 @@ profile 2 ##################################################################### # SMP OPTIONS: # -# The apic device enables the use of the IO APIC for Symmetric I/O. +# The apic device enables the use of the I/O APIC for Symmetric I/O. # # Notes: # -# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard. -# -# Be sure to disable 'cpu I386_CPU' && 'cpu I486_CPU' for SMP kernels. +# 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, +# IRQ0 will be routed via an intpin on the first I/O APIC. Not all +# motherboards hook IRQ0 up to the first I/O APIC even though their +# MP table or MADT may claim to do so. That is why mixed mode is +# enabled by default. +# # Mandatory: device apic # I/O apic +options NO_MIXED_MODE # Disable use of mixed mode # # Rogue SMP hardware: |