options.pc98 revision 90590
1230557Sjimharris# $FreeBSD: head/sys/conf/options.pc98 90590 2002-02-12 21:13:02Z dwmalone $
2230557Sjimharris# Options specific to the pc98 platform kernels
3230557Sjimharris
4230557SjimharrisDISABLE_PSE
5230557SjimharrisMATH_EMULATE		opt_math_emulate.h
6230557SjimharrisGPL_MATH_EMULATE	opt_math_emulate.h
7230557SjimharrisPMAP_SHPGPERPROC	opt_pmap.h
8230557SjimharrisPPC_PROBE_CHIPSET	opt_ppc.h
9230557SjimharrisPPC_DEBUG		opt_ppc.h
10230557SjimharrisSHOW_BUSYBUFS
11230557SjimharrisPANIC_REBOOT_WAIT_TIME	opt_panic.h
12230557SjimharrisMAXMEM
13230557SjimharrisPERFMON			opt_perfmon.h
14230557SjimharrisPOWERFAIL_NMI		opt_trap.h
15230557SjimharrisAUTO_EOI_1		opt_auto_eoi.h
16230557SjimharrisAUTO_EOI_2		opt_auto_eoi.h
17230557SjimharrisCONSPEED		opt_comconsole.h
18230557SjimharrisI586_PMC_GUPROF		opt_i586_guprof.h
19230557SjimharrisWLCACHE			opt_wavelan.h
20230557SjimharrisWLDEBUG			opt_wavelan.h
21230557SjimharrisCOMPAT_OLDISA
22230557SjimharrisBROKEN_KEYBOARD_RESET	opt_reset.h
23230557SjimharrisKSTACK_PAGES
24230557Sjimharris
25230557Sjimharris# Options for emulators.  These should only be used at config time, so
26230557Sjimharris# they are handled like options for static file systems
27230557Sjimharris# (see src/sys/conf/options), except for broken debugging options.
28230557SjimharrisIBCS2			opt_dontuse.h
29230557SjimharrisCOMPAT_LINUX		opt_dontuse.h
30230557SjimharrisDEBUG_LINUX		opt_linux.h
31230557SjimharrisCOMPAT_SVR4		opt_dontuse.h
32230557SjimharrisDEBUG_SVR4		opt_svr4.h
33230557SjimharrisPECOFF_SUPPORT		opt_dontuse.h
34230557SjimharrisPECOFF_DEBUG		opt_pecoff.h
35230557Sjimharris# i386 SMP options
36230557SjimharrisAPIC_IO			opt_global.h
37230557Sjimharris
38230557Sjimharris# Change KVM size.  Changes things all over the kernel.
39230557SjimharrisKVA_PAGES		opt_global.h
40230557Sjimharris
41230557SjimharrisCLK_CALIBRATION_LOOP		opt_clock.h
42230557SjimharrisCLK_USE_I8254_CALIBRATION	opt_clock.h
43230557SjimharrisCLK_USE_TSC_CALIBRATION		opt_clock.h
44230557SjimharrisTIMER_FREQ			opt_clock.h
45230557Sjimharris
46230557SjimharrisNO_F00F_HACK			opt_cpu.h
47230557SjimharrisCPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
48230557SjimharrisCPU_BLUELIGHTNING_3X		opt_cpu.h
49230557SjimharrisCPU_BTB_EN			opt_cpu.h
50230557SjimharrisCPU_CYRIX_NO_LOCK		opt_cpu.h
51230557SjimharrisCPU_DIRECT_MAPPED_CACHE		opt_cpu.h
52230557SjimharrisCPU_DISABLE_5X86_LSSER		opt_cpu.h
53230557SjimharrisCPU_FASTER_5X86_FPU		opt_cpu.h
54230557SjimharrisCPU_I486_ON_386			opt_cpu.h
55230557SjimharrisCPU_IORT			opt_cpu.h
56230557SjimharrisCPU_L2_LATENCY			opt_cpu.h
57230557SjimharrisCPU_LOOP_EN			opt_cpu.h
58230557SjimharrisCPU_PPRO2CELERON		opt_cpu.h
59230557SjimharrisCPU_RSTK_EN			opt_cpu.h
60230557SjimharrisCPU_SUSP_HLT			opt_cpu.h
61230557SjimharrisCPU_UPGRADE_HW_CACHE		opt_cpu.h
62230557SjimharrisCPU_WT_ALLOC			opt_cpu.h
63230557SjimharrisCYRIX_CACHE_WORKS		opt_cpu.h
64230557SjimharrisCYRIX_CACHE_REALLY_WORKS	opt_cpu.h
65230557SjimharrisNO_MEMORY_HOLE			opt_cpu.h
66230557SjimharrisCPU_ENABLE_SSE			opt_cpu.h
67230557SjimharrisCPU_ATHLON_SSE_HACK		opt_cpu.h
68230557Sjimharris
69230557Sjimharris# The CPU type affects the endian conversion functions all over the kernel.
70230557SjimharrisI386_CPU		opt_global.h
71230557SjimharrisI486_CPU		opt_global.h
72230557SjimharrisI586_CPU		opt_global.h
73230557SjimharrisI686_CPU		opt_global.h
74230557Sjimharris
75230557SjimharrisMAXCONS			opt_syscons.h
76230557SjimharrisSC_ALT_MOUSE_IMAGE	opt_syscons.h
77230557SjimharrisSC_CUT_SPACES2TABS	opt_syscons.h
78230557SjimharrisSC_CUT_SEPCHARS		opt_syscons.h
79230557SjimharrisSC_DEBUG_LEVEL		opt_syscons.h
80230557SjimharrisSC_DFLT_FONT		opt_syscons.h
81230557SjimharrisSC_DISABLE_DDBKEY	opt_syscons.h
82230557SjimharrisSC_DISABLE_REBOOT	opt_syscons.h
83230557SjimharrisSC_HISTORY_SIZE		opt_syscons.h
84230557SjimharrisSC_KERNEL_CONS_ATTR	opt_syscons.h
85230557SjimharrisSC_KERNEL_CONS_REV_ATTR	opt_syscons.h
86230557SjimharrisSC_MOUSE_CHAR		opt_syscons.h
87230557SjimharrisSC_NO_CUTPASTE		opt_syscons.h
88230557SjimharrisSC_NO_FONT_LOADING	opt_syscons.h
89230557SjimharrisSC_NO_HISTORY		opt_syscons.h
90230557SjimharrisSC_NO_SYSMOUSE		opt_syscons.h
91230557SjimharrisSC_NORM_ATTR		opt_syscons.h
92230557SjimharrisSC_NORM_REV_ATTR	opt_syscons.h
93230557SjimharrisSC_PIXEL_MODE		opt_syscons.h
94230557SjimharrisSC_RENDER_DEBUG		opt_syscons.h
95230557SjimharrisSC_TWOBUTTON_MOUSE	opt_syscons.h
96230557Sjimharris
97230557SjimharrisGDC			opt_gdc.h
98230557Sjimharris
99230557SjimharrisPSM_HOOKRESUME		opt_psm.h
100230557SjimharrisPSM_RESETAFTERSUSPEND	opt_psm.h
101230557SjimharrisPSM_DEBUG		opt_psm.h
102230557Sjimharris
103230557SjimharrisPCIC_RESUME_RESET	opt_pcic.h
104230557Sjimharris
105230557SjimharrisKBD_DISABLE_KEYMAP_LOAD	opt_kbd.h
106230557SjimharrisKBD_INSTALL_CDEV	opt_kbd.h
107230557SjimharrisKBD_MAXRETRY		opt_kbd.h
108230557SjimharrisKBD_MAXWAIT		opt_kbd.h
109230557SjimharrisKBD_RESETDELAY		opt_kbd.h
110230557SjimharrisKBDIO_DEBUG		opt_kbd.h
111230557Sjimharris
112230557SjimharrisEISA_SLOTS		opt_eisa.h
113230557Sjimharris
114230557Sjimharris# pcvt(4) has a bunch of options
115230557SjimharrisFAT_CURSOR		opt_pcvt.h
116230557SjimharrisXSERVER			opt_pcvt.h
117230557SjimharrisPCVT_24LINESDEF		opt_pcvt.h
118230557SjimharrisPCVT_CTRL_ALT_DEL	opt_pcvt.h
119230557SjimharrisPCVT_META_ESC		opt_pcvt.h
120230557SjimharrisPCVT_NSCREENS		opt_pcvt.h
121230557SjimharrisPCVT_PRETTYSCRNS	opt_pcvt.h
122230557SjimharrisPCVT_SCANSET		opt_pcvt.h
123230557SjimharrisPCVT_SCREENSAVER	opt_pcvt.h
124230557SjimharrisPCVT_USEKBDSEC		opt_pcvt.h
125230557SjimharrisPCVT_VT220KEYB		opt_pcvt.h
126230557SjimharrisPCVT_GREENSAVER		opt_pcvt.h
127230557Sjimharris
128230557Sjimharris# voxware options
129GUS_DMA2		opt_sound.h
130GUS_DMA			opt_sound.h
131GUS_IRQ			opt_sound.h
132
133# Video spigot
134SPIGOT_UNSECURE		opt_spigot.h
135
136# -------------------------------
137# isdn4bsd: passive ISA cards
138# -------------------------------
139TEL_S0_8		opt_i4b.h
140TEL_S0_16		opt_i4b.h
141TEL_S0_16_3		opt_i4b.h
142AVM_A1			opt_i4b.h
143USR_STI			opt_i4b.h
144ITKIX1			opt_i4b.h
145ELSA_PCC16		opt_i4b.h
146# -------------------------------
147# isdn4bsd: passive ISA PnP cards
148# -------------------------------
149CRTX_S0_P		opt_i4b.h
150DRN_NGO                 opt_i4b.h
151TEL_S0_16_3_P		opt_i4b.h
152SEDLBAUER		opt_i4b.h
153DYNALINK		opt_i4b.h
154ASUSCOM_IPAC		opt_i4b.h
155ELSA_QS1ISA		opt_i4b.h
156SIEMENS_ISURF2		opt_i4b.h
157EICON_DIVA		opt_i4b.h
158COMPAQ_M610		opt_i4b.h
159# -------------------------------
160# isdn4bsd: passive PCI cards
161# -------------------------------
162ELSA_QS1PCI		opt_i4b.h
163AVM_A1_PCI		opt_i4b.h
164# -------------------------------
165# isdn4bsd: passive PCMCIA cards
166# -------------------------------
167#AVM_A1_PCMCIA		opt_i4b.h
168# -------------------------------
169# isdn4bsd: misc options
170# -------------------------------
171# temporary workaround for SMP machines
172I4B_SMP_WORKAROUND      opt_i4b.h
173# enable VJ compression code for ipr i/f
174IPR_VJ			opt_i4b.h
175IPR_LOG			opt_i4b.h
176
177# -------------------------------
178# oltr: build options
179# -------------------------------
180# Exclude microcode options
181OLTR_NO_TMS_MAC		opt_oltr.h
182OLTR_NO_HAWKEYE_MAC	opt_oltr.h
183OLTR_NO_BULLSEYE_MAC	opt_oltr.h
184
185# Total number of ports controlled by the dgb(4) driver.
186# Defaults to NDGB*16.
187NDGBPORTS		opt_dgb.h
188
189# bs driver options
190SCSI_BOUNCE_SIZE	opt_bs.h
191BS_TARG_SAFEMODE	opt_bs.h
192
193# ct driver options
194CT_USE_RELOCATE_OFFSET	opt_ct.h
195CT_BUS_WEIGHT		opt_ct.h
196
197# npx options
198FPU_ERROR_BROKEN	opt_npx.h
199
200# PC98 options
201PC98			opt_global.h
202EPSON_BOUNCEDMA		opt_pc98.h
203EPSON_MEMWIN		opt_pc98.h
204LINE30			opt_syscons.h
205
206# Device options
207DEV_NPX			opt_npx.h
208DEV_APM			opt_apm.h
209DEV_SPLASH		opt_splash.h
210DEV_MECIA		opt_mecia.h
211
212# SMB/CIFS requester
213NETSMB			opt_netsmb.h
214NETSMBCRYPTO		opt_netsmb.h
215
216# SMB/CIFS filesystem
217SMBFS
218
219# -------------------------------
220# EOF
221# -------------------------------
222