diff options
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 0ce2ef203dc3..729d979b3617 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -22,7 +22,7 @@ profile 2 ##################################################################### # SMP OPTIONS: # -# APIC_IO enables the use of the IO APIC for Symmetric I/O. +# The apic device enables the use of the IO APIC for Symmetric I/O. # # Notes: # @@ -35,7 +35,7 @@ profile 2 # # Mandatory: -options APIC_IO # Symmetric (APIC) I/O +device apic # I/O apic # # Rogue SMP hardware: |
