options.pc98 revision 145742
1# $FreeBSD: head/sys/conf/options.pc98 145742 2005-05-01 03:59:25Z nyan $
2# Options specific to the pc98 platform kernels
3
4AUTO_EOI_1		opt_auto_eoi.h
5BROKEN_KEYBOARD_RESET	opt_reset.h
6DISABLE_PG_G		opt_pmap.h
7DISABLE_PSE		opt_pmap.h
8I586_PMC_GUPROF		opt_i586_guprof.h
9MAXMEM
10MPTABLE_FORCE_HTT
11PERFMON
12PMAP_SHPGPERPROC	opt_pmap.h
13POWERFAIL_NMI		opt_trap.h
14PPC_DEBUG		opt_ppc.h
15PPC_PROBE_CHIPSET	opt_ppc.h
16MP_WATCHDOG		opt_mp_watchdog.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
26PECOFF_DEBUG		opt_pecoff.h
27PECOFF_SUPPORT		opt_dontuse.h
28
29# Change KVM size.  Changes things all over the kernel.
30KVA_PAGES		opt_global.h
31
32CLK_CALIBRATION_LOOP		opt_clock.h
33CLK_USE_I8254_CALIBRATION	opt_clock.h
34TIMER_FREQ			opt_clock.h
35
36CPU_BLUELIGHTNING_3X		opt_cpu.h
37CPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
38CPU_BTB_EN			opt_cpu.h
39CPU_CYRIX_NO_LOCK		opt_cpu.h
40CPU_DIRECT_MAPPED_CACHE		opt_cpu.h
41CPU_DISABLE_5X86_LSSER		opt_cpu.h
42CPU_DISABLE_CMPXCHG		opt_global.h	# XXX global, unlike other CPU_*
43CPU_DISABLE_SSE			opt_cpu.h
44CPU_ENABLE_SSE			opt_cpu.h
45CPU_FASTER_5X86_FPU		opt_cpu.h
46CPU_GEODE			opt_cpu.h
47CPU_I486_ON_386			opt_cpu.h
48CPU_IORT			opt_cpu.h
49CPU_L2_LATENCY			opt_cpu.h
50CPU_LOOP_EN			opt_cpu.h
51CPU_PPRO2CELERON		opt_cpu.h
52CPU_RSTK_EN			opt_cpu.h
53CPU_SOEKRIS			opt_cpu.h
54CPU_SUSP_HLT			opt_cpu.h
55CPU_UPGRADE_HW_CACHE		opt_cpu.h
56CPU_WT_ALLOC			opt_cpu.h
57CYRIX_CACHE_REALLY_WORKS	opt_cpu.h
58CYRIX_CACHE_WORKS		opt_cpu.h
59NO_F00F_HACK			opt_cpu.h
60NO_MEMORY_HOLE			opt_cpu.h
61
62# The CPU type affects the endian conversion functions all over the kernel.
63I486_CPU		opt_global.h
64I586_CPU		opt_global.h
65I686_CPU		opt_global.h
66
67GDC
68
69# Video spigot
70SPIGOT_UNSECURE		opt_spigot.h
71
72# Enables NETGRAPH support for Cronyx adapters
73NETGRAPH_CRONYX		opt_ng_cronyx.h
74
75# -------------------------------
76# isdn4bsd: passive PCI cards
77# -------------------------------
78ELSA_QS1PCI		opt_i4b.h
79# -------------------------------
80# isdn4bsd: misc options
81# -------------------------------
82# temporary workaround for SMP machines
83I4B_SMP_WORKAROUND	opt_i4b.h
84# enable VJ compression code for ipr i/f
85IPR_VJ			opt_i4b.h
86IPR_LOG			opt_i4b.h
87
88# ct driver options
89CT_BUS_WEIGHT		opt_ct.h
90CT_USE_RELOCATE_OFFSET	opt_ct.h
91
92# npx options
93FPU_ERROR_BROKEN	opt_npx.h
94
95# PC98 options
96EPSON_BOUNCEDMA		opt_pc98.h
97EPSON_MEMWIN		opt_pc98.h
98LINE30			opt_syscons.h
99PC98			opt_global.h
100
101# Device options
102DEV_APIC		opt_apic.h
103DEV_MECIA		opt_mecia.h
104DEV_NPX			opt_npx.h
105
106# Debugging
107KDB_STOP_NMI		opt_global.h
108