From 6d6987f0a8e895a815843f5572d79e148a22a095 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 3 Nov 2003 22:47:19 +0000 Subject: Replace APIC_IO with 'device apic'. --- sys/i386/conf/NOTES | 4 ++-- 1 file 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: -- cgit v1.1