options.pc98 revision 153335
1156230Smux# $FreeBSD: head/sys/conf/options.pc98 153335 2005-12-12 10:15:11Z ru $
2156230Smux# Options specific to the pc98 platform kernels
3156230Smux
4156230SmuxAUTO_EOI_1		opt_auto_eoi.h
5156230SmuxBROKEN_KEYBOARD_RESET	opt_reset.h
6156230SmuxCOUNT_XINVLTLB_HITS	opt_smp.h
7156230SmuxCOUNT_IPIS		opt_smp.h
8156230SmuxDISABLE_PG_G		opt_pmap.h
9156230SmuxDISABLE_PSE		opt_pmap.h
10156230SmuxI586_PMC_GUPROF		opt_i586_guprof.h
11156230SmuxMAXMEM
12156230SmuxMPTABLE_FORCE_HTT
13156230SmuxMP_WATCHDOG
14156230SmuxPERFMON
15156230SmuxPMAP_SHPGPERPROC	opt_pmap.h
16156230SmuxPOWERFAIL_NMI		opt_trap.h
17156230SmuxPPC_DEBUG		opt_ppc.h
18156230SmuxPPC_PROBE_CHIPSET	opt_ppc.h
19156230Smux
20156230Smux# Options for emulators.  These should only be used at config time, so
21156230Smux# they are handled like options for static filesystems
22156230Smux# (see src/sys/conf/options), except for broken debugging options.
23156230SmuxCOMPAT_AOUT		opt_dontuse.h
24156230SmuxIBCS2			opt_dontuse.h
25156230SmuxCOMPAT_LINUX		opt_dontuse.h
26156230SmuxCOMPAT_SVR4		opt_dontuse.h
27156230SmuxDEBUG_SVR4		opt_svr4.h
28156230SmuxPECOFF_DEBUG		opt_pecoff.h
29156230SmuxPECOFF_SUPPORT		opt_dontuse.h
30156230Smux
31156230Smux# Change KVM size.  Changes things all over the kernel.
32156230SmuxKVA_PAGES		opt_global.h
33156230Smux
34156230SmuxCLK_CALIBRATION_LOOP		opt_clock.h
35156230SmuxCLK_USE_I8254_CALIBRATION	opt_clock.h
36156230SmuxTIMER_FREQ			opt_clock.h
37156230Smux
38156230SmuxCPU_BLUELIGHTNING_3X		opt_cpu.h
39156230SmuxCPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
40156230SmuxCPU_BTB_EN			opt_cpu.h
41156230SmuxCPU_CYRIX_NO_LOCK		opt_cpu.h
42156230SmuxCPU_DIRECT_MAPPED_CACHE		opt_cpu.h
43156230SmuxCPU_DISABLE_5X86_LSSER		opt_cpu.h
44156230SmuxCPU_DISABLE_CMPXCHG		opt_global.h	# XXX global, unlike other CPU_*
45156230SmuxCPU_DISABLE_SSE			opt_cpu.h
46156230SmuxCPU_FASTER_5X86_FPU		opt_cpu.h
47156230SmuxCPU_GEODE			opt_cpu.h
48156230SmuxCPU_I486_ON_386			opt_cpu.h
49CPU_IORT			opt_cpu.h
50CPU_L2_LATENCY			opt_cpu.h
51CPU_LOOP_EN			opt_cpu.h
52CPU_PPRO2CELERON		opt_cpu.h
53CPU_RSTK_EN			opt_cpu.h
54CPU_SOEKRIS			opt_cpu.h
55CPU_SUSP_HLT			opt_cpu.h
56CPU_UPGRADE_HW_CACHE		opt_cpu.h
57CPU_WT_ALLOC			opt_cpu.h
58CYRIX_CACHE_REALLY_WORKS	opt_cpu.h
59CYRIX_CACHE_WORKS		opt_cpu.h
60NO_F00F_HACK			opt_cpu.h
61NO_MEMORY_HOLE			opt_cpu.h
62
63# The CPU type affects the endian conversion functions all over the kernel.
64I486_CPU		opt_global.h
65I586_CPU		opt_global.h
66I686_CPU		opt_global.h
67
68GDC
69
70# Video spigot
71SPIGOT_UNSECURE		opt_spigot.h
72
73# Enables NETGRAPH support for Cronyx adapters
74NETGRAPH_CRONYX		opt_ng_cronyx.h
75
76# -------------------------------
77# isdn4bsd: passive PCI cards
78# -------------------------------
79ELSA_QS1PCI		opt_i4b.h
80# -------------------------------
81# isdn4bsd: misc options
82# -------------------------------
83# temporary workaround for SMP machines
84I4B_SMP_WORKAROUND	opt_i4b.h
85# enable VJ compression code for ipr i/f
86IPR_VJ			opt_i4b.h
87IPR_LOG			opt_i4b.h
88
89# ct driver options
90CT_BUS_WEIGHT		opt_ct.h
91CT_USE_RELOCATE_OFFSET	opt_ct.h
92
93# npx options
94FPU_ERROR_BROKEN	opt_npx.h
95
96# PC98 options
97EPSON_BOUNCEDMA		opt_pc98.h
98EPSON_MEMWIN		opt_pc98.h
99LINE30			opt_syscons.h
100PC98			opt_global.h
101
102# Device options
103DEV_APIC		opt_apic.h
104DEV_MECIA		opt_mecia.h
105DEV_NPX			opt_npx.h
106
107# Debugging
108NPX_DEBUG		opt_npx.h
109STOP_NMI		opt_cpu.h
110
111# FreeBSD/i386 supports xbox and is shared with pc98 so we need to define
112# dummy opt_xbox.h
113NO_XBOX			opt_xbox.h
114
115# BPF just-in-time compiler
116BPF_JITTER		opt_bpf.h
117