]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/conf/options.i386
MFV: zlib 1.3.1.
[FreeBSD/FreeBSD.git] / sys / conf / options.i386
1 # Options specific to the i386 platform kernels
2
3 AUTO_EOI_1              opt_auto_eoi.h
4 AUTO_EOI_2              opt_auto_eoi.h
5 BROKEN_KEYBOARD_RESET   opt_reset.h
6 COUNT_XINVLTLB_HITS     opt_smp.h
7 COUNT_IPIS              opt_smp.h
8 DISABLE_PG_G            opt_pmap.h
9 DISABLE_PSE             opt_pmap.h
10 MAXMEM
11 MPTABLE_FORCE_HTT
12 NKPT                    opt_pmap.h
13 PERFMON
14 PMAP_SHPGPERPROC        opt_pmap.h
15 POWERFAIL_NMI           opt_trap.h
16 PV_STATS                opt_pmap.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.
21 COMPAT_AOUT             opt_dontuse.h
22 COMPAT_LINUX            opt_dontuse.h
23 LINPROCFS               opt_dontuse.h
24 LINSYSFS                opt_dontuse.h
25
26 # Change KVM size.  Changes things all over the kernel.
27 KVA_PAGES               opt_global.h
28
29 # Physical address extensions and support for >4G ram.  As above.
30 PAE                     opt_global.h
31
32 TIMER_FREQ                      opt_clock.h
33
34 CPU_ATHLON_SSE_HACK             opt_cpu.h
35 CPU_BLUELIGHTNING_3X            opt_cpu.h
36 CPU_BLUELIGHTNING_FPU_OP_CACHE  opt_cpu.h
37 CPU_BTB_EN                      opt_cpu.h
38 CPU_CYRIX_NO_LOCK               opt_cpu.h
39 CPU_DIRECT_MAPPED_CACHE         opt_cpu.h
40 CPU_DISABLE_5X86_LSSER          opt_cpu.h
41 CPU_ELAN                        opt_cpu.h
42 CPU_ELAN_PPS                    opt_cpu.h
43 CPU_ELAN_XTAL                   opt_cpu.h
44 CPU_ENABLE_LONGRUN              opt_cpu.h
45 CPU_FASTER_5X86_FPU             opt_cpu.h
46 CPU_GEODE                       opt_cpu.h
47 CPU_I486_ON_386                 opt_cpu.h
48 CPU_IORT                        opt_cpu.h
49 CPU_L2_LATENCY                  opt_cpu.h
50 CPU_LOOP_EN                     opt_cpu.h
51 CPU_PPRO2CELERON                opt_cpu.h
52 CPU_RSTK_EN                     opt_cpu.h
53 CPU_SOEKRIS                     opt_cpu.h
54 CPU_SUSP_HLT                    opt_cpu.h
55 CPU_UPGRADE_HW_CACHE            opt_cpu.h
56 CPU_WT_ALLOC                    opt_cpu.h
57 CYRIX_CACHE_REALLY_WORKS        opt_cpu.h
58 CYRIX_CACHE_WORKS               opt_cpu.h
59 NO_F00F_HACK                    opt_cpu.h
60 NO_MEMORY_HOLE                  opt_cpu.h
61
62 # The CPU type affects the endian conversion functions all over the kernel.
63 I486_CPU                opt_global.h
64 I586_CPU                opt_global.h
65 I686_CPU                opt_global.h
66
67 VGA_ALT_SEQACCESS       opt_vga.h
68 VGA_DEBUG               opt_vga.h
69 VGA_NO_FONT_LOADING     opt_vga.h
70 VGA_NO_MODE_CHANGE      opt_vga.h
71 VGA_SLOW_IOACCESS       opt_vga.h
72 VGA_WIDTH90             opt_vga.h
73
74 VESA
75 VESA_DEBUG              opt_vesa.h
76
77 # AGP debugging support
78 AGP_DEBUG               opt_agp.h
79
80 PSM_DEBUG               opt_psm.h
81 PSM_HOOKRESUME          opt_psm.h
82 PSM_RESETAFTERSUSPEND   opt_psm.h
83
84 ATKBD_DFLT_KEYMAP       opt_atkbd.h
85
86 # Video spigot
87 SPIGOT_UNSECURE         opt_spigot.h
88
89 # Device options
90 DEV_APIC                opt_apic.h
91 DEV_ATPIC               opt_atpic.h
92
93 # Debugging
94 NPX_DEBUG               opt_npx.h
95
96 # BPF just-in-time compiler
97 BPF_JITTER              opt_bpf.h
98
99 # Hyper-V support
100 HYPERV                  opt_hyperv.h
101
102 XENHVM                  opt_global.h
103
104 # options for the Intel C600 SAS driver (isci)
105 ISCI_LOGGING    opt_isci.h
106
107 # Don't create a "legacy" PCI bridge if none is found.
108 NO_LEGACY_PCIB          opt_cpu.h
109
110 # Compatibility with Linux MP table bugs.
111 MPTABLE_LINUX_BUG_COMPAT
112
113 # x86 specific uart options
114 UART_NS8250_EARLY_PORT  opt_uart.h