diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-03 22:47:19 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-03 22:47:19 +0000 |
commit | 6d6987f0a8e895a815843f5572d79e148a22a095 (patch) | |
tree | c9d67cab3c15ad0f258fa79a17ed7466fff5beec | |
parent | 6017173d2722b221c571b9c2aa1a90ee5700602e (diff) | |
download | FreeBSD-src-6d6987f0a8e895a815843f5572d79e148a22a095.zip FreeBSD-src-6d6987f0a8e895a815843f5572d79e148a22a095.tar.gz |
Replace APIC_IO with 'device apic'.
-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 0ce2ef2..729d979 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: |