diff options
author | John Baldwin <jhb@FreeBSD.org> | 2005-04-14 17:59:58 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2005-04-14 17:59:58 +0000 |
commit | 2326e092a771d763f8beda0cc2e6b317df4c5fa8 (patch) | |
tree | e607c4d22c9165454a2c9e30840e44e00cfe3fbf /sys/conf | |
parent | 9e605855ab14ec59e9983cf7ac4e36b68bc2fc43 (diff) | |
download | src-2326e092a771d763f8beda0cc2e6b317df4c5fa8.tar.gz src-2326e092a771d763f8beda0cc2e6b317df4c5fa8.zip |
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.
Notes
Notes:
svn path=/head/; revision=145080
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options.i386 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 5720b841a247..a1dfee63797d 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -9,7 +9,6 @@ DISABLE_PSE opt_pmap.h I586_PMC_GUPROF opt_i586_guprof.h MAXMEM MPTABLE_FORCE_HTT -NO_MIXED_MODE PERFMON PMAP_SHPGPERPROC opt_pmap.h POWERFAIL_NMI opt_trap.h |