diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-24 00:51:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-24 00:51:28 +0000 |
commit | d5889fcbb9b2f254788d1b213625ee2d579eb4b1 (patch) | |
tree | 861d5612a8bb8d5fee7c829e7d09f5adc4f6902a /sys/arch/amd64/conf/GENERIC.MP | |
parent | b14166ec6fbbc9aef9c12d9678493124dbe3656b (diff) |
add aapic driver which currently is used to workaround errata on
the AMD 8131 IO APIC.
From NetBSD
ok marco@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC.MP')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index e0c0994aa47..1ebf914fed2 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.5 2004/10/22 22:10:32 grange Exp $ +# $OpenBSD: GENERIC.MP,v 1.6 2005/05/24 00:51:27 brad Exp $ include "arch/amd64/conf/GENERIC" @@ -7,3 +7,5 @@ option MPBIOS cpu* at mainbus? ioapic* at mainbus? + +aapic* at pci? # AMD 8131 IO apic |