diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-05-01 17:01:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-05-01 17:01:15 +0000 |
commit | 3d579079b8bc6ea2df1ade8f73ede6870084fe69 (patch) | |
tree | f1353920de5407c57cad722b0a683b76af170ce7 /sys/arch/i386/conf/files.i386 | |
parent | 75ab94a0356c1d625f55df6f8a76947ea1b5d5e7 (diff) |
Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt
routing for several integrated devices on those chipsets in GENERIC.MP.
ok brad@, mickey@
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 72a268d8bb6..2feff89137d 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.145 2006/04/27 15:37:48 mickey Exp $ +# $OpenBSD: files.i386,v 1.146 2006/05/01 17:01:14 kettenis Exp $ # # new style config file for i386 architecture # @@ -285,6 +285,7 @@ file arch/i386/i386/apmcall.S apm # Intel SMP specification 1.4 define mpbios file arch/i386/i386/mpbios.c mpbios needs-flag +file arch/i386/i386/mpbios_intr_fixup.c mpbios & pci # CPUS define cpu {[apid = -1]} |