diff options
author | nyan <nyan@FreeBSD.org> | 2003-11-04 13:31:44 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-11-04 13:31:44 +0000 |
commit | a1d3ace09a3064f1e43504afb2ed28231fca0ee4 (patch) | |
tree | 59f9f567f8b9991a8f699fd1539f4476f297935a | |
parent | b1ecfa9c569b1182a5e6f9356e35e40235a0fe74 (diff) | |
download | FreeBSD-src-a1d3ace09a3064f1e43504afb2ed28231fca0ee4.zip FreeBSD-src-a1d3ace09a3064f1e43504afb2ed28231fca0ee4.tar.gz |
'options APIC_IO' is replaced by 'device apic'.
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index da90460..f8bdf81 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -68,7 +68,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel -#options APIC_IO # Symmetric (APIC) I/O +#device apic # I/O APIC device isa device pci |