options.pc98 revision 122046
14Srgrimes# $FreeBSD: head/sys/conf/options.pc98 122046 2003-11-04 12:19:54Z nyan $
24Srgrimes# Options specific to the pc98 platform kernels
34Srgrimes
44SrgrimesAUTO_EOI_1		opt_auto_eoi.h
54SrgrimesAUTO_EOI_2		opt_auto_eoi.h
64SrgrimesBROKEN_KEYBOARD_RESET	opt_reset.h
74SrgrimesCOMPAT_OLDISA
84SrgrimesI586_PMC_GUPROF		opt_i586_guprof.h
94SrgrimesMAXMEM
104SrgrimesNO_MIXED_MODE
114SrgrimesPERFMON
124SrgrimesDISABLE_PSE		opt_pmap.h
134SrgrimesDISABLE_PG_G		opt_pmap.h
144SrgrimesPMAP_SHPGPERPROC	opt_pmap.h
154SrgrimesPPC_PROBE_CHIPSET	opt_ppc.h
164SrgrimesPPC_DEBUG		opt_ppc.h
174SrgrimesPOWERFAIL_NMI		opt_trap.h
184Srgrimes
194Srgrimes# Options for emulators.  These should only be used at config time, so
204Srgrimes# they are handled like options for static filesystems
214Srgrimes# (see src/sys/conf/options), except for broken debugging options.
224SrgrimesCOMPAT_AOUT		opt_dontuse.h
234SrgrimesIBCS2			opt_dontuse.h
244SrgrimesCOMPAT_LINUX		opt_dontuse.h
254SrgrimesCOMPAT_SVR4		opt_dontuse.h
264SrgrimesDEBUG_SVR4		opt_svr4.h
274SrgrimesPECOFF_SUPPORT		opt_dontuse.h
284SrgrimesPECOFF_DEBUG		opt_pecoff.h
294Srgrimes
304Srgrimes# Change KVM size.  Changes things all over the kernel.
314SrgrimesKVA_PAGES		opt_global.h
324Srgrimes
33621SrgrimesCLK_CALIBRATION_LOOP		opt_clock.h
3450477SpeterCLK_USE_I8254_CALIBRATION	opt_clock.h
354SrgrimesCLK_USE_TSC_CALIBRATION		opt_clock.h
364SrgrimesTIMER_FREQ			opt_clock.h
37719Swollman
38719SwollmanNO_F00F_HACK			opt_cpu.h
39719SwollmanCPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
404SrgrimesCPU_BLUELIGHTNING_3X		opt_cpu.h
414SrgrimesCPU_BTB_EN			opt_cpu.h
424SrgrimesCPU_CYRIX_NO_LOCK		opt_cpu.h
434SrgrimesCPU_DIRECT_MAPPED_CACHE		opt_cpu.h
444SrgrimesCPU_DISABLE_5X86_LSSER		opt_cpu.h
454SrgrimesCPU_FASTER_5X86_FPU		opt_cpu.h
4680SnateCPU_I486_ON_386			opt_cpu.h
474SrgrimesCPU_IORT			opt_cpu.h
4880SnateCPU_L2_LATENCY			opt_cpu.h
494SrgrimesCPU_LOOP_EN			opt_cpu.h
504SrgrimesCPU_PPRO2CELERON		opt_cpu.h
514SrgrimesCPU_RSTK_EN			opt_cpu.h
524SrgrimesCPU_SUSP_HLT			opt_cpu.h
534SrgrimesCPU_UPGRADE_HW_CACHE		opt_cpu.h
544SrgrimesCPU_WT_ALLOC			opt_cpu.h
554SrgrimesCYRIX_CACHE_WORKS		opt_cpu.h
5680SnateCYRIX_CACHE_REALLY_WORKS	opt_cpu.h
5779SnateNO_MEMORY_HOLE			opt_cpu.h
5880SnateCPU_ENABLE_SSE			opt_cpu.h
594SrgrimesCPU_DISABLE_SSE			opt_cpu.h
6079SnateCPU_DISABLE_CMPXCHG		opt_global.h
614Srgrimes
624Srgrimes# The CPU type affects the endian conversion functions all over the kernel.
63105910SimpI386_CPU		opt_global.h
64105910SimpI486_CPU		opt_global.h
65105910SimpI586_CPU		opt_global.h
66105910SimpI686_CPU		opt_global.h
67105910Simp
68105910SimpGDC
69105910Simp
70105910Simp# Video spigot
71105910SimpSPIGOT_UNSECURE		opt_spigot.h
72105910Simp
73719Swollman# -------------------------------
74# isdn4bsd: passive PCI cards
75# -------------------------------
76ELSA_QS1PCI		opt_i4b.h
77# -------------------------------
78# isdn4bsd: misc options
79# -------------------------------
80# temporary workaround for SMP machines
81I4B_SMP_WORKAROUND      opt_i4b.h
82# enable VJ compression code for ipr i/f
83IPR_VJ			opt_i4b.h
84IPR_LOG			opt_i4b.h
85
86# bs driver options
87SCSI_BOUNCE_SIZE	opt_bs.h
88BS_TARG_SAFEMODE	opt_bs.h
89
90# ct driver options
91CT_USE_RELOCATE_OFFSET	opt_ct.h
92CT_BUS_WEIGHT		opt_ct.h
93
94# npx options
95FPU_ERROR_BROKEN	opt_npx.h
96
97# PC98 options
98PC98			opt_global.h
99EPSON_BOUNCEDMA		opt_pc98.h
100EPSON_MEMWIN		opt_pc98.h
101LINE30			opt_syscons.h
102
103# Device options
104DEV_APIC		opt_apic.h
105DEV_NPX			opt_npx.h
106DEV_MECIA		opt_mecia.h
107
108# -------------------------------
109# EOF
110# -------------------------------
111