NOTES revision 124408
1111314Snyan#
2111314Snyan# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3111314Snyan#
4111314Snyan# This file contains machine dependent kernel configuration notes.  For
5111314Snyan# machine independent notes, look in /sys/conf/NOTES.
6111314Snyan#
7111314Snyan# $FreeBSD: head/sys/pc98/conf/NOTES 124408 2004-01-12 03:43:05Z nyan $
8111314Snyan#
9111314Snyan
10111314Snyan#
11111314Snyan# This directive is mandatory; it defines the architecture to be
12111314Snyan# configured for; in this case, the 386 family based PC-98 and
13111314Snyan# compatibles.
14111314Snyan#
15111314Snyanmachine		pc98
16111314Snyanoptions 	PC98
17111314Snyan
18111314Snyan# 
19111314Snyan# We want LINT to cover profiling as well
20111314Snyanprofile         2
21111314Snyan
22111314Snyan
23111314Snyan#####################################################################
24111314Snyan# SMP OPTIONS:
25111314Snyan#
26122755Snyan# The apic device enables the use of the I/O APIC for interrupt delivery.
27122755Snyan# The apic device can be used in both UP and SMP kernels, but is required
28122755Snyan# for SMP kernels.  Thus, the apic device is not strictly an SMP option,
29122755Snyan# but it is a prerequisite for SMP.
30111314Snyan#
31111314Snyan# Notes:
32111314Snyan#
33122755Snyan# Be sure to disable 'cpu I386_CPU' for SMP kernels.
34111314Snyan#
35122755Snyan# By default, mixed mode is used to route IRQ0 from the AT timer via
36122755Snyan# the 8259A master PIC through the ExtINT pin on the first I/O APIC.
37122755Snyan# This can be disabled via the NO_MIXED_MODE option.  In that case,
38122755Snyan# IRQ0 will be routed via an intpin on the first I/O APIC.  Not all
39122755Snyan# motherboards hook IRQ0 up to the first I/O APIC even though their
40122755Snyan# MP table or MADT may claim to do so.  That is why mixed mode is
41122755Snyan# enabled by default.
42111314Snyan#
43111314Snyan
44111314Snyan# Mandatory:
45122056Snyandevice		apic			# I/O apic
46122755Snyanoptions 	NO_MIXED_MODE		# Disable use of mixed mode
47111314Snyan
48111314Snyan
49111314Snyan#####################################################################
50111314Snyan# CPU OPTIONS
51111314Snyan
52111314Snyan#
53111314Snyan# You must specify at least one CPU (the one you intend to run on);
54111314Snyan# deleting the specification for CPUs you don't need to use may make
55111314Snyan# parts of the system run faster.
56111314Snyan# I386_CPU is mutually exclusive with the other CPU types.
57111314Snyan#
58111314Snyan#cpu		I386_CPU		
59111314Snyancpu		I486_CPU
60111314Snyancpu		I586_CPU		# aka Pentium(tm)
61111314Snyancpu		I686_CPU		# aka Pentium Pro(tm)
62111314Snyan
63111314Snyan#
64111314Snyan# Options for CPU features.
65111314Snyan#
66111314Snyan# CPU_BLUELIGHTNING_FPU_OP_CACHE enables FPU operand cache on IBM
67111314Snyan# BlueLightning CPU.  It works only with Cyrix FPU, and this option
68111314Snyan# should not be used with Intel FPU.
69111314Snyan#
70111314Snyan# CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning
71111314Snyan# CPU if CPU supports it. The default is double-clock mode on
72111314Snyan# BlueLightning CPU box.
73111314Snyan#
74111314Snyan# CPU_BTB_EN enables branch target buffer on Cyrix 5x86 (NOTE 1).
75111314Snyan#
76111314Snyan# CPU_DIRECT_MAPPED_CACHE sets L1 cache of Cyrix 486DLC CPU in direct
77111314Snyan# mapped mode.  Default is 2-way set associative mode.
78111314Snyan#
79111314Snyan# CPU_CYRIX_NO_LOCK enables weak locking for the entire address space
80111314Snyan# of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1.
81111314Snyan# Otherwise, the NO_LOCK bit of CCR1 is cleared.  (NOTE 3)
82111314Snyan#
83111314Snyan# CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables
84111314Snyan# reorder).  This option should not be used if you use memory mapped
85111314Snyan# I/O device(s).
86111314Snyan#
87111314Snyan# CPU_ENABLE_SSE enables SSE/MMX2 instructions support.  This is default
88111314Snyan# on I686_CPU and above.
89111314Snyan# CPU_DISABLE_SSE explicitly prevent I686_CPU from turning on SSE.
90111314Snyan#
91111314Snyan# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
92111314Snyan#
93111314Snyan# CPU_I486_ON_386 enables CPU cache on i486 based CPU upgrade products
94111314Snyan# for i386 machines.
95111314Snyan#
96111314Snyan# CPU_IORT defines I/O clock delay time (NOTE 1).  Default values of
97111314Snyan# I/O clock delay time on Cyrix 5x86 and 6x86 are 0 and 7,respectively
98111314Snyan# (no clock delay).
99111314Snyan#
100111314Snyan# CPU_L2_LATENCY specifed the L2 cache latency value.  This option is used
101111314Snyan# only when CPU_PPRO2CELERON is defined and Mendocino Celeron is detected.
102111314Snyan# The default value is 5.
103111314Snyan#
104111314Snyan# CPU_LOOP_EN prevents flushing the prefetch buffer if the destination
105111314Snyan# of a jump is already present in the prefetch buffer on Cyrix 5x86(NOTE
106111314Snyan# 1).
107111314Snyan#
108111314Snyan# CPU_PPRO2CELERON enables L2 cache of Mendocino Celeron CPUs.  This option
109111314Snyan# is useful when you use Socket 8 to Socket 370 converter, because most Pentium
110111314Snyan# Pro BIOSs do not enable L2 cache of Mendocino Celeron CPUs.
111111314Snyan#
112111314Snyan# CPU_RSTK_EN enables return stack on Cyrix 5x86 (NOTE 1).
113111314Snyan#
114111314Snyan# CPU_SUSP_HLT enables suspend on HALT.  If this option is set, CPU
115111314Snyan# enters suspend mode following execution of HALT instruction.
116111314Snyan#
117111314Snyan# CPU_UPGRADE_HW_CACHE eliminates unneeded cache flush instruction(s).
118111314Snyan#
119111314Snyan# CPU_WT_ALLOC enables write allocation on Cyrix 6x86/6x86MX and AMD
120111314Snyan# K5/K6/K6-2 cpus.
121111314Snyan#
122111314Snyan# CYRIX_CACHE_WORKS enables CPU cache on Cyrix 486 CPUs with cache
123111314Snyan# flush at hold state.
124111314Snyan#
125111314Snyan# CYRIX_CACHE_REALLY_WORKS enables (1) CPU cache on Cyrix 486 CPUs
126111314Snyan# without cache flush at hold state, and (2) write-back CPU cache on
127111314Snyan# Cyrix 6x86 whose revision < 2.7 (NOTE 2).
128111314Snyan#
129111314Snyan# NO_F00F_HACK disables the hack that prevents Pentiums (and ONLY
130111314Snyan# Pentiums) from locking up when a LOCK CMPXCHG8B instruction is
131111314Snyan# executed.  This option is only needed if I586_CPU is also defined,
132111314Snyan# and should be included for any non-Pentium CPU that defines it.
133111314Snyan#
134111314Snyan# NO_MEMORY_HOLE is an optimisation for systems with AMD K6 processors
135111314Snyan# which indicates that the 15-16MB range is *definitely* not being
136111314Snyan# occupied by an ISA memory hole.
137111314Snyan#
138111314Snyan# CPU_DISABLE_CMPXCHG disables the CMPXCHG instruction on > i386 IA32 
139111314Snyan# machines.  VmWare seems to emulate this instruction poorly, causing 
140111314Snyan# the guest OS to run very slowly.  Enabling this with a SMP kernel
141111314Snyan# will cause the kernel to be unusable.
142111314Snyan#
143111314Snyan# NOTE 1: The options, CPU_BTB_EN, CPU_LOOP_EN, CPU_IORT,
144111314Snyan# CPU_LOOP_EN and CPU_RSTK_EN should not be used because of CPU bugs.
145111314Snyan# These options may crash your system.
146111314Snyan#
147111314Snyan# NOTE 2: If CYRIX_CACHE_REALLY_WORKS is not set, CPU cache is enabled
148111314Snyan# in write-through mode when revision < 2.7.  If revision of Cyrix
149111314Snyan# 6x86 >= 2.7, CPU cache is always enabled in write-back mode.
150111314Snyan#
151111314Snyan# NOTE 3: This option may cause failures for software that requires
152111314Snyan# locked cycles in order to operate correctly.
153111314Snyan#
154111314Snyanoptions 	CPU_BLUELIGHTNING_FPU_OP_CACHE
155111314Snyanoptions 	CPU_BLUELIGHTNING_3X
156111314Snyanoptions 	CPU_BTB_EN
157111314Snyanoptions 	CPU_DIRECT_MAPPED_CACHE
158111314Snyanoptions 	CPU_DISABLE_5X86_LSSER
159111314Snyanoptions 	CPU_ENABLE_SSE
160111314Snyan#options 	CPU_DISABLE_SSE
161111314Snyanoptions 	CPU_FASTER_5X86_FPU
162111314Snyanoptions 	CPU_I486_ON_386
163111314Snyanoptions 	CPU_IORT
164111314Snyanoptions 	CPU_L2_LATENCY=5
165111314Snyanoptions 	CPU_LOOP_EN
166111314Snyanoptions 	CPU_PPRO2CELERON
167111314Snyanoptions 	CPU_RSTK_EN
168111314Snyanoptions 	CPU_SUSP_HLT
169111314Snyanoptions 	CPU_UPGRADE_HW_CACHE
170111314Snyanoptions 	CPU_WT_ALLOC
171111314Snyanoptions 	CYRIX_CACHE_WORKS
172111314Snyanoptions 	CYRIX_CACHE_REALLY_WORKS
173111314Snyan#options 	NO_F00F_HACK
174111314Snyanoptions 	CPU_DISABLE_CMPXCHG
175111314Snyan
176111314Snyan# Debug options
177111314Snyanoptions 	NPX_DEBUG	# enable npx debugging (FPU/math emu)
178111314Snyan					#new math emulator
179111314Snyan
180111314Snyan#
181111314Snyan# PERFMON causes the driver for Pentium/Pentium Pro performance counters
182111314Snyan# to be compiled.  See perfmon(4) for more information.
183111314Snyan#
184111314Snyanoptions 	PERFMON
185111314Snyan
186111314Snyan
187111314Snyan#####################################################################
188111314Snyan# NETWORKING OPTIONS
189111314Snyan
190111314Snyan#
191111314Snyan# DEVICE_POLLING adds support for mixed interrupt-polling handling
192111314Snyan# of network device drivers, which has significant benefits in terms
193111314Snyan# of robustness to overloads and responsivity, as well as permitting
194111314Snyan# accurate scheduling of the CPU time between kernel network processing
195111314Snyan# and other activities. The drawback is a moderate (up to 1/HZ seconds)
196111314Snyan# potential increase in response times.
197111314Snyan# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING
198111314Snyan# to achieve smoother behaviour.
199111314Snyan# Additionally, you can enable/disable polling at runtime with the
200111314Snyan# sysctl variable kern.polling.enable (defaults off), and select
201111314Snyan# the CPU fraction reserved to userland with the sysctl variable
202111314Snyan# kern.polling.user_frac (default 50, range 0..100).
203111314Snyan#
204124408Snyan# Not all device drivers support this mode of operation at the time of
205124408Snyan# this writing.  See polling(4) for more details.
206111314Snyan
207111314Snyanoptions 	DEVICE_POLLING
208111314Snyan
209111314Snyan
210111314Snyan#####################################################################
211111314Snyan# CLOCK OPTIONS
212111314Snyan
213111314Snyan# The following options are used for debugging clock behavior only, and
214111314Snyan# should not be used for production systems.
215111314Snyan
216123984Sbde# CLK_CALIBRATION_LOOP causes clock calibration to be run in a loop at
217123984Sbde# startup until the user presses a key.  (The i8254 clock is always
218123984Sbde# calibrated relative to the RTC (mc146818a) and this option causes the
219123984Sbde# calibration to be repeated.)
220111314Snyanoptions 	CLK_CALIBRATION_LOOP
221111314Snyan
222123984Sbde# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
223123984Sbde# clock to actually be used.
224111314Snyanoptions 	CLK_USE_I8254_CALIBRATION
225111314Snyan
226111314Snyan
227111314Snyan#####################################################################
228111314Snyan# MISCELLANEOUS DEVICES AND OPTIONS
229111314Snyan
230111314Snyandevice		speaker		#Play IBM BASIC-style noises out your speaker
231111314Snyanhint.speaker.0.at="isa"
232111314Snyanhint.speaker.0.port="0x35"
233111314Snyandevice		gzip		#Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
234111314Snyandevice		apm_saver	# Requires APM
235111314Snyan
236111314Snyan
237111314Snyan#####################################################################
238111314Snyan# HARDWARE BUS CONFIGURATION
239111314Snyan
240111314Snyan#
241111314Snyan# ISA bus
242111314Snyan#
243111314Snyandevice		isa
244111314Snyan
245111314Snyan#
246111314Snyan# Options for `isa':
247111314Snyan#
248111314Snyan# AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A
249111314Snyan# interrupt controller.  This saves about 0.7-1.25 usec for each interrupt.
250111314Snyan# This option breaks suspend/resume on some portables.
251111314Snyan#
252111314Snyan# MAXMEM specifies the amount of RAM on the machine; if this is not
253111314Snyan# specified, FreeBSD will first read the amount of memory from the CMOS
254111314Snyan# RAM, so the amount of memory will initially be limited to 64MB or 16MB
255111314Snyan# depending on the BIOS.  If the BIOS reports 64MB, a memory probe will
256111314Snyan# then attempt to detect the installed amount of RAM.  If this probe
257111314Snyan# fails to detect >64MB RAM you will have to use the MAXMEM option.
258111314Snyan# The amount is in kilobytes, so for a machine with 128MB of RAM, it would
259111314Snyan# be 131072 (128 * 1024).
260111314Snyan#
261111314Snyan# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
262111314Snyan# reset the CPU for reboot.  This is needed on some systems with broken
263111314Snyan# keyboard controllers.
264111314Snyan
265111314Snyanoptions 	COMPAT_OLDISA	#Use ISA shims and glue for old drivers
266111314Snyanoptions 	AUTO_EOI_1
267111314Snyan
268111314Snyanoptions 	MAXMEM=(128*1024)
269111314Snyan#options 	BROKEN_KEYBOARD_RESET
270111314Snyanoptions 	EPSON_BOUNCEDMA
271111314Snyanoptions 	EPSON_MEMWIN
272111314Snyan
273111314Snyan#
274111314Snyan# PCI bus & PCI options:
275111314Snyan#
276111314Snyandevice		pci
277111314Snyan
278111314Snyan#
279111314Snyan# AGP GART support
280111314Snyandevice		agp
281111314Snyan
282111314Snyan
283111314Snyan#####################################################################
284111314Snyan# HARDWARE DEVICE CONFIGURATION
285111314Snyan
286111314Snyan#
287111314Snyan# Mandatory devices:
288111314Snyan#
289111314Snyan
290111314Snyan# PC98 keyboard
291111314Snyandevice		pckbd
292111314Snyanhint.pckbd.0.at="isa"
293111314Snyanhint.pckbd.0.port="0x041"
294111314Snyanhint.pckbd.0.irq="1"
295111314Snyan
296111314Snyan# These options are valid for other keyboard drivers as well.
297111314Snyanoptions 	KBD_DISABLE_KEYMAP_LOAD	# refuse to load a keymap
298111314Snyanoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
299111314Snyan
300111314Snyan# GDC screen
301111314Snyandevice		gdc
302111314Snyanhint.gdc.0.at="isa"
303111314Snyanoptions 	LINE30
304111314Snyan
305111314Snyan#
306111314Snyan# The Numeric Processing eXtension driver.  In addition to this, you
307111314Snyan# may configure a math emulator (see above).  If your machine has a
308111314Snyan# hardware FPU and the kernel configuration includes the npx device
309111314Snyan# *and* a math emulator compiled into the kernel, the hardware FPU
310111314Snyan# will be used, unless it is found to be broken or unless "flags" to
311111314Snyan# npx0 includes "0x08", which requests preference for the emulator.
312111314Snyandevice		npx
313111314Snyan
314111314Snyan#
315111314Snyan# `flags' for npx0:
316111314Snyan#	0x01	don't use the npx registers to optimize bcopy.
317111314Snyan#	0x02	don't use the npx registers to optimize bzero.
318111314Snyan#	0x04	don't use the npx registers to optimize copyin or copyout.
319111314Snyan#	0x08	use emulator even if hardware FPU is available.
320111314Snyan# The npx registers are normally used to optimize copying and zeroing when
321111314Snyan# all of the following conditions are satisfied:
322111314Snyan#	I586_CPU is an option
323111314Snyan#	the cpu is an i586 (perhaps not a Pentium)
324111314Snyan#	the probe for npx0 succeeds
325111314Snyan#	INT 16 exception handling works.
326111314Snyan# Then copying and zeroing using the npx registers is normally 30-100% faster.
327111314Snyan# The flags can be used to control cases where it doesn't work or is slower.
328111314Snyan# Setting them at boot time using userconfig works right (the optimizations
329111314Snyan# are not used until later in the bootstrap when npx0 is attached).
330111314Snyan# Flag 0x08 automatically disables the i586 optimized routines.
331111314Snyan#
332111314Snyan
333111314Snyan#
334111314Snyan# Optional devices:
335111314Snyan#
336111314Snyan
337111314Snyan# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
338111314Snyan# the /dev/3dfx0 device to work with glide implementations. This should get
339111314Snyan# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
340111314Snyan# the tdfx DRI module from XFree86 and is completely unrelated.
341111314Snyan#
342111314Snyan# To enable Linuxulator support, one must also include COMPAT_LINUX in the
343111314Snyan# config as well, or you will not have the dependencies. The other option
344111314Snyan# is to load both as modules.
345111314Snyan
346111314Snyandevice 		tdfx			# Enable 3Dfx Voodoo support
347111314Snyanoptions 	TDFX_LINUX		# Enable Linuxulator support
348111314Snyan
349111314Snyan# DRM options:
350111314Snyan# mgadrm:    AGP Matrox G200, G400, G450, G550
351112034Snyan# r128drm:   ATI Rage 128
352112034Snyan# radeondrm: ATI Radeon up to 9000/9100
353119985Snyan# sisdrm:    SiS 300/305,540,630
354119985Snyan# tdfxdrm:   3dfx Voodoo 3/4/5 and Banshee
355112034Snyan# DRM_DEBUG: include debug printfs, very slow
356111314Snyan#
357112034Snyan# mga requires AGP in the kernel, and it is recommended
358112034Snyan# for AGP r128 and radeon cards.
359111314Snyan
360111314Snyandevice		mgadrm
361111314Snyandevice		"r128drm"
362111314Snyandevice		radeondrm
363119985Snyandevice		sisdrm
364111314Snyandevice		tdfxdrm
365111314Snyan
366111314Snyanoptions 	DRM_DEBUG
367111314Snyan
368111314Snyan#
369111314Snyan# Bus mouse
370111314Snyan#
371111314Snyandevice		mse
372111314Snyanhint.mse.0.at="isa"
373111314Snyanhint.mse.0.port="0x7fd9"
374111314Snyanhint.mse.0.irq="13"
375111314Snyan
376111314Snyan#
377111314Snyan# Network interfaces:
378111314Snyan#
379111314Snyan
380111314Snyan# ar:   Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
381111314Snyan#       (requires sppp)
382111314Snyan# ed:   Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
383111314Snyan#       HP PC Lan+, various PC Card devices (refer to etc/defauls/pccard.conf)
384111314Snyan#       (requires miibus)
385111314Snyan# el:   3Com 3C501 (slow!)
386111314Snyan# ie:   AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
387111314Snyan#       Intel EtherExpress
388111314Snyan# le:   Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
389111314Snyan#       DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
390111314Snyan# lnc:  Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
391111314Snyan#       Am79C960)
392111314Snyan# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
393111314Snyan#       (no hints needed).
394111314Snyan#       Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
395111314Snyan#       OC-3141, OC-3540, OC-3250
396111314Snyan# rdp:  RealTek RTL 8002-based pocket ethernet adapters
397111314Snyan# sbni:	Granch SBNI12-xx ISA and PCI adapters
398111314Snyan# sr:   RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
399111314Snyan# wl:	Lucent Wavelan (ISA card only).
400111314Snyan
401111314Snyan# Order for ISA/EISA devices is important here
402111314Snyan
403111314Snyandevice		ar
404111314Snyanhint.ar.0.at="isa"
405111314Snyanhint.ar.0.port="0x300"
406111314Snyanhint.ar.0.irq="10"
407111314Snyanhint.ar.0.maddr="0xd0000"
408111314Snyandevice		ed
409111314Snyan#options 	ED_NO_MIIBUS		# Disable ed miibus support
410111314Snyanhint.ed.0.at="isa"
411111314Snyanhint.ed.0.port="0x280"
412111314Snyanhint.ed.0.irq="5"
413111314Snyanhint.ed.0.maddr="0xd8000"
414111314Snyandevice		el	1
415111314Snyanhint.el.0.at="isa"
416111314Snyanhint.el.0.port="0x300"
417111314Snyanhint.el.0.irq="9"
418112840Smdodddevice		ie			# Hints only required for Starlan
419112840Smdoddhint.ie.2.at="isa"
420112840Smdoddhint.ie.2.port="0x300"
421112840Smdoddhint.ie.2.irq="5"
422112840Smdoddhint.ie.2.maddr="0xd0000"
423111314Snyandevice		le	1
424111314Snyanhint.le.0.at="isa"
425111314Snyanhint.le.0.port="0x300"
426111314Snyanhint.le.0.irq="5"
427111314Snyanhint.le.0.maddr="0xd0000"
428111314Snyandevice		lnc
429111314Snyanhint.lnc.0.at="isa"
430111314Snyanhint.lnc.0.port="0x280"
431111314Snyanhint.lnc.0.irq="10"
432111314Snyanhint.lnc.0.drq="0"
433111314Snyandevice		rdp	1
434111314Snyanhint.rdp.0.at="isa"
435111314Snyanhint.rdp.0.port="0x378"
436111314Snyanhint.rdp.0.irq="7"
437111314Snyanhint.rdp.0.flags="2"
438111314Snyandevice		sbni
439111314Snyanhint.sbni.0.at="isa"
440111314Snyanhint.sbni.0.port="0x210"
441111314Snyanhint.sbni.0.irq="0xefdead"
442111314Snyanhint.sbni.0.flags="0"
443111314Snyandevice		snc
444111314Snyanhint.snc.0.at="isa"
445111314Snyanhint.snc.0.port="0x888"
446111314Snyanhint.snc.0.irq="6"
447111314Snyanhint.snc.0.maddr="0xc0000"
448111314Snyandevice		sr
449111314Snyanhint.sr.0.at="isa"
450111314Snyanhint.sr.0.port="0x300"
451111314Snyanhint.sr.0.irq="5"
452111314Snyanhint.sr.0.maddr="0xd0000"
453111314Snyandevice		oltr
454111314Snyanhint.oltr.0.at="isa"
455111314Snyandevice		wl
456111314Snyanhint.wl.0.at="isa"
457111314Snyanhint.wl.0.port="0x300"
458111314Snyanoptions 	WLCACHE		# enables the signal-strength cache
459111314Snyanoptions 	WLDEBUG		# enables verbose debugging output
460111314Snyan
461111314Snyan# 
462111314Snyan# SCSI host adapters:
463111314Snyan# 
464111314Snyan# ct: WD33C93[ABC] based SCSI host adapters.
465111314Snyan# ncv: NCR 53C500 based SCSI host adapters.
466111314Snyan# nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
467111314Snyan# stg: TMC 18C30, 18C50 based SCSI host adapters.
468111314Snyan
469111314Snyandevice		ct
470111314Snyanhint.ct.0.at="isa"
471111314Snyandevice          ncv
472111314Snyandevice          nsp
473111314Snyandevice          stg
474111314Snyanhint.stg.0.at="isa"
475111314Snyanhint.stg.0.port="0x140"
476111314Snyanhint.stg.0.port="11"
477111314Snyan
478111314Snyan#
479117918Snyan# SafeNet crypto driver: can be moved to the MI NOTES as soon as
480117918Snyan# it's tested on a big-endian machine
481117918Snyan#
482117918Snyandevice		safe		# SafeNet 1141
483117918Snyanoptions		SAFE_DEBUG	# enable debugging support: hw.safe.debug
484117918Snyanoptions		SAFE_RNDTEST	# enable rndtest support
485117918Snyan
486117918Snyan#####################################################################
487117918Snyan
488117918Snyan#
489111314Snyan# Miscellaneous hardware:
490111314Snyan#
491111314Snyan# wt: Wangtek and Archive QIC-02/QIC-36 tape drives
492111314Snyan# ctx: Cortex-I frame grabber
493111314Snyan# apm: Laptop Advanced Power Management (experimental)
494111314Snyan# pmtimer: Timer device driver for power management events (APM or ACPI)
495111314Snyan# spigot: The Creative Labs Video Spigot video-acquisition board
496111314Snyan# digi: Digiboard driver
497111314Snyan# gp:  National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB
498111314Snyan# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
499111314Snyan# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
500111314Snyan
501111314Snyan# Notes on APM
502111314Snyan#  The flags takes the following meaning for apm0:
503111314Snyan#    0x0020  Statclock is broken.
504111314Snyan#  If apm is omitted, some systems require sysctl kern.timecounter.method=1
505111314Snyan#  for correct timekeeping.
506111314Snyan
507111314Snyan# Notes on the spigot:
508111314Snyan#  The video spigot is at 0xad6.  This port address can not be changed.
509111314Snyan#  The irq values may only be 10, 11, or 15
510111314Snyan#  I/O memory is an 8kb region.  Possible values are:
511111314Snyan#    0a0000, 0a2000, ..., 0fffff, f00000, f02000, ..., ffffff
512111314Snyan#    The start address must be on an even boundary.
513111314Snyan#  Add the following option if you want to allow non-root users to be able
514111314Snyan#  to access the spigot.  This option is not secure because it allows users
515111314Snyan#  direct access to the I/O page.
516111314Snyan#  	options SPIGOT_UNSECURE
517111314Snyan
518111314Snyan# Notes on the Specialix SI/XIO driver:
519111314Snyan#  The host card is memory, not IO mapped.
520111314Snyan#  The Rev 1 host cards use a 64K chunk, on a 32K boundary.
521111314Snyan#  The Rev 2 host cards use a 32K chunk, on a 32K boundary.
522111314Snyan#  The cards can use an IRQ of 11, 12 or 15.
523111314Snyan
524111314Snyan# Notes on the Sony Programmable I/O controller
525111314Snyan#  This is a temporary driver that should someday be replaced by something
526111314Snyan#  that hooks into the ACPI layer. The device is hooked to the PIIX4's
527111314Snyan#  General Device 10 decoder, which means you have to fiddle with PCI
528111314Snyan#  registers to map it in, even though it is otherwise treated here as
529111314Snyan#  an ISA device. At the moment, the driver polls, although the device
530111314Snyan#  is capable of generating interrupts. It largely undocumented.
531111314Snyan#  The port location in the hint is where you WANT the device to be
532111314Snyan#  mapped. 0x10a0 seems to be traditional. At the moment the jogdial
533111314Snyan#  is the only thing truly supported, but aparently a fair percentage
534111314Snyan#  of the Vaio extra features are controlled by this device.
535111314Snyan
536111314Snyan# Notes on the Stallion stl and stli drivers:
537111314Snyan#  See src/i386/isa/README.stl for complete instructions.
538111314Snyan#  This is version 0.0.5alpha, unsupported by Stallion.
539111314Snyan#  The stl driver has a secondary IO port hard coded at 0x280.  You need
540111314Snyan#     to change src/i386/isa/stallion.c if you reconfigure this on the boards.
541111314Snyan#  The "flags" and "msize" settings on the stli driver depend on the board:
542111314Snyan#	EasyConnection 8/64 ISA:     flags 23         msize 0x1000
543111314Snyan#	EasyConnection 8/64 EISA:    flags 24         msize 0x10000
544111314Snyan#	EasyConnection 8/64 MCA:     flags 25         msize 0x1000
545111314Snyan#	ONboard ISA:                 flags 4          msize 0x10000
546111314Snyan#	ONboard EISA:                flags 7          msize 0x10000
547111314Snyan#	ONboard MCA:                 flags 3          msize 0x10000
548111314Snyan#	Brumby:                      flags 2          msize 0x4000
549111314Snyan#	Stallion:                    flags 1          msize 0x10000
550111314Snyan
551111314Snyandevice		wt	1
552111314Snyanhint.wt.0.at="isa"
553111314Snyanhint.wt.0.port="0x300"
554111314Snyanhint.wt.0.irq="5"
555111314Snyanhint.wt.0.drq="1"
556115469Sphkdevice		ctx
557111314Snyanhint.ctx.0.at="isa"
558111314Snyanhint.ctx.0.port="0x230"
559111314Snyanhint.ctx.0.maddr="0xd0000"
560111314Snyandevice		spigot	1
561111314Snyanhint.spigot.0.at="isa"
562111314Snyanhint.spigot.0.port="0xad6"
563111314Snyanhint.spigot.0.irq="15"
564111314Snyanhint.spigot.0.maddr="0xee000"
565111314Snyandevice		apm
566111314Snyanhint.apm.0.flags="0x20"
567111314Snyandevice		pmc
568111314Snyandevice		canbus
569111314Snyandevice		canbepm
570111314Snyanhint.pmc.0.at="isa"
571111314Snyanhint.pmc.0.port="0x8f0"
572111314Snyandevice		pmtimer			# Adjust system timer at wakeup time
573111314Snyandevice		gp
574111314Snyanhint.gp.0.at="isa"
575111314Snyanhint.gp.0.port="0x2c0"
576111314Snyandevice		digi
577111314Snyanhint.digi.0.at="isa"
578111314Snyanhint.digi.0.port="0x104"
579111314Snyanhint.digi.0.maddr="0xd0000"
580111314Snyan# BIOS & FEP/OS components of device digi.
581111314Snyandevice		digi_CX
582111314Snyandevice		digi_CX_PCI
583111314Snyandevice		digi_EPCX
584111314Snyandevice		digi_EPCX_PCI
585111314Snyandevice		digi_Xe
586111314Snyandevice		digi_Xem
587111314Snyandevice		digi_Xr
588111314Snyandevice		stl
589111314Snyanhint.stl.0.at="isa"
590111314Snyanhint.stl.0.port="0x2a0"
591111314Snyanhint.stl.0.irq="10"
592111314Snyandevice		stli
593111314Snyanhint.stli.0.at="isa"
594111314Snyanhint.stli.0.port="0x2a0"
595111314Snyanhint.stli.0.maddr="0xcc000"
596111314Snyanhint.stli.0.flags="23"
597111314Snyanhint.stli.0.msize="0x1000"
598111314Snyandevice		olpt
599111314Snyanhint.olpt.0.at="isa"
600111314Snyanhint.olpt.0.port="0x040"
601111314Snyan
602111314Snyan#
603111314Snyan# Laptop/Notebook options:
604111314Snyan#
605111314Snyan# See also:
606111314Snyan#  apm under `Miscellaneous hardware'
607111314Snyan# above.
608111314Snyan
609111314Snyan# For older notebooks that signal a powerfail condition (external
610111314Snyan# power supply dropped, or battery state low) by issuing an NMI:
611111314Snyan
612111314Snyanoptions 	POWERFAIL_NMI	# make it beep instead of panicing
613111314Snyan
614111314Snyan#
615111314Snyan# PC Card/PCMCIA
616111314Snyan# (OLDCARD)
617111314Snyan#
618111314Snyan# card: pccard slots
619111314Snyan# pcic: isa/pccard bridge
620111314Snyandevice		pcic
621111314Snyanhint.pcic.0.at="isa"
622111314Snyan#hint.pcic.1.at="isa"
623111314Snyandevice		card	1
624111314Snyan
625111314Snyan#
626111314Snyan# PC Card/PCMCIA and Cardbus
627111314Snyan# (NEWCARD)
628111314Snyan#
629111314Snyan# Note that NEWCARD and OLDCARD are incompatible.  Do not use both at the same
630111314Snyan# time.
631111314Snyan#
632111314Snyan# pccbb: pci/cardbus bridge implementing YENTA interface
633111314Snyan# pccard: pccard slots
634111314Snyan# cardbus: cardbus slots
635111314Snyan#device		cbb
636111314Snyan#device		pccard
637111314Snyan#device		cardbus
638111314Snyan#device		pcic		ISA attachment currently busted
639111314Snyan#hint.pcic.0.at="isa"
640111314Snyan#hint.pcic.1.at="isa"
641111314Snyan
642111314Snyan#---------------------------------------------------------------------------
643111314Snyan# ISDN4BSD
644111314Snyan#
645111314Snyan# See /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd.
646111314Snyan#
647111314Snyan# i4b passive ISDN cards support contains the following hardware drivers:
648111314Snyan#
649111314Snyan#	isic  - Siemens/Infineon ISDN ISAC/HSCX/IPAC chipset driver
650111314Snyan#	iwic  - Winbond W6692 PCI bus ISDN S/T interface controller
651111314Snyan#	ifpi  - AVM Fritz!Card PCI driver
652111314Snyan#	ifpi2  - AVM Fritz!Card PCI version 2 driver
653111314Snyan#	ihfc  - Cologne Chip HFC ISA/ISA-PnP chipset driver
654111314Snyan#	ifpnp - AVM Fritz!Card PnP driver 
655111314Snyan#	itjc  - Siemens ISAC / TJNet Tiger300/320 chipset
656111314Snyan#
657111314Snyan# i4b active ISDN cards support contains the following hardware drivers:
658111314Snyan#
659111314Snyan#	iavc  - AVM B1 PCI, AVM B1 ISA, AVM T1
660111314Snyan#
661111314Snyan# Note that the ``options'' (if given) and ``device'' lines must BOTH
662111314Snyan# be uncommented to enable support for a given card !
663111314Snyan#
664111314Snyan# In addition to a hardware driver (and probably an option) the mandatory
665111314Snyan# ISDN protocol stack devices and the mandatory support device must be 
666111314Snyan# enabled as well as one or more devices from the optional devices section.
667111314Snyan#
668111314Snyan#---------------------------------------------------------------------------
669111314Snyan#	isic driver (Siemens/Infineon chipsets)
670111314Snyan#
671111314Snyandevice	isic
672111314Snyan#
673111314Snyan# PCI bus Cards:
674111314Snyan# --------------
675111314Snyan#
676111314Snyan# Cyclades Cyclom-Y PCI serial driver
677111314Snyandevice		cy	1
678111314Snyanoptions 	CY_PCI_FASTINTR		# Use with cy_pci unless irq is shared
679111314Snyanhint.cy.0.at="isa"
680111314Snyanhint.cy.0.irq="10"
681111314Snyanhint.cy.0.maddr="0xd4000"
682111314Snyanhint.cy.0.msize="0x2000"
683111314Snyan#
684111314Snyan#---------------------------------------------------------------------------
685111314Snyan# ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI)
686111314Snyanoptions 	ELSA_QS1PCI
687111314Snyan#
688111314Snyan#
689111314Snyan#---------------------------------------------------------------------------
690111314Snyan#	ifpnp driver for AVM Fritz!Card PnP
691111314Snyan#
692111314Snyan# AVM Fritz!Card PnP
693111314Snyandevice ifpnp
694111314Snyan#
695111314Snyan#---------------------------------------------------------------------------
696111314Snyan#	ihfc driver for Cologne Chip ISA chipsets (experimental!)
697111314Snyan#
698111314Snyan# Teles 16.3c ISA PnP
699111314Snyan# AcerISDN P10 ISA PnP
700111314Snyan# TELEINT ISDN SPEED No.1
701111314Snyandevice ihfc
702111314Snyan#
703111314Snyan#---------------------------------------------------------------------------
704111314Snyan#	ifpi driver for AVM Fritz!Card PCI
705111314Snyan#
706111314Snyan# AVM Fritz!Card PCI
707111314Snyandevice  ifpi
708111314Snyan#
709111314Snyan#---------------------------------------------------------------------------
710111314Snyan#	ifpi2 driver for AVM Fritz!Card PCI version 2
711111314Snyan#
712111314Snyan# AVM Fritz!Card PCI version 2
713111314Snyandevice  "ifpi2"
714111314Snyan#
715111314Snyan#---------------------------------------------------------------------------
716111314Snyan#	iwic driver for Winbond W6692 chipset
717111314Snyan#
718111314Snyan# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
719111314Snyandevice  iwic
720111314Snyan#
721111314Snyan#---------------------------------------------------------------------------
722111314Snyan#	itjc driver for Simens ISAC / TJNet Tiger300/320 chipset
723111314Snyan#
724111314Snyan# Traverse Technologies NETjet-S
725111314Snyan# Teles PCI-TJ
726111314Snyandevice  itjc
727111314Snyan#
728111314Snyan#---------------------------------------------------------------------------
729111314Snyan#	iavc driver (AVM active cards, needs i4bcapi driver!)
730111314Snyan#
731111314Snyandevice	iavc
732111314Snyan#
733111314Snyan# AVM B1 ISA bus (PnP mode not supported!)
734111314Snyan# ----------------------------------------
735111314Snyanhint.iavc.0.at="isa"
736111314Snyanhint.iavc.0.port="0x150"
737111314Snyanhint.iavc.0.irq="5"
738111314Snyan#
739111314Snyan#---------------------------------------------------------------------------
740111314Snyan#	ISDN Protocol Stack - mandatory for all hardware drivers
741111314Snyan#
742111314Snyan# Q.921 / layer 2 - i4b passive cards D channel handling
743111314Snyandevice		"i4bq921"
744111314Snyan#
745111314Snyan# Q.931 / layer 3 - i4b passive cards D channel handling
746111314Snyandevice		"i4bq931"
747111314Snyan#
748111314Snyan# layer 4 - i4b common passive and active card handling
749111314Snyandevice		"i4b"
750111314Snyan#
751111314Snyan#---------------------------------------------------------------------------
752111314Snyan#	ISDN devices - mandatory for all hardware drivers
753111314Snyan#
754111314Snyan# userland driver to do ISDN tracing (for passive cards only)
755111314Snyandevice		"i4btrc"	4
756111314Snyan#
757111314Snyan# userland driver to control the whole thing
758111314Snyandevice		"i4bctl"
759111314Snyan#
760111314Snyan#---------------------------------------------------------------------------
761111314Snyan#	ISDN devices - optional
762111314Snyan#
763111314Snyan# userland driver for access to raw B channel
764111314Snyandevice		"i4brbch"	4
765111314Snyan#
766111314Snyan# userland driver for telephony
767111314Snyandevice		"i4btel"	2
768111314Snyan#
769111314Snyan# network driver for IP over raw HDLC ISDN
770111314Snyandevice		"i4bipr"	4
771111314Snyan# enable VJ header compression detection for ipr i/f
772111314Snyanoptions 	IPR_VJ
773111314Snyan# enable logging of the first n IP packets to isdnd (n=32 here)
774111314Snyanoptions 	IPR_LOG=32
775111314Snyan#
776111314Snyan# network driver for sync PPP over ISDN; requires an equivalent
777111314Snyan# number of sppp device to be configured
778111314Snyandevice		"i4bisppp"	4
779111314Snyan#
780111314Snyan# B-channel interface to the netgraph subsystem
781111314Snyandevice		"i4bing"	2
782111314Snyan#
783111314Snyan# CAPI driver needed for active ISDN cards (see iavc driver above)
784111314Snyandevice		"i4bcapi"
785111314Snyan#
786111314Snyan#---------------------------------------------------------------------------
787111314Snyan
788111314Snyan#
789111314Snyan# Set the number of PV entries per process.  Increasing this can
790111314Snyan# stop panics related to heavy use of shared memory. However, that can
791111314Snyan# (combined with large amounts of physical memory) cause panics at
792111314Snyan# boot time due the kernel running out of VM space.
793111314Snyan#
794111314Snyan# If you're tweaking this, you might also want to increase the sysctls
795111314Snyan# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
796111314Snyan#
797111314Snyan# The value below is the one more than the default.
798111314Snyan#
799111314Snyanoptions 	PMAP_SHPGPERPROC=201
800111314Snyan
801111314Snyan#
802111314Snyan# Change the size of the kernel virtual address space.  Due to
803111314Snyan# constraints in loader(8) on i386, this must be a multiple of 4.
804111314Snyan# 256 = 1 GB of kernel address space.  Increasing this also causes
805111314Snyan# a reduction of the address space in user processes.  512 splits
806111314Snyan# the 4GB cpu address space in half (2GB user, 2GB kernel).
807111314Snyan#
808111314Snyanoptions 	KVA_PAGES=260
809111314Snyan
810111314Snyan
811111314Snyan#####################################################################
812111314Snyan# ABI Emulation
813111314Snyan
814111314Snyan# Enable iBCS2 runtime support for SCO and ISC binaries
815111314Snyanoptions 	IBCS2
816111314Snyan
817111314Snyan# Emulate spx device for client side of SVR3 local X interface
818111314Snyanoptions 	SPX_HACK
819111314Snyan
820111314Snyan# Enable Linux ABI emulation
821111314Snyanoptions 	COMPAT_LINUX
822111314Snyan
823111314Snyan# Enable i386 a.out binary support
824111314Snyanoptions 	COMPAT_AOUT
825111314Snyan
826111314Snyan# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
827111314Snyan# and PSEUDOFS)
828111314Snyanoptions 	LINPROCFS
829111314Snyan
830111314Snyan#
831111314Snyan# SysVR4 ABI emulation
832111314Snyan#
833111314Snyan# The svr4 ABI emulator can be statically compiled into the kernel or loaded as
834111314Snyan# a KLD module.  
835111314Snyan# The STREAMS network emulation code can also be compiled statically or as a 
836111314Snyan# module.  If loaded as a module, it must be loaded before the svr4 module
837111314Snyan# (the /usr/sbin/svr4 script does this for you).  If compiling statically,
838111314Snyan# the `streams' device must be configured into any kernel which also
839111314Snyan# specifies COMPAT_SVR4.  It is possible to have a statically-configured 
840111314Snyan# STREAMS device and a dynamically loadable svr4 emulator;  the /usr/sbin/svr4
841111314Snyan# script understands that it doesn't need to load the `streams' module under
842111314Snyan# those circumstances.
843111314Snyan# Caveat:  At this time, `options KTRACE' is required for the svr4 emulator
844111314Snyan# (whether static or dynamic).  
845111314Snyan# 
846111314Snyanoptions 	COMPAT_SVR4	# build emulator statically
847111314Snyanoptions 	DEBUG_SVR4	# enable verbose debugging
848111314Snyandevice		streams		# STREAMS network driver (required for svr4).
849111314Snyan
850111314Snyan
851111314Snyan#####################################################################
852111314Snyan# VM OPTIONS
853111314Snyan
854111314Snyan# Disable the 4 MByte page PSE CPU feature.  The PSE feature allows the
855111314Snyan# kernel to use a 4 MByte pages to map the kernel instead of 4k pages.
856111314Snyan# This saves on the amount of memory needed for page tables needed to
857111314Snyan# map the kernel.  You should only disable this feature as a temporary
858111314Snyan# workaround if you are having problems with it enabled.
859111314Snyan#
860111314Snyan#options 	DISABLE_PSE
861111314Snyan
862111314Snyan# Disable the global pages PGE CPU feature.  The PGE feature allows pages
863111314Snyan# to be marked with the PG_G bit.  TLB entries for these pages are not
864111314Snyan# flushed from the cache when %cr3 is reloaded.  This can make context
865111314Snyan# switches less expensive.  You should only disable this feature as a
866111314Snyan# temporary workaround if you are having problems with it enabled.
867111314Snyan#
868111314Snyan#options 	DISABLE_PG_G
869111314Snyan
870111314Snyan# KSTACK_PAGES is the number of memory pages to assign to the kernel
871111314Snyan# stack of each thread.
872111314Snyan
873111314Snyanoptions 	KSTACK_PAGES=3
874111314Snyan
875111314Snyan#####################################################################
876111314Snyan
877111314Snyan# More undocumented options for linting.
878111314Snyan# Note that documenting these are not considered an affront.
879111314Snyan
880111314Snyanoptions 	FB_INSTALL_CDEV		# install a CDEV entry in /dev
881111314Snyan
882111314Snyan# PECOFF module (Win32 Execution Format)
883111314Snyanoptions 	PECOFF_SUPPORT
884111314Snyanoptions 	PECOFF_DEBUG
885111314Snyan
886111314Snyanoptions 	ENABLE_ALART
887111314Snyanoptions 	I4B_SMP_WORKAROUND
888111314Snyanoptions 	I586_PMC_GUPROF=0x70000
889111314Snyanoptions 	KBDIO_DEBUG=2
890111314Snyanoptions 	KBD_MAXRETRY=4
891111314Snyanoptions 	KBD_MAXWAIT=6
892111314Snyanoptions 	KBD_RESETDELAY=201
893111314Snyan
894111314Snyanoptions 	TIMER_FREQ=((14318182+6)/12)
895111314Snyan
896111314Snyanoptions 	VM_KMEM_SIZE
897111314Snyanoptions 	VM_KMEM_SIZE_MAX
898111314Snyanoptions 	VM_KMEM_SIZE_SCALE
899111314Snyan
900111500Sobrien
901111500Sobrien#####################################################################
902111500Sobrien# Devices we don't want to deal with
903111500Sobrien
904111500Sobriennodevice	atkbdc
905111500Sobriennodevice	atkbd
906111500Sobriennodevice	psm
907111500Sobriennodevice	vga
908116382Snyannodevice	bt
909116382Snyannodevice	adw
910111500Sobriennodevice	aha
911116382Snyannodevice	ahb
912116382Snyannodevice	ahd
913116382Snyannodevice	mpt
914116382Snyannodevice	trm
915111500Sobriennodevice	wds
916111500Sobriennodevice	asr
917111500Sobriennodevice	dpt
918111500Sobriennodevice	ciss
919111500Sobriennodevice	iir
920111500Sobriennodevice	mly
921111500Sobriennodevice	ida		# Compaq Smart RAID
922111500Sobriennodevice	mlx		# Mylex DAC960
923111500Sobriennodevice	amr		# AMI MegaRAID
924111500Sobriennodevice	twe		# 3ware ATA RAID
925116382Snyannodevice	cm
926116382Snyannodevice	cs
927116382Snyannodevice	ex
928116382Snyannodevice	fea
929111500Sobriennodevice	cbb
930111500Sobriennodevice	pccard
931111500Sobriennodevice	cardbus
932116382Snyannodevice	intpm
933116382Snyannodevice	alpm
934116382Snyannodevice	ichsmb
935116382Snyannodevice	viapm
936116382Snyannodevice	amdpm
937116382Snyannodevice	nfpm
938111582Sru
939111582Sru
940111582Sru#####################################################################
941111582Sru# Options we don't want to deal with
942111582Sru
943111582Srunooption	VGA_DEBUG
944111582Srunooption	VGA_WIDTH90
945111582Srunooption	VGA_SLOW_IOACCESS
946111582Srunooption	VGA_ALT_SEQACCESS
947111582Srunooption	PSM_RESETAFTERSUSPEND
948111582Srunooption	PSM_HOOKRESUME
949111582Srunooption	ATKBD_DFLT_KEYMAP
950116382Snyannooption	AHD_DEBUG
951116382Snyannooption	AHD_DEBUG_OPTS
952116382Snyannooption	AHD_REG_PRETTY_PRINT
953116382Snyannooption	ADW_ALLOW_MEMIO
954111582Srunooption	DPT_LOST_IRQ
955111582Srunooption	DPT_RESET_HBA
956111582Srunooption	DPT_TIMEOUT_FACTOR
957116382Snyannooption	AAC_DEBUG
958116382Snyannooption	ACPI_MAX_THREADS
959111582Sru
960111582Sru
961111582Sru#####################################################################
962111582Sru# Make options we don't want to deal with
963111582Sru
964111582Srunomakeoption	ATKBD_DFLT_KEYMAP
965