options.pc98 revision 177651
1# $FreeBSD: head/sys/conf/options.pc98 177651 2008-03-26 22:12:00Z phk $
2# Options specific to the pc98 platform kernels
3
4AUTO_EOI_1		opt_auto_eoi.h
5BROKEN_KEYBOARD_RESET	opt_reset.h
6COUNT_XINVLTLB_HITS	opt_smp.h
7COUNT_IPIS		opt_smp.h
8DISABLE_PG_G		opt_pmap.h
9DISABLE_PSE		opt_pmap.h
10I586_PMC_GUPROF		opt_i586_guprof.h
11MAXMEM
12MPTABLE_FORCE_HTT
13MP_WATCHDOG
14PERFMON
15PMAP_SHPGPERPROC	opt_pmap.h
16POWERFAIL_NMI		opt_trap.h
17
18# Options for emulators.  These should only be used at config time, so
19# they are handled like options for static filesystems
20# (see src/sys/conf/options), except for broken debugging options.
21COMPAT_AOUT		opt_dontuse.h
22IBCS2			opt_dontuse.h
23COMPAT_LINUX		opt_dontuse.h
24COMPAT_SVR4		opt_dontuse.h
25DEBUG_SVR4		opt_svr4.h
26LINPROCFS		opt_dontuse.h
27LINSYSFS		opt_dontuse.h
28PECOFF_DEBUG		opt_pecoff.h
29PECOFF_SUPPORT		opt_dontuse.h
30
31# Change KVM size.  Changes things all over the kernel.
32KVA_PAGES		opt_global.h
33
34TIMER_FREQ			opt_clock.h
35
36# options for serial support
37COM_ESP			opt_sio.h
38COM_MULTIPORT		opt_sio.h
39CONSPEED		opt_sio.h
40GDBSPEED		opt_sio.h
41
42CPU_BLUELIGHTNING_3X		opt_cpu.h
43CPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
44CPU_BTB_EN			opt_cpu.h
45CPU_CYRIX_NO_LOCK		opt_cpu.h
46CPU_DIRECT_MAPPED_CACHE		opt_cpu.h
47CPU_DISABLE_5X86_LSSER		opt_cpu.h
48CPU_DISABLE_CMPXCHG		opt_global.h	# XXX global, unlike other CPU_*
49CPU_DISABLE_SSE			opt_cpu.h
50CPU_FASTER_5X86_FPU		opt_cpu.h
51CPU_GEODE			opt_cpu.h
52CPU_I486_ON_386			opt_cpu.h
53CPU_IORT			opt_cpu.h
54CPU_L2_LATENCY			opt_cpu.h
55CPU_LOOP_EN			opt_cpu.h
56CPU_PPRO2CELERON		opt_cpu.h
57CPU_RSTK_EN			opt_cpu.h
58CPU_SOEKRIS			opt_cpu.h
59CPU_SUSP_HLT			opt_cpu.h
60CPU_UPGRADE_HW_CACHE		opt_cpu.h
61CPU_WT_ALLOC			opt_cpu.h
62CYRIX_CACHE_REALLY_WORKS	opt_cpu.h
63CYRIX_CACHE_WORKS		opt_cpu.h
64NO_F00F_HACK			opt_cpu.h
65NO_MEMORY_HOLE			opt_cpu.h
66
67# The CPU type affects the endian conversion functions all over the kernel.
68I486_CPU		opt_global.h
69I586_CPU		opt_global.h
70I686_CPU		opt_global.h
71
72GDC
73
74# Video spigot
75SPIGOT_UNSECURE		opt_spigot.h
76
77# Enables NETGRAPH support for Cronyx adapters
78NETGRAPH_CRONYX		opt_ng_cronyx.h
79
80# -------------------------------
81# isdn4bsd: passive PCI cards
82# -------------------------------
83ELSA_QS1PCI		opt_i4b.h
84# -------------------------------
85# isdn4bsd: misc options
86# -------------------------------
87# temporary workaround for SMP machines
88I4B_SMP_WORKAROUND	opt_i4b.h
89# enable VJ compression code for ipr i/f
90#XXXBZ#IPR_VJ			opt_i4b.h
91#XXXBZ#IPR_LOG			opt_i4b.h
92
93# ct driver options
94CT_BUS_WEIGHT		opt_ct.h
95CT_USE_RELOCATE_OFFSET	opt_ct.h
96
97# npx options
98FPU_ERROR_BROKEN	opt_npx.h
99
100# PC98 options
101EPSON_BOUNCEDMA		opt_pc98.h
102EPSON_MEMWIN		opt_pc98.h
103LINE30			opt_syscons.h
104PC98			opt_global.h
105
106# Device options
107DEV_APIC		opt_apic.h
108DEV_MECIA		opt_mecia.h
109DEV_NPX			opt_npx.h
110
111# Debugging
112NPX_DEBUG		opt_npx.h
113STOP_NMI		opt_cpu.h
114
115# BPF just-in-time compiler
116BPF_JITTER		opt_bpf.h
117