options.i386 revision 116538
1229677Sgonzo# $FreeBSD: head/sys/conf/options.i386 116538 2003-06-18 15:25:01Z jake $
2229677Sgonzo# Options specific to the i386 platform kernels
3229677Sgonzo
4229677SgonzoMATH_EMULATE		opt_math_emulate.h
5229677SgonzoGPL_MATH_EMULATE	opt_math_emulate.h
6229677SgonzoDISABLE_PSE		opt_pmap.h
7229677SgonzoPMAP_SHPGPERPROC	opt_pmap.h
8229677SgonzoDISABLE_PG_G		opt_pmap.h
9229677SgonzoLAZY_SWITCH		opt_swtch.h
10229677SgonzoSWTCH_OPTIM_STATS	opt_swtch.h
11229677SgonzoPPC_PROBE_CHIPSET	opt_ppc.h
12229677SgonzoPPC_DEBUG		opt_ppc.h
13229677SgonzoMAXMEM
14229677SgonzoPERFMON			opt_perfmon.h
15229677SgonzoPOWERFAIL_NMI		opt_trap.h
16229677SgonzoAUTO_EOI_1		opt_auto_eoi.h
17229677SgonzoAUTO_EOI_2		opt_auto_eoi.h
18229677SgonzoI586_PMC_GUPROF		opt_i586_guprof.h
19229677SgonzoCOMPAT_OLDISA
20229677SgonzoBROKEN_KEYBOARD_RESET	opt_reset.h
21229677Sgonzo
22229677Sgonzo# Options for emulators.  These should only be used at config time, so
23229677Sgonzo# they are handled like options for static filesystems
24229677Sgonzo# (see src/sys/conf/options), except for broken debugging options.
25229677SgonzoCOMPAT_AOUT		opt_dontuse.h
26229677SgonzoIBCS2			opt_dontuse.h
27229677SgonzoCOMPAT_LINUX		opt_dontuse.h
28229677SgonzoCOMPAT_SVR4		opt_dontuse.h
29229677SgonzoDEBUG_SVR4		opt_svr4.h
30229677SgonzoPECOFF_SUPPORT		opt_dontuse.h
31229677SgonzoPECOFF_DEBUG		opt_pecoff.h
32229677Sgonzo# i386 SMP options
33229677SgonzoAPIC_IO			opt_global.h
34229677Sgonzo
35229677Sgonzo# Change KVM size.  Changes things all over the kernel.
36229677SgonzoKVA_PAGES		opt_global.h
37229677Sgonzo
38229677Sgonzo# Physical address extensions and support for >4G ram.  As above.
39229677SgonzoPAE			opt_global.h
40229677Sgonzo
41229677SgonzoCLK_CALIBRATION_LOOP		opt_clock.h
42229677SgonzoCLK_USE_I8254_CALIBRATION	opt_clock.h
43229677SgonzoCLK_USE_TSC_CALIBRATION		opt_clock.h
44229677SgonzoTIMER_FREQ			opt_clock.h
45229677Sgonzo
46229677SgonzoNO_F00F_HACK			opt_cpu.h
47229677SgonzoCPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
48229677SgonzoCPU_BLUELIGHTNING_3X		opt_cpu.h
49229677SgonzoCPU_BTB_EN			opt_cpu.h
50229677SgonzoCPU_CYRIX_NO_LOCK		opt_cpu.h
51229677SgonzoCPU_DIRECT_MAPPED_CACHE		opt_cpu.h
52229677SgonzoCPU_DISABLE_5X86_LSSER		opt_cpu.h
53229677SgonzoCPU_ELAN			opt_cpu.h
54229677SgonzoCPU_FASTER_5X86_FPU		opt_cpu.h
55229677SgonzoCPU_I486_ON_386			opt_cpu.h
56229677SgonzoCPU_IORT			opt_cpu.h
57229677SgonzoCPU_L2_LATENCY			opt_cpu.h
58229677SgonzoCPU_LOOP_EN			opt_cpu.h
59229677SgonzoCPU_PPRO2CELERON		opt_cpu.h
60229677SgonzoCPU_RSTK_EN			opt_cpu.h
61229677SgonzoCPU_SUSP_HLT			opt_cpu.h
62229677SgonzoCPU_UPGRADE_HW_CACHE		opt_cpu.h
63229677SgonzoCPU_WT_ALLOC			opt_cpu.h
64229677SgonzoCYRIX_CACHE_WORKS		opt_cpu.h
65229677SgonzoCYRIX_CACHE_REALLY_WORKS	opt_cpu.h
66229677SgonzoNO_MEMORY_HOLE			opt_cpu.h
67229677SgonzoCPU_ENABLE_SSE			opt_cpu.h
68229677SgonzoCPU_ATHLON_SSE_HACK		opt_cpu.h
69229677SgonzoCPU_DISABLE_SSE			opt_cpu.h
70229677SgonzoCPU_DISABLE_CMPXCHG		opt_global.h
71229677Sgonzo
72229677Sgonzo# Options for the AMD Elan CPU
73229677SgonzoELAN_PPS		opt_cpu.h
74229677SgonzoELAN_XTAL		opt_cpu.h
75229677Sgonzo
76229677Sgonzo# The CPU type affects the endian conversion functions all over the kernel.
77229677SgonzoI386_CPU		opt_global.h
78229677SgonzoI486_CPU		opt_global.h
79229677SgonzoI586_CPU		opt_global.h
80229677SgonzoI686_CPU		opt_global.h
81229677Sgonzo
82229677SgonzoVGA_ALT_SEQACCESS	opt_vga.h
83229677SgonzoVGA_DEBUG		opt_vga.h
84229677SgonzoVGA_NO_FONT_LOADING	opt_vga.h
85229677SgonzoVGA_NO_MODE_CHANGE	opt_vga.h
86229677SgonzoVGA_SLOW_IOACCESS	opt_vga.h
87229677SgonzoVGA_WIDTH90		opt_vga.h
88229677Sgonzo
89229677SgonzoVESA
90229677SgonzoVESA_DEBUG		opt_vesa.h
91229677Sgonzo
92229677SgonzoPSM_HOOKRESUME		opt_psm.h
93229677SgonzoPSM_RESETAFTERSUSPEND	opt_psm.h
94229677SgonzoPSM_DEBUG		opt_psm.h
95229677Sgonzo
96229677SgonzoATKBD_DFLT_KEYMAP	opt_atkbd.h
97229677Sgonzo
98229677SgonzoEISA_SLOTS		opt_eisa.h
99229677Sgonzo
100229677Sgonzo# pcvt(4) has a bunch of options
101229677SgonzoFAT_CURSOR		opt_pcvt.h
102229677SgonzoXSERVER			opt_pcvt.h
103229677SgonzoPCVT_24LINESDEF		opt_pcvt.h
104229677SgonzoPCVT_CTRL_ALT_DEL	opt_pcvt.h
105229677SgonzoPCVT_META_ESC		opt_pcvt.h
106229677SgonzoPCVT_NSCREENS		opt_pcvt.h
107229677SgonzoPCVT_PRETTYSCRNS	opt_pcvt.h
108229677SgonzoPCVT_SCANSET		opt_pcvt.h
109229677SgonzoPCVT_SCREENSAVER	opt_pcvt.h
110229677SgonzoPCVT_USEKBDSEC		opt_pcvt.h
111229677SgonzoPCVT_VT220KEYB		opt_pcvt.h
112229677SgonzoPCVT_GREENSAVER		opt_pcvt.h
113229677Sgonzo
114229677Sgonzo# Video spigot
115229677SgonzoSPIGOT_UNSECURE		opt_spigot.h
116229677Sgonzo
117229677Sgonzo# -------------------------------
118229677Sgonzo# isdn4bsd: passive ISA cards
119229677Sgonzo# -------------------------------
120229677SgonzoTEL_S0_8		opt_i4b.h
121229677SgonzoTEL_S0_16		opt_i4b.h
122229677SgonzoTEL_S0_16_3		opt_i4b.h
123229677SgonzoAVM_A1			opt_i4b.h
124229677SgonzoUSR_STI			opt_i4b.h
125229677SgonzoITKIX1			opt_i4b.h
126229677SgonzoELSA_PCC16		opt_i4b.h
127229677Sgonzo# -------------------------------
128229677Sgonzo# isdn4bsd: passive ISA PnP cards
129229677Sgonzo# -------------------------------
130229677SgonzoCRTX_S0_P		opt_i4b.h
131229677SgonzoDRN_NGO                 opt_i4b.h
132229677SgonzoTEL_S0_16_3_P		opt_i4b.h
133229677SgonzoSEDLBAUER		opt_i4b.h
134229677SgonzoDYNALINK		opt_i4b.h
135229677SgonzoASUSCOM_IPAC		opt_i4b.h
136229677SgonzoELSA_QS1ISA		opt_i4b.h
137229677SgonzoSIEMENS_ISURF2		opt_i4b.h
138229677SgonzoEICON_DIVA		opt_i4b.h
139229677SgonzoCOMPAQ_M610		opt_i4b.h
140229677Sgonzo# -------------------------------
141229677Sgonzo# isdn4bsd: passive PCI cards
142229677Sgonzo# -------------------------------
143229677SgonzoELSA_QS1PCI		opt_i4b.h
144229677Sgonzo# -------------------------------
145229677Sgonzo# isdn4bsd: misc options
146229677Sgonzo# -------------------------------
147229677Sgonzo# temporary workaround for SMP machines
148229677SgonzoI4B_SMP_WORKAROUND      opt_i4b.h
149229677Sgonzo# enable VJ compression code for ipr i/f
150229677SgonzoIPR_VJ			opt_i4b.h
151229677SgonzoIPR_LOG			opt_i4b.h
152229677Sgonzo
153229677Sgonzo# Device options
154229677SgonzoDEV_NPX			opt_npx.h
155229677Sgonzo
156229677Sgonzo# -------------------------------
157229677Sgonzo# EOF
158229677Sgonzo# -------------------------------
159229677Sgonzo