f9dbba5c4e
should only be used if they are enabled in the BIOS. Now that we support enumerating CPUs using the ACPI MADT, any HTT machine using ACPI should respect the BIOS setting. For HTT machines with ACPI disabled in the kernel, the MPTABLE_FORCE_HTT kernel option can be used to try to probe HTT CPUs like have done in the past for the MP Table case. This option should only be enabled if HTT is enabled in the BIOS.
112 lines
2.6 KiB
Plaintext
112 lines
2.6 KiB
Plaintext
# $FreeBSD$
|
|
# Options specific to the pc98 platform kernels
|
|
|
|
AUTO_EOI_1 opt_auto_eoi.h
|
|
AUTO_EOI_2 opt_auto_eoi.h
|
|
BROKEN_KEYBOARD_RESET opt_reset.h
|
|
COMPAT_OLDISA
|
|
I586_PMC_GUPROF opt_i586_guprof.h
|
|
MAXMEM
|
|
MPTABLE_FORCE_HTT
|
|
NO_MIXED_MODE
|
|
PERFMON
|
|
DISABLE_PSE opt_pmap.h
|
|
DISABLE_PG_G opt_pmap.h
|
|
PMAP_SHPGPERPROC opt_pmap.h
|
|
PPC_PROBE_CHIPSET opt_ppc.h
|
|
PPC_DEBUG opt_ppc.h
|
|
POWERFAIL_NMI opt_trap.h
|
|
|
|
# Options for emulators. These should only be used at config time, so
|
|
# they are handled like options for static filesystems
|
|
# (see src/sys/conf/options), except for broken debugging options.
|
|
COMPAT_AOUT opt_dontuse.h
|
|
IBCS2 opt_dontuse.h
|
|
COMPAT_LINUX opt_dontuse.h
|
|
COMPAT_SVR4 opt_dontuse.h
|
|
DEBUG_SVR4 opt_svr4.h
|
|
PECOFF_SUPPORT opt_dontuse.h
|
|
PECOFF_DEBUG opt_pecoff.h
|
|
|
|
# Change KVM size. Changes things all over the kernel.
|
|
KVA_PAGES opt_global.h
|
|
|
|
CLK_CALIBRATION_LOOP opt_clock.h
|
|
CLK_USE_I8254_CALIBRATION opt_clock.h
|
|
CLK_USE_TSC_CALIBRATION opt_clock.h
|
|
TIMER_FREQ opt_clock.h
|
|
|
|
NO_F00F_HACK opt_cpu.h
|
|
CPU_BLUELIGHTNING_FPU_OP_CACHE opt_cpu.h
|
|
CPU_BLUELIGHTNING_3X opt_cpu.h
|
|
CPU_BTB_EN opt_cpu.h
|
|
CPU_CYRIX_NO_LOCK opt_cpu.h
|
|
CPU_DIRECT_MAPPED_CACHE opt_cpu.h
|
|
CPU_DISABLE_5X86_LSSER opt_cpu.h
|
|
CPU_FASTER_5X86_FPU opt_cpu.h
|
|
CPU_I486_ON_386 opt_cpu.h
|
|
CPU_IORT opt_cpu.h
|
|
CPU_L2_LATENCY opt_cpu.h
|
|
CPU_LOOP_EN opt_cpu.h
|
|
CPU_PPRO2CELERON opt_cpu.h
|
|
CPU_RSTK_EN opt_cpu.h
|
|
CPU_SUSP_HLT opt_cpu.h
|
|
CPU_UPGRADE_HW_CACHE opt_cpu.h
|
|
CPU_WT_ALLOC opt_cpu.h
|
|
CYRIX_CACHE_WORKS opt_cpu.h
|
|
CYRIX_CACHE_REALLY_WORKS opt_cpu.h
|
|
NO_MEMORY_HOLE opt_cpu.h
|
|
CPU_ENABLE_SSE opt_cpu.h
|
|
CPU_DISABLE_SSE opt_cpu.h
|
|
CPU_DISABLE_CMPXCHG opt_global.h
|
|
|
|
# The CPU type affects the endian conversion functions all over the kernel.
|
|
I386_CPU opt_global.h
|
|
I486_CPU opt_global.h
|
|
I586_CPU opt_global.h
|
|
I686_CPU opt_global.h
|
|
|
|
GDC
|
|
|
|
# Video spigot
|
|
SPIGOT_UNSECURE opt_spigot.h
|
|
|
|
# -------------------------------
|
|
# isdn4bsd: passive PCI cards
|
|
# -------------------------------
|
|
ELSA_QS1PCI opt_i4b.h
|
|
# -------------------------------
|
|
# isdn4bsd: misc options
|
|
# -------------------------------
|
|
# temporary workaround for SMP machines
|
|
I4B_SMP_WORKAROUND opt_i4b.h
|
|
# enable VJ compression code for ipr i/f
|
|
IPR_VJ opt_i4b.h
|
|
IPR_LOG opt_i4b.h
|
|
|
|
# bs driver options
|
|
SCSI_BOUNCE_SIZE opt_bs.h
|
|
BS_TARG_SAFEMODE opt_bs.h
|
|
|
|
# ct driver options
|
|
CT_USE_RELOCATE_OFFSET opt_ct.h
|
|
CT_BUS_WEIGHT opt_ct.h
|
|
|
|
# npx options
|
|
FPU_ERROR_BROKEN opt_npx.h
|
|
|
|
# PC98 options
|
|
PC98 opt_global.h
|
|
EPSON_BOUNCEDMA opt_pc98.h
|
|
EPSON_MEMWIN opt_pc98.h
|
|
LINE30 opt_syscons.h
|
|
|
|
# Device options
|
|
DEV_APIC opt_apic.h
|
|
DEV_NPX opt_npx.h
|
|
DEV_MECIA opt_mecia.h
|
|
|
|
# -------------------------------
|
|
# EOF
|
|
# -------------------------------
|