]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/conf/options.pc98
MFC 298950: Fix an off by one error when remapping MSI-X vectors.
[FreeBSD/stable/8.git] / sys / conf / options.pc98
1 # $FreeBSD$
2 # Options specific to the pc98 platform kernels
3
4 AUTO_EOI_1              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 I586_PMC_GUPROF         opt_i586_guprof.h
11 MAXMEM
12 MPTABLE_FORCE_HTT
13 MP_WATCHDOG
14 PERFMON
15 PMAP_SHPGPERPROC        opt_pmap.h
16 POWERFAIL_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.
21 COMPAT_IA32             opt_dontuse.h
22 COMPAT_AOUT             opt_dontuse.h
23 IBCS2                   opt_dontuse.h
24 COMPAT_LINUX            opt_dontuse.h
25 COMPAT_SVR4             opt_dontuse.h
26 DEBUG_SVR4              opt_svr4.h
27 LINPROCFS               opt_dontuse.h
28 LINSYSFS                opt_dontuse.h
29
30 # Change KVM size.  Changes things all over the kernel.
31 KVA_PAGES               opt_global.h
32
33 TIMER_FREQ                      opt_clock.h
34
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_DISABLE_CMPXCHG             opt_global.h    # XXX global, unlike other CPU_*
42 CPU_DISABLE_SSE                 opt_cpu.h
43 CPU_FASTER_5X86_FPU             opt_cpu.h
44 CPU_GEODE                       opt_cpu.h
45 CPU_I486_ON_386                 opt_cpu.h
46 CPU_IORT                        opt_cpu.h
47 CPU_L2_LATENCY                  opt_cpu.h
48 CPU_LOOP_EN                     opt_cpu.h
49 CPU_PPRO2CELERON                opt_cpu.h
50 CPU_RSTK_EN                     opt_cpu.h
51 CPU_SOEKRIS                     opt_cpu.h
52 CPU_SUSP_HLT                    opt_cpu.h
53 CPU_UPGRADE_HW_CACHE            opt_cpu.h
54 CPU_WT_ALLOC                    opt_cpu.h
55 CYRIX_CACHE_REALLY_WORKS        opt_cpu.h
56 CYRIX_CACHE_WORKS               opt_cpu.h
57 NO_F00F_HACK                    opt_cpu.h
58 NO_MEMORY_HOLE                  opt_cpu.h
59
60 # The CPU type affects the endian conversion functions all over the kernel.
61 I486_CPU                opt_global.h
62 I586_CPU                opt_global.h
63 I686_CPU                opt_global.h
64
65 # options for serial support
66 COM_ESP                 opt_sio.h
67 COM_MULTIPORT           opt_sio.h
68 CONSPEED                opt_sio.h
69 GDBSPEED                opt_sio.h
70
71 GDC
72
73 # AGP debugging support
74 AGP_DEBUG               opt_agp.h
75
76 # Video spigot
77 SPIGOT_UNSECURE         opt_spigot.h
78
79 # Enables NETGRAPH support for Cronyx adapters
80 NETGRAPH_CRONYX         opt_ng_cronyx.h
81
82 # ct driver options
83 CT_BUS_WEIGHT           opt_ct.h
84 CT_USE_RELOCATE_OFFSET  opt_ct.h
85
86 # npx options
87 FPU_ERROR_BROKEN        opt_npx.h
88
89 # PC98 options
90 EPSON_BOUNCEDMA         opt_pc98.h
91 EPSON_MEMWIN            opt_pc98.h
92 LINE30                  opt_syscons.h
93 PC98                    opt_global.h
94
95 # Device options
96 DEV_APIC                opt_apic.h
97 DEV_ATPIC               opt_atpic.h
98 DEV_MECIA               opt_mecia.h
99 DEV_NPX                 opt_npx.h
100
101 # Debugging
102 NPX_DEBUG               opt_npx.h
103
104 # BPF just-in-time compiler
105 BPF_JITTER              opt_bpf.h