freebsd-dev/sys/conf/options.pc98

103 lines
2.3 KiB
Plaintext
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
2001-08-02 23:54:23 +00:00
# Options specific to the pc98 platform kernels
2003-10-31 13:50:09 +00:00
AUTO_EOI_1 opt_auto_eoi.h
BROKEN_KEYBOARD_RESET opt_reset.h
COUNT_XINVLTLB_HITS opt_smp.h
COUNT_IPIS opt_smp.h
2004-01-26 12:28:40 +00:00
DISABLE_PG_G opt_pmap.h
DISABLE_PSE opt_pmap.h
2003-10-31 13:50:09 +00:00
I586_PMC_GUPROF opt_i586_guprof.h
MAXMEM
MPTABLE_FORCE_HTT
MP_WATCHDOG
2003-10-31 13:50:09 +00:00
PERFMON
PMAP_SHPGPERPROC opt_pmap.h
POWERFAIL_NMI opt_trap.h
# Options for emulators. These should only be used at config time, so
2002-05-16 21:28:32 +00:00
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
2002-09-16 07:19:43 +00:00
COMPAT_AOUT opt_dontuse.h
IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
TIMER_FREQ opt_clock.h
# options for serial support
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
CONSPEED opt_sio.h
GDBSPEED opt_sio.h
CPU_BLUELIGHTNING_3X opt_cpu.h
2003-11-15 12:31:02 +00:00
CPU_BLUELIGHTNING_FPU_OP_CACHE 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
2003-11-15 12:31:02 +00:00
CPU_DISABLE_CMPXCHG opt_global.h # XXX global, unlike other CPU_*
CPU_DISABLE_SSE opt_cpu.h
CPU_FASTER_5X86_FPU opt_cpu.h
2003-11-15 12:31:02 +00:00
CPU_GEODE 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
2003-11-15 12:31:02 +00:00
CPU_SOEKRIS opt_cpu.h
CPU_SUSP_HLT opt_cpu.h
CPU_UPGRADE_HW_CACHE opt_cpu.h
CPU_WT_ALLOC opt_cpu.h
CYRIX_CACHE_REALLY_WORKS opt_cpu.h
2003-11-15 12:31:02 +00:00
CYRIX_CACHE_WORKS opt_cpu.h
NO_F00F_HACK opt_cpu.h
NO_MEMORY_HOLE opt_cpu.h
# The CPU type affects the endian conversion functions all over the kernel.
I486_CPU opt_global.h
I586_CPU opt_global.h
I686_CPU opt_global.h
GDC
# Video spigot
SPIGOT_UNSECURE opt_spigot.h
2004-05-18 11:56:24 +00:00
# Enables NETGRAPH support for Cronyx adapters
NETGRAPH_CRONYX opt_ng_cronyx.h
# ct driver options
CT_BUS_WEIGHT opt_ct.h
2004-01-26 12:28:40 +00:00
CT_USE_RELOCATE_OFFSET opt_ct.h
# npx options
FPU_ERROR_BROKEN opt_npx.h
1998-02-21 16:17:55 +00:00
# PC98 options
EPSON_BOUNCEDMA opt_pc98.h
1998-02-21 16:17:55 +00:00
EPSON_MEMWIN opt_pc98.h
LINE30 opt_syscons.h
2004-01-26 12:28:40 +00:00
PC98 opt_global.h
# Device options
2003-11-04 12:19:54 +00:00
DEV_APIC opt_apic.h
DEV_ATPIC opt_atpic.h
DEV_MECIA opt_mecia.h
2004-01-26 12:28:40 +00:00
DEV_NPX opt_npx.h
# Debugging
NPX_DEBUG opt_npx.h
AGP_DEBUG opt_agp.h
2005-12-06 12:26:24 +00:00
# BPF just-in-time compiler
BPF_JITTER opt_bpf.h