cvs commit: src/sys/conf options.i386 src/sys/i386/acpica madt.c
src/sys/i386/i386 io_apic.c machdep.c mptable.c
src/sys/i386/include apicvar.h
John Baldwin
jhb at FreeBSD.org
Thu Apr 14 10:59:58 PDT 2005
jhb 2005-04-14 17:59:58 UTC
FreeBSD src repository
Modified files:
sys/conf options.i386
sys/i386/acpica madt.c
sys/i386/i386 io_apic.c machdep.c mptable.c
sys/i386/include apicvar.h
Log:
Remove support for mixed mode altogether now that we no longer use IRQ 0
when using an APIC. This simplifies the APIC code somewhat and also allows
us to be pedantically more compliant with ACPI which mandates no use of
mixed mode.
Revision Changes Path
1.219 +0 -1 src/sys/conf/options.i386
1.19 +0 -2 src/sys/i386/acpica/madt.c
1.20 +8 -89 src/sys/i386/i386/io_apic.c
1.613 +0 -5 src/sys/i386/i386/machdep.c
1.241 +0 -1 src/sys/i386/i386/mptable.c
1.12 +0 -1 src/sys/i386/include/apicvar.h
More information about the cvs-src
mailing list