NOTES revision 25609
1#
2# LINT -- config file for checking all the sources, tries to pull in
3#	as much of the source tree as it can.
4#
5#	$Id: LINT,v 1.331 1997/05/06 18:24:17 fsmp Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file.  Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be
14# configured for; in this case, the 386 family based IBM-PC and
15# compatibles.
16#
17machine		"i386"
18
19# 
20# This is the ``identification'' of the kernel.  Usually this should
21# be the same as the name of your kernel.
22#
23ident		LINT
24
25#
26# The `maxusers' parameter controls the static sizing of a number of
27# internal system tables by a complicated formula defined in param.c.
28#
29maxusers	10
30
31#
32# Certain applications can grow to be larger than the 128M limit
33# that FreeBSD initially imposes.  Below are some options to
34# allow that limit to grow to 256MB, and can be increased further
35# with changing the parameters.  MAXDSIZ is the maximum that the
36# limit can be set to, and the DFLDSIZ is the default value for
37# the limit.  You might want to set the default lower than the
38# max, and explicitly set the maximum with a shell command for processes
39# that regularly exceed the limit like INND.
40#
41options		"MAXDSIZ=(256*1024*1024)"
42options		"DFLDSIZ=(256*1024*1024)"
43
44# When this is set, be extra conservative in various parts of the kernel
45# and choose functionality over speed (on the widest variety of systems).
46options		FAILSAFE
47
48# This allows you to actually store this configuration file into
49# the kernel binary itself, where it may be later read by saying:
50#    strings /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
51#
52options         INCLUDE_CONFIG_FILE     # Include this file in kernel
53
54#
55# This directive defines a number of things:
56#  - The compiled kernel is to be called `kernel'
57#  - The root filesystem might be on partition wd0a
58#  - Crash dumps will be written to wd0b, if possible.  Specifying the
59#    dump device here is not recommended.  Use dumpon(8).
60#
61config		kernel	root on wd0 dumps on wd0
62
63
64#####################################################################
65# SMP OPTIONS:
66#
67# SMP enables building of a Symmetric MultiProcessor Kernel.
68# APIC_IO enables the use of the IO APIC for Symmetric I/O.
69# NCPU sets the number of CPUs, defaults to 2.
70# NBUS sets the number of busses, defaults to 4.
71# NAPIC sets the number of IO APICs on the motherboard, defaults to 1.
72# NINTR sets the total number of INTs provided by the motherboard.
73#
74# SMP_AUTOSTART automates the startup of the additional CPUs.
75# SMP_PRIVPAGES	maintain 'per-CPU' private data, NOT implemented yet!
76#
77# SMP_TIMER_NC is for motherboards that claim 8254 connectivity to the IO APIC,
78#  when in fact it is NOT connected.
79#
80# Notes:
81#
82#  An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
83#
84#  Be sure to disable 'cpu "I386_CPU"' && 'cpu "I486_CPU"' for SMP kernels.
85#
86#  Check the 'Rogue SMP hardware' section to see if additional options
87#   are required by your hardware.
88#
89
90# Mandatory:
91options		SMP			# Symmetric MultiProcessor Kernel
92options		APIC_IO			# Symmetric (APIC) I/O
93
94# Optional, these are the defaults:
95#options		NCPU=2			# number of CPUs
96#options		NBUS=4			# number of busses
97#options		NAPIC=1			# number of IO APICs
98#options		NINTR=24		# number of INTs
99
100# Currently unusable:
101#options		SMP_AUTOSTART		# BROKEN: bug or race somewhere
102#options		SMP_PRIVPAGES		# BROKEN: architecture problem
103
104#
105# Rogue SMP hardware:
106#
107
108# Tyan Tomcat II:
109#options                SMP_TIMER_NC            # 8254 NOT connected to APIC
110
111# SuperMicro P6DNE:
112#options                SMP_TIMER_NC            # 8254 NOT connected to APIC
113
114# Bridged PCI cards:
115#
116# The MP tables of most of the current generation MP motherboards
117#  do NOT properly support bridged PCI cards.  To use one of these
118#  cards you should refer to ???
119
120
121#####################################################################
122# CPU OPTIONS
123
124#
125# You must specify at least one CPU (the one you intend to run on);
126# deleting the specification for CPUs you don't need to use may make
127# parts of the system run faster.  This is especially true removing
128# I386_CPU.
129#
130cpu		"I386_CPU"
131cpu		"I486_CPU"
132cpu		"I586_CPU"		# aka Pentium(tm)
133cpu		"I686_CPU"		# aka Pentium Pro(tm)
134
135#
136# Options for CPU features.
137#
138# CPU_BLUELIGHTNING_FPU_OP_CACHE enables FPU operand cache on IBM
139# BlueLightning CPU.  It works only with Cyrix FPU, and this option
140# should not be used with Intel FPU.
141#
142# CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 
143# CPU if CPU supports it. The default is double-clock mode on
144# BlueLightning CPU box.  
145#
146# CPU_BTB_EN enables branch target buffer on Cyrix 5x86 (NOTE 1).
147#
148# CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables
149# reorder).  This option should not be used if you use memory mapped
150# I/O device(s). 
151#
152# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
153#
154# CPU_I486_ON_386 enables CPU cache on i486 based CPU upgrade products
155# for i386 machines. 
156# CPU_IORT defines I/O clock delay time (NOTE 1).  Default vaules of
157# I/O clock delay time on Cyrix 5x86 and 6x86 are 0 and 7,respectively
158# (no clock delay).
159#
160# CPU_LOOP_EN prevents flushing the prefetch buffer if the destination
161# of a jump is already present in the prefetch buffer on Cyrix 5x86(NOTE
162# 1). 
163#
164# CPU_RSTK_EN enables return stack on Cyrix 5x86 (NOTE 1).
165#
166# CPU_SUSP_HLT enables suspend on HALT.  If this option is set, CPU
167# enters suspend mode following execution of HALT instruction.
168#
169# CYRIX_CACHE_WORKS enables CPU cache on Cyrix 486 CPUs with cache
170# flush at hold state.
171#
172# CYRIX_CACHE_REALLY_WORKS enables (1) CPU cache on Cyrix 486 CPUs
173# without cache flush at hold state, and (2) write-back CPU cache on
174# Cyrix 6x86 whose revision < 2.7 (NOTE 2).
175#
176# NOTE 1: The options, CPU_BTB_EN, CPU_LOOP_EN, CPU_IORT,
177# CPU_LOOP_ENand CPU_RSTK_EN should no be used becasue of CPU bugs.
178# These options may crash your system. 
179#
180# NOTE 2: If CYRIX_CACHE_REALLY_WORKS is not set, CPU cache is enabled
181# in write-through mode when revision < 2.7.  If revision of Cyrix
182# 6x86 >= 2.7, CPU cache is always enabled in write-back mode.
183#
184options		"CPU_BLUELIGHTNING_FPU_OP_CACHE"
185options		"CPU_BLUELIGHTNING_3X"
186options		"CPU_BTB_EN"
187options		"CPU_DISABLE_5X86_LSSER"
188options		"CPU_FASTER_5X86_FPU"
189options		"CPU_I486_ON_386"
190options		"CPU_IORT"
191options		"CPU_LOOP_EN"
192options		"CPU_RSTK_EN"
193options		"CPU_SUSP_HLT"
194options		"CYRIX_CACHE_WORKS"
195options		"CYRIX_CACHE_REALLY_WORKS"
196
197#
198# A math emulator is mandatory if you wish to run on hardware which
199# does not have a floating-point processor.  Pick either the original,
200# bogus (but freely-distributable) math emulator, or a much more
201# fully-featured but GPL-licensed emulator taken from Linux.
202#
203options		MATH_EMULATE		#Support for x87 emulation
204# Don't enable both of these in a real config.
205options		GPL_MATH_EMULATE	#Support for x87 emulation via
206					#new math emulator 
207
208
209#####################################################################
210# COMPATIBILITY OPTIONS                                             
211
212#
213# Implement system calls compatible with 4.3BSD and older versions of
214# FreeBSD.  You probably do NOT want to remove this as much current code
215# still relies on the 4.3 emulation.
216#
217options		"COMPAT_43"
218
219#
220# Allow user-mode programs to manipulate their local descriptor tables.
221# This option is required for the WINE Windows(tm) emulator, and is
222# not used by anything else (that we know of).
223#
224options		USER_LDT		#allow user-level control of i386 ldt
225
226#
227# These three options provide support for System V Interface
228# Definition-style interprocess communication, in the form of shared
229# memory, semaphores, and message queues, respectively.
230#
231options		SYSVSHM
232options		SYSVSEM
233options		SYSVMSG
234
235#
236# This option includes a MD5 routine in the kernel, this is used for
237# various authentication and privacy uses.
238#
239options		"MD5"
240
241
242#####################################################################
243# DEBUGGING OPTIONS
244
245#
246# Enable the kernel debugger.
247#
248options		DDB
249
250#
251# Don't drop into DDB for a panic. Intended for unattended operation
252# where you may want to drop to DDB from the console, but still want
253# the machine to recover from a panic
254#
255options		DDB_UNATTENDED
256
257# 
258# KTRACE enables the system-call tracing facility ktrace(2).
259#
260options		KTRACE			#kernel tracing
261
262#
263# The DIAGNOSTIC option is used in a number of source files to enable
264# extra sanity checking of internal structures.  This support is not
265# enabled by default because of the extra time it would take to check
266# for these conditions, which can only occur as a result of
267# programming errors.
268#
269options		DIAGNOSTIC
270
271#
272# PERFMON causes the driver for Pentium/Pentium Pro performance counters
273# to be compiled.  See perfmon(4) for more information.
274#
275options		PERFMON
276
277# XXX - this doesn't belong here.
278# Allow ordinary users to take the console - this is useful for X.
279options		UCONSOLE
280
281# XXX - this doesn't belong here either
282options		USERCONFIG		#boot -c editor
283options		USERCONFIG_BOOT		#imply -c and parse info area
284options		VISUAL_USERCONFIG	#visual boot -c editor
285
286#####################################################################
287# NETWORKING OPTIONS
288
289#
290# Protocol families:
291#  Only the INET (Internet) family is officially supported in FreeBSD.
292#  Source code for the NS (Xerox Network Service) is provided for amusement
293#  value.
294#
295options		INET			#Internet communications protocols
296
297options		IPX			#IPX/SPX communications protocols
298options		IPXIP			#IPX in IP encapsulation (not available)
299options		IPTUNNEL		#IP in IPX encapsulation (not available)
300options		IPXPRINTFS=0		#IPX/SPX Console Debugging Information
301options		IPX_ERRPRINTFS=0	#IPX/SPX Console Debugging Information
302
303options		NETATALK		#Appletalk communications protocols
304
305# These are currently broken but are shipped due to interest.
306#options		NS			#Xerox NS protocols
307
308# These are currently broken and are no longer shipped due to lack
309# of interest.
310#options		CCITT			#X.25 network layer
311#options		ISO
312#options		TPIP			#ISO TP class 4 over IP
313#options		TPCONS			#ISO TP class 0 over X.25
314#options		LLC			#X.25 link layer for Ethernets
315#options		HDLC			#X.25 link layer for serial lines
316#options		EON			#ISO CLNP over IP
317#options		NSIP			#XNS over IP
318
319#
320# Network interfaces:
321#  The `loop' pseudo-device is MANDATORY when networking is enabled.
322#  The `ether' pseudo-device provides generic code to handle
323#  Ethernets; it is MANDATORY when a Ethernet device driver is
324#  configured.
325#  The 'fddi' pseudo-device provides generic code to support FDDI.
326#  The `sppp' pseudo-device serves a similar role for certain types
327#  of synchronous PPP links (like `cx', `ar').
328#  The `sl' pseudo-device implements the Serial Line IP (SLIP) service.
329#  The `ppp' pseudo-device implements the Point-to-Point Protocol.
330#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
331#  aware of the legal and administrative consequences of enabling this
332#  option.  The number of devices determines the maximum number of
333#  simultaneous BPF clients programs runnable.
334#  The `disc' pseudo-device implements a minimal network interface,
335#  which throws away all packets sent and never receives any.  It is
336#  included for testing purposes.
337#  The `tun' pseudo-device implements the User Process PPP (iijppp)
338#
339pseudo-device	ether			#Generic Ethernet
340pseudo-device	fddi			#Generic FDDI
341pseudo-device	sppp			#Generic Synchronous PPP
342pseudo-device	loop			#Network loopback device
343pseudo-device	sl	2		#Serial Line IP
344pseudo-device	ppp	2		#Point-to-point protocol
345pseudo-device	bpfilter	4	#Berkeley packet filter
346pseudo-device	disc			#Discard device
347pseudo-device	tun	1		#Tunnel driver(user process ppp)
348
349#
350# Internet family options:
351#
352# TCP_COMPAT_42 causes the TCP code to emulate certain bugs present in
353# 4.2BSD.  This option should not be used unless you have a 4.2BSD
354# machine and TCP connections fail.
355#
356# MROUTING enables the kernel multicast packet forwarder, which works
357# with mrouted(8).
358#
359# IPFIREWALL enables support for IP firewall construction, in
360# conjunction with the `ipfw' program.  IPFIREWALL_VERBOSE sends
361# logged packets to the system logger.  IPFIREWALL_VERBOSE_LIMIT
362# limits the number of times a matching entry can be logged.
363#
364# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
365#
366# TCPDEBUG is undocumented.
367#
368options		"TCP_COMPAT_42"		#emulate 4.2BSD TCP bugs
369options		MROUTING		# Multicast routing
370options         IPFIREWALL              #firewall
371options         IPFIREWALL_VERBOSE      #print information about
372					# dropped packets
373options		"IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
374options		IPDIVERT		#divert sockets
375options		TCPDEBUG
376
377
378#####################################################################
379# FILESYSTEM OPTIONS
380
381#
382# Only the root, /usr, and /tmp filesystems need be statically
383# compiled; everything else will be automatically loaded at mount
384# time.  (Exception: the UFS family---FFS, MFS, and LFS---cannot
385# currently be demand-loaded.)  Some people still prefer to statically
386# compile other filesystems as well.
387#
388# NB: The LFS, PORTAL, and UNION filesystems are known to be buggy,
389# and WILL panic your system if you attempt to do anything with them.
390# They are included here as an incentive for some enterprising soul to
391# sit down and fix them.
392#
393# Note: 4.4BSD NQNFS lease checking has relatively high cost for
394# _local_ I/O as well as remote I/O. Don't use it unless you will
395# using NQNFS.
396#
397
398# One of these is mandatory:
399options		FFS			#Fast filesystem
400options		NFS			#Network File System
401
402# The rest are optional:
403options		NQNFS			#Enable NQNFS lease checking
404# options	NFS_NOSERVER		#Disable the NFS-server code.
405options		"CD9660"		#ISO 9660 filesystem
406options		FDESC			#File descriptor filesystem
407options		KERNFS			#Kernel filesystem
408options		LFS			#Log filesystem
409options		MFS			#Memory File System
410options		MSDOSFS			#MS DOS File System
411options		NULLFS			#NULL filesystem
412options		PORTAL			#Portal filesystem
413options		PROCFS			#Process filesystem
414options		UMAPFS			#UID map filesystem
415options		UNION			#Union filesystem
416# This DEVFS is experimental but seems to work
417options		DEVFS			#devices filesystem
418
419# Make space in the kernel for a MFS root filesystem.  Define to the number
420# of kilobytes to reserve for the filesystem.
421options		MFS_ROOT=10
422# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
423options		MFS_AUTOLOAD
424
425# Allow this many swap-devices.
426options		NSWAPDEV=20
427
428# Disk quotas are supported when this option is enabled.  If you
429# change the value of this option, you must do a `make clean' in your
430# kernel compile directory in order to get a working kernel.
431#
432options		QUOTA			#enable disk quotas
433
434# Add more checking code to various filesystems
435#options		NULLFS_DIAGNOSTIC
436#options		KERNFS_DIAGNOSTIC
437#options		UMAPFS_DIAGNOSTIC
438#options		UNION_DIAGNOSTIC
439
440# In particular multi-session CD-Rs might require a huge amount of
441# time in order to "settle".  If we are about mounting them as the
442# root f/s, we gotta wait a little.
443#
444# The number is supposed to be in seconds.
445options		"CD9660_ROOTDELAY=20"
446
447# Add some error checking code to the null_bypass routine
448# in the NULL filesystem
449#options		SAFETY
450
451
452#####################################################################
453# SCSI DEVICES
454
455# SCSI DEVICE CONFIGURATION
456
457# The SCSI subsystem consists of the `base' SCSI code, a number of
458# high-level SCSI device `type' drivers, and the low-level host-adapter
459# device drivers.  The host adapters are listed in the ISA and PCI
460# device configuration sections below.
461#
462# Beginning with FreeBSD 2.0.5 you can wire down your SCSI devices so
463# that a given bus, target, and LUN always come on line as the same
464# device unit.  In earlier versions the unit numbers were assigned
465# in the order that the devices were probed on the SCSI bus.  This
466# means that if you removed a disk drive, you may have had to rewrite
467# your /etc/fstab file, and also that you had to be careful when adding
468# a new disk as it may have been probed earlier and moved your device
469# configuration around.
470
471# This old behavior is maintained as the default behavior.  The unit
472# assignment begins with the first non-wired down unit for a device
473# type.  For example, if you wire a disk as "sd3" then the first
474# non-wired disk will be assigned sd4.
475
476# The syntax for wiring down devices is:
477
478# controller	scbus0 at ahc0		# Single bus device
479# controller	scbus1 at ahc1 bus 0	# Single bus device
480# controller	scbus3 at ahc2 bus 0	# Twin bus device
481# controller	scbus2 at ahc2 bus 1	# Twin bus device
482# disk 		sd0 at scbus0 target 0 unit 0
483# disk		sd1 at scbus3 target 1
484# disk		sd2 at scbus2 target 3
485# tape		st1 at scbus1 target 6
486# device	cd0 at scbus?
487
488# "units" (SCSI logical unit number) that are not specified are
489# treated as if specified as LUN 0.
490
491# All SCSI devices allocate as many units as are required.
492
493# The "unknown" device (uk? in pre-2.0.5) is now part of the base SCSI
494# configuration and doesn't have to be explicitly configured.
495
496controller	scbus0	#base SCSI code
497device		ch0	#SCSI media changers
498device		sd0	#SCSI disks
499device		st0	#SCSI tapes
500device		cd0	#SCSI CD-ROMs
501device		od0	#SCSI optical disk
502
503# The previous devices (ch, sd, st, cd) are recognized by config.
504# config doesn't (and shouldn't) know about these newer ones,
505# so we have to specify that they are on a SCSI bus with the "at scbus?"
506# clause.
507
508device worm0 at scbus?	# SCSI worm
509device pt0 at scbus?	# SCSI processor type
510device sctarg0 at scbus? # SCSI target
511
512# SCSI OPTIONS:
513
514# SCSIDEBUG: When defined enables debugging macros
515# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
516# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
517#                       of only when booting verbosely.
518options		SCSIDEBUG
519#options	NO_SCSI_SENSE
520options		SCSI_REPORT_GEOMETRY
521
522# Options for the `od' optical disk driver:
523#
524# If drive returns sense key as 0x02 with vendor specific additional
525# sense code (ASC) and additional sense code qualifier (ASCQ), or
526# illegal ASC and ASCQ. This cause an error (NOT READY) and retrying.
527# To suppress this, use the following option.
528#
529options		OD_BOGUS_NOT_READY
530#
531# For an automatic spindown, try this.  Again, preferably as an
532# option in your config file.
533# WARNING!  Use at your own risk.  Joerg's ancient SONY SMO drive
534# groks it fine, while Shunsuke's Fujitsu chokes on it and times
535# out.
536#
537options		OD_AUTO_TURNOFF
538
539
540
541#####################################################################
542# MISCELLANEOUS DEVICES AND OPTIONS
543
544#
545# Of these, only the `log' device is truly mandatory.  The `pty'
546# device usually turns out to be ``effectively mandatory'', as it is
547# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
548# among others. 
549# If you wish to run certain
550# system utilities which are compressed by default (like /stand/sysinstall)
551# then `gzip' becomes mandatory too.
552#
553pseudo-device	pty	16	#Pseudo ttys - can go as high as 256
554pseudo-device	speaker		#Play IBM BASIC-style noises out your speaker
555pseudo-device	log		#Kernel syslog interface (/dev/klog)
556pseudo-device	gzip		#Exec gzipped a.out's
557pseudo-device	vn		#Vnode driver (turns a file into a device)
558pseudo-device	snp	3	#Snoop device - to look at pty/vty/etc..
559pseudo-device	ccd	4	#Concatenated disk driver
560
561# These are only for watching for bitrot in old tty code.
562# broken
563#pseudo-device	tb
564
565# These are only for watching for bitrot in old SCSI code.
566pseudo-device	su		#scsi user
567pseudo-device	ssc		#super scsi
568
569
570#####################################################################
571# HARDWARE DEVICE CONFIGURATION
572
573# ISA and EISA devices:
574# EISA support is available for some device, so they can be auto-probed.
575# Micro Channel is not supported at all.
576
577#
578# Mandatory ISA devices: isa, sc or vt, npx
579#
580controller	isa0
581
582#
583# Options for `isa':
584#
585# AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A
586# interrupt controller.  This saves about 0.7-1.25 usec for each interrupt.
587# This option breaks suspend/resume on some portables.
588#
589# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A
590# interrupt controller.  This saves about 0.7-1.25 usec for each interrupt.
591# Automatic EOI is documented not to work for for the slave with the
592# original i8259A, but it works for some clones and some integrated
593# versions.
594#
595# BOUNCE_BUFFERS provides support for ISA DMA on machines with more
596# than 16 megabytes of memory.  It doesn't hurt on other machines.
597# Some broken EISA and VLB hardware may need this, too.
598#
599# MAXMEM specifies the amount of RAM on the machine; if this is not
600# specified, FreeBSD will read the amount of memory from the CMOS RAM,
601# so the amount of memory will be limited to 64MB or 16MB depending on
602# the BIOS.  The amount is in kilobytes, so for a machine with 128MB of
603# RAM, it would be 131072 (128 * 1024).
604#
605# TUNE_1542 enables the automatic ISA bus speed selection for the
606# Adaptec 1542 boards. Does not work for all boards, use it with caution.
607#
608# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
609# reset the CPU for reboot.  This is needed on some systems with broken
610# keyboard controllers.
611#
612# PAS_JOYSTICK_ENABLE enables the gameport on the ProAudio Spectrum
613
614options		"AUTO_EOI_1"
615#options	"AUTO_EOI_2"
616options		BOUNCE_BUFFERS
617options		"MAXMEM=(128*1024)"
618#options        "TUNE_1542"
619#options	BROKEN_KEYBOARD_RESET
620#options	PAS_JOYSTICK_ENABLE
621
622# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
623device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
624options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
625options		XSERVER			# include code for XFree86
626options		FAT_CURSOR		# start with block cursor
627# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
628options		PCVT_SCANSET=2 		# IBM keyboards are non-std
629
630# The syscons console driver (sco color console compatible) - default.
631device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
632options		MAXCONS=16		# number of virtual consoles
633options		SLOW_VGA		# do byte-wide i/o's to TS and GDC regs
634
635#
636# `flags' for sc0:
637#       0x01    Use a 'visual' bell
638#       0x02    Use a 'blink' cursor
639#       0x04    Use a 'block' cursor
640#       0x08    Force detection of keyboard, else we always assume a keyboard
641#       0x10    Old-style (XT) keyboard support, useful for older ThinkPads
642
643#
644# The Numeric Processing eXtension driver.  This should be configured if
645# your machine has a math co-processor, unless the coprocessor is very
646# buggy. If it is not configured then you *must* configure math emulation
647# (see above).  If both npx0 and emulation are configured, then only npx0
648# is used (provided it works).
649device		npx0	at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr
650
651#
652# `flags' for npx0:
653#	0x01	don't use the npx registers to optimize bcopy
654#	0x02	don't use the npx registers to optimize bzero
655#	0x04	don't use the npx registers to optimize copyin or copyout.
656# The npx registers are normally used to optimize copying and zeroing when
657# all of the following conditions are satisfied:
658#	"I586_CPU" is an option
659#	the cpu is an i586 (perhaps not a Pentium)
660#	the probe for npx0 succeeds
661#	INT 16 exception handling works.
662# Then copying and zeroing using the npx registers is normally 30-100% faster.
663# The flags can be used to control cases where it doesn't work or is slower.
664# Setting them at boot time using userconfig works right (the optimizations
665# are not used until later in the bootstrap when npx0 is attached).
666#
667
668#
669# `iosiz' for npx0:
670# This can be used instead of the MAXMEM option to set the memory size.  If
671# it is nonzero, then it overrides both the MAXMEM option and the memory
672# size reported by the BIOS.  Setting it at boot time using userconfig takes
673# effect on the next reboot after the change has been recorded in the kernel
674# binary (the size is used early in the boot before userconfig has a chance
675# to change it).
676#
677
678#
679# Optional ISA and EISA devices:
680#
681
682#
683# SCSI host adapters: `aha', `aic', `bt', `nca'
684#
685# aha: Adaptec 154x
686# ahc: Adaptec 274x/284x/294x
687# aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!)
688# bt: Most Buslogic controllers
689# nca: ProAudioSpectrum cards using the NCR 5380 or Trantor T130
690# uha: UltraStore 14F and 34F
691# sea: Seagate ST01/02 8 bit controller (slow!)
692# wds: Western Digital WD7000 controller (no scatter/gather!).
693#
694# Note that the order is important in order for Buslogic cards to be
695# probed correctly.
696#
697
698controller	bt0	at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
699controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
700controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
701
702controller      aic0    at isa? port 0x340 bio irq 11 vector aicintr
703controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr
704controller	nca1	at isa? port 0x1f84
705controller	nca2	at isa? port 0x1f8c
706controller	nca3	at isa? port 0x1e88
707controller	nca4	at isa? port 0x350 bio irq 5 vector ncaintr
708
709controller	sea0	at isa? bio irq 5 iomem 0xdc000 iosiz 0x2000 vector seaintr
710controller	wds0	at isa? port 0x350 bio irq 15 drq 6 vector wdsintr
711
712#
713# ST-506, ESDI, and IDE hard disks: `wdc' and `wd'
714#
715# NB: ``Enhanced IDE'' is NOT supported at this time.
716#
717# The flags fields are used to enable the multi-sector I/O and
718# the 32BIT I/O modes.  The flags may be used in either the controller
719# definition or in the individual disk definitions.  The controller
720# definition is supported for the boot configuration stuff.
721#
722# Each drive has a 16 bit flags value defined:
723#	The low 8 bits are the maximum value for the multi-sector I/O,
724#	where 0xff defaults to the maximum that the drive can handle.
725#	The high bit of the 16 bit flags (0x8000) allows probing for
726#	32 bit transfers.
727#
728# The flags field for the drives can be specified in the controller
729# specification with the low 16 bits for drive 0, and the high 16 bits
730# for drive 1.
731# e.g.:
732#controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0x00ff8004 vector wdintr
733#
734# specifies that drive 0 will be allowed to probe for 32 bit transfers and
735# a maximum multi-sector transfer of 4 sectors, and drive 1 will not be
736# allowed to probe for 32 bit transfers, but will allow multi-sector
737# transfers up to the maximum that the drive supports.
738#
739
740#
741controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
742disk		wd0	at wdc0 drive 0
743disk		wd1	at wdc0 drive 1
744controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
745disk		wd2	at wdc1 drive 0
746disk		wd3	at wdc1 drive 1
747
748#
749# Options for `wdc':
750#
751# CMD640 enables serializing access to primary and secondary channel
752# of the CMD640B IDE Chip. The serializing will only take place
753# if this option is set *and* the chip is probed by the pci-system.
754#
755options         "CMD640"	#Enable work around for CMD640 h/w bug
756#
757# ATAPI enables the support for ATAPI-compatible IDE devices
758#
759options         ATAPI   #Enable ATAPI support for IDE bus
760options		ATAPI_STATIC	#Don't do it as an LKM
761
762# IDE CD-ROM driver - requires wdc controller and ATAPI option
763device          wcd0
764
765#
766# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
767#
768controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
769#
770# Activate this line instead of the fdc0 line above if you happen to
771# have an Insight floppy tape.  Probing them proved to be dangerous
772# for people with floppy disks only, so it's "hidden" behind a flag:
773#controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr
774
775disk		fd0	at fdc0 drive 0
776disk		fd1	at fdc0 drive 1
777tape		ft0	at fdc0 drive 2
778
779
780#
781# Options for `fd':
782#
783# FDSEEKWAIT selects a non-default head-settle time (i.e., the time to
784# wait after a seek is performed).  The default value (1/32 s) is
785# usually sufficient.  The units are inverse seconds, so a value of 16
786# here means to wait 1/16th of a second; you should choose a power of
787# two.
788# XXX: this seems to be missing!
789options	FDSEEKWAIT=16
790
791#
792# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
793#
794# lpt: printer port
795#	lpt specials:
796#		port can be specified as ?, this will cause the driver to scan
797#		the BIOS port list;
798#		the irq and vector clauses may be omitted, this
799#		will force the port into polling mode.
800# mse: Logitech and ATI InPort bus mouse ports
801# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
802# sio: serial ports (see sio(4))
803
804device		lpt0	at isa? port? tty irq 7 vector lptintr
805device		lpt1	at isa? port "IO_LPT3" tty irq 5 vector lptintr
806device		mse0	at isa? port 0x23c tty irq 5 vector mseintr
807device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
808# Options for psm:
809options		PSM_CHECKSYNC		#checks the header byte for sync.
810
811device		sio0	at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
812
813#
814# `flags' for serial drivers that support consoles (only for sio now):
815#	0x10	enable console support for this unit.  The other console flags
816#		are ignored unless this is set.  Enabling console support does
817#		not make the unit the preferred console - boot with -h or set
818#		the 0x20 flag for that.  Currently, at most one unit can have
819#		console support; the first one (in config file order) with
820#		this flag set is preferred.  Setting this flag for sio0 gives
821#		the old behaviour.
822#	0x20	force this unit to be the console (unless there is another
823#		higher priority console).  This replaces the COMCONSOLE option.
824#	0x40	reserve this unit for low level console operations.  Do not
825#
826
827# Options for serial drivers that support consoles (only for sio now):
828options		BREAK_TO_DEBUGGER	#a BREAK on a comconsole goes to 
829					#DDB, if available.
830options		CONSPEED=115200		#speed for serial console (default 9600)
831
832# Options for sio:
833options		COM_ESP			#code for Hayes ESP
834options		COM_MULTIPORT		#code for some cards with shared IRQs
835options		DSI_SOFT_MODEM		#code for DSI Softmodems
836
837#
838# Network interfaces: `cx', `ed', `el', `ep', `ie', `is', `le', `lnc'
839#
840# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver (requires sppp)
841# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing)
842# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
843# el: 3Com 3C501 (slow!)
844# ep: 3Com 3C509 (buggy)
845# fe: Fujitsu MB86960A/MB86965A Ethernet
846# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210
847# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
848#     DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
849# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
850# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
851# ze: IBM/National Semiconductor PCMCIA ethernet controller.
852# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
853#     send/receive operation, but it needs 'iomem' to read/write the
854#     attribute memory)
855#
856
857device ar0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector arintr
858device cx0 at isa? port 0x240 net irq 15 drq 7 vector cxintr
859device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
860device eg0 at isa? port 0x310 net irq 5 vector egintr
861device el0 at isa? port 0x300 net irq 9 vector elintr
862device ep0 at isa? port 0x300 net irq 10 vector epintr
863device ex0 at isa? port? net irq? vector exintr
864device fe0 at isa? port 0x300 net irq ? vector feintr
865device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector ieintr
866device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
867device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
868device lnc0 at isa? port 0x300 net irq 10 drq 0 vector lncintr
869device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector srintr
870# Needed so that we can (bogusly) include both the dedicated PCCARD
871# drivers and the generic support
872options	LINT_PCCARD_HACK
873device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
874device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr
875
876#
877# ATM related options
878#
879# The `en' device provides support for Efficient Networks (ENI)
880# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
881#
882# atm pseudo-device privides generic atm functions and is required for
883# atm devices.
884# NETNATM enables the netnatm protocol family that can be used to
885# bypass TCP/IP.
886#
887# the current driver supports only PVC operations (no atm-arp, no multicast).
888# for more details, please read the original documents at 
889# http://www.ccrc.wustl.edu/pub/chuck/bsdatm/wucs.html
890#
891pseudo-device	atm
892device en0
893device en1
894options		NETNATM			#native ATM
895
896#
897# Audio drivers: `snd', `sb', `pas', `gus', `pca'
898#
899# snd: Voxware sound support code
900# sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum
901# sbxvi: SoundBlaster 16
902# sbmidi: SoundBlaster 16 MIDI interface
903# pas: ProAudioSpectrum PCM and MIDI
904# gus: Gravis Ultrasound - Ultrasound, Ultrasound 16, Ultrasound MAX
905# gusxvi: Gravis Ultrasound 16-bit PCM	(do not use)
906# mss: Microsoft Sound System
907# opl: Yamaha OPL-2 and OPL-3 FM - SB, SB Pro, SB 16, ProAudioSpectrum
908# uart: stand-alone 6850 UART for MIDI
909# mpu: Roland MPU-401 stand-alone card
910# 
911# Beware!  The addresses specified below are also hard-coded in
912# i386/isa/sound/sound_config.h.  If you change the values here, you
913# must also change the values in the include file.
914#
915# pca: PCM audio through your PC speaker
916#
917# If you don't have a lpt0 device at IRQ 7, you can remove the
918# ``conflicts'' specification in the appropriate device entries below.
919#
920# If you have a GUS-MAX card and want to use the CS4231 codec on the
921# card the drqs for the gus max must be 8 bit (1, 2, or 3).
922# 
923# If you would like to use the full duplex option on the gus, then define
924# flags to be the ``read dma channel''.
925#
926# options BROKEN_BUS_CLOCK	#PAS-16 isn't working and OPTI chipset
927# options SYMPHONY_PAS		#PAS-16 isn't working and SYMPHONY chipset
928# options EXCLUDE_SBPRO		#PAS-16
929# options SBC_IRQ=5		#PAS-16. Must match irq on sb0 line.
930# PAS16: The order of the pas0/sb0/opl0 is important since the
931#	sb emulation is enabled in the pas-16 attach.
932#
933# The i386/isa/sound/sound.doc has more information.
934
935# Controls all sound devices
936controller	snd0
937device pas0     at isa? port 0x388 irq 10 drq 6 vector pasintr
938device sb0      at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr
939device sbxvi0   at isa? port? irq? drq 5 conflicts
940device sbmidi0  at isa? port 0x330 irq? conflicts
941#device awe0     at isa? port 0x620 
942device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr
943#device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3 vector gusintr
944device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr
945device opl0     at isa? port 0x388 conflicts
946device mpu0     at isa? port 0x330 irq 6 drq 0
947device uart0 at isa? port 0x330 irq 5 vector "m6850intr"
948
949# More undocumented sound devices with bogus configurations for linting.
950# broken
951#device sscape0  at isa? port 0x330 irq 6 drq 0
952#device trix0    at isa? port 0x330 irq 6 drq 0 vector sscapeintr
953
954# Not controlled by `snd'
955device pca0 at isa? port IO_TIMER1 tty
956
957#
958# Miscellaneous hardware:
959#
960# mcd: Mitsumi CD-ROM
961# scd: Sony CD-ROM
962# matcd: Matsushita/Panasonic CD-ROM
963# wt: Wangtek and Archive QIC-02/QIC-36 tape drives
964# ctx: Cortex-I frame grabber
965# apm: Laptop Advanced Power Management (experimental)
966# spigot: The Creative Labs Video Spigot video-acquisition board
967# meteor: Matrox Meteor video capture board
968# cy: Cyclades serial driver
969# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
970# gp:  National Instruments AT-GPIB and AT-GPIB/TNT board
971# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
972# gsc: Genius GS-4500 hand scanner.
973# joy: joystick
974# labpc: National Instrument's Lab-PC and Lab-PC+
975# rc: RISCom/8 multiport card
976# tw: TW-523 power line interface for use with X-10 home control products
977# si: Specialix SI/XIO 4-32 port terminal multiplexor
978# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
979# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
980
981#
982# Notes on APM
983#  The flags takes the following meaning for apm0:
984#    0x0020  Statclock is broken.
985#    0x0011  Limit APM protocol to 1.1 or 1.0
986#    0x0010  Limit APM protocol to 1.0
987#
988#
989# Notes on the spigot:
990#  The video spigot is at 0xad6.  This port address can not be changed.
991#  The irq values may only be 10, 11, or 15
992#  I/O memory is an 8kb region.  Possible values are:
993#    0a0000, 0a2000, ..., 0fffff, f00000, f02000, ..., ffffff
994#    The start address must be on an even boundary.
995#  Add the following option if you want to allow non-root users to be able
996#  to access the spigot.  This option is not secure because it allows users
997#  direct access to the I/O page. 
998#  	options SPIGOT_UNSECURE
999#
1000
1001# Notes on the Digiboard driver:
1002#
1003# The following flag values have special meanings:
1004#	0x01 - alternate layout of pins
1005#	0x02 - use the windowed PC/Xe in 64K mode
1006
1007# Notes on the Specialix SI/XIO driver:
1008#  **This is NOT a Specialix supported Driver!**
1009#  The host card is memory, not IO mapped.
1010#  The Rev 1 host cards use a 64K chunk, on a 32K boundary.
1011#  The Rev 2 host cards use a 32K chunk, on a 32K boundary.
1012#  The cards can use an IRQ of 11, 12 or 15.
1013
1014# Notes on the Stallion stl and stli drivers:
1015#  See src/i386/isa/README.stl for complete instructions.
1016#  This is version 0.0.5alpha, unsupported by Stallion.
1017#  The stl driver has a secondary IO port hard coded at 0x280.  You need
1018#     to change src/i386/isa/stallion.c if you reconfigure this on the boards.
1019#  The "flags" and "iosiz" settings on the stli driver depend on the board:
1020#	EasyConnection 8/64 ISA:     flags 23         iosiz 0x1000
1021#	EasyConnection 8/64 EISA:    flags 24         iosiz 0x10000
1022#	EasyConnection 8/64 MCA:     flags 25         iosiz 0x1000
1023#	ONboard ISA:                 flags 4          iosiz 0x10000
1024#	ONboard EISA:                flags 7          iosiz 0x10000
1025#	ONboard MCA:                 flags 3          iosiz 0x10000
1026#	Brumby:                      flags 2          iosiz 0x4000
1027#	Stallion:                    flags 1          iosiz 0x10000
1028
1029device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr
1030# for the Sony CDU31/33A CDROM
1031device		scd0	at isa? port 0x230 bio
1032# for the SoundBlaster 16 multicd - up to 4 devices
1033controller      matcd0  at isa? port 0x230 bio
1034device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
1035device		ctx0	at isa? port 0x230 iomem 0xd0000
1036device		spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
1037device		qcam0	at isa? port "IO_LPT3" tty
1038device		apm0	at isa? 
1039device		gp0	at isa? port 0x2c0 tty
1040device		gsc0	at isa? port "IO_GSC1" tty drq 3
1041device		joy0	at isa? port "IO_GAME"
1042device		cy0	at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
1043device		dgb0	at isa? port 0x220 iomem 0xfc0000 iosiz ? tty
1044device		labpc0	at isa? port 0x260 tty irq 5 vector labpcintr
1045device          rc0     at isa? port 0x220 tty irq 12 vector rcintr
1046# the port and irq for tw0 are fictitious
1047device          tw0     at isa? port 0x380 tty irq 11 vector twintr
1048device		si0	at isa? iomem 0xd0000 tty irq 12 vector siintr
1049device		asc0	at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr
1050device		bqu0	at isa? port 0x150
1051device		stl0	at isa? port 0x2a0 tty irq 10 vector stlintr
1052device		stli0	at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000
1053
1054#
1055# EISA devices:
1056#
1057# The EISA bus device is eisa0.  It provides auto-detection and
1058# configuration support for all devices on the EISA bus.
1059#
1060# The `ahb' device provides support for the Adaptec 174X adapter.
1061#
1062# The `ahc' device provides support for the Adaptec 274X and 284X
1063# adapters.  The 284X, although a VLB card responds to EISA probes.
1064#
1065# fea: DEC DEFEA EISA FDDI adapter
1066#
1067controller	eisa0
1068controller	ahb0
1069controller	ahc0
1070device		fea0
1071
1072# enable tagged command queuing, which is a major performance win on
1073# devices that support it (and controllers with enough SCB's)
1074options	AHC_TAGENABLE
1075
1076# enable SCB paging - See the ahc.4 man page
1077options	AHC_SCBPAGING_ENABLE
1078
1079# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
1080# controllers that have it configured only if this option is set. Unfortunately,
1081# this doesn't work on some motherboards, which prevents it from being the
1082# default.
1083options AHC_ALLOW_MEMIO
1084
1085# By default, only 10 EISA slots are probed, since the slot numbers
1086# above clash with the configuration address space of the PCI subsystem,
1087# and the EISA probe is not very smart about this.  This is sufficient
1088# for most machines, but in particular the HP NetServer LC series comes
1089# with an onboard AIC7770 dual-channel SCSI controller on EISA slot #11,
1090# thus you need to bump this figure to 12 for them.
1091options	"EISA_SLOTS=12"
1092
1093#
1094# PCI devices:
1095#
1096# The main PCI bus device is `pci'.  It provides auto-detection and
1097# configuration support for all devices on the PCI bus, using either
1098# configuration mode defined in the PCI specification.
1099#
1100# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
1101# and motherboard based AIC7870/AIC7880 adapters.
1102#
1103# The `ncr' device provides support for the NCR 53C810 and 53C825
1104# self-contained SCSI host adapters.
1105#
1106# The `amd' device provides support for the Tekram DC-390 and 390T
1107# SCSI host adapters, but is expected to work with any AMD 53c974
1108# PCI SCSI chip and the AMD Ethernet+SCSI Combo chip, after some
1109# local patches were applied to the sources (that had originally
1110# been written by Tekram and limited to work with their SCSI cards).
1111#
1112# The `de' device provides support for the Digital Equipment DC21040
1113# self-contained Ethernet adapter.
1114#
1115# The `fxp' device provides support for the Intel EtherExpress Pro/100B
1116# PCI Fast Ethernet adapters.
1117#
1118# The `vx' device provides support for the 3Com 3C590 and 3C595
1119# early support
1120#
1121# The `fpa' device provides support for the Digital DEFPA PCI FDDI
1122# adapter. pseudo-device fddi is also needed.
1123#
1124# The `meteor' device is a PCI video capture board. It can also have the
1125# following options:
1126#   options METEOR_ALLOC_PAGES=xxx	preallocate kernel pages for data entry
1127#	figure (ROWS*COLUMN*BYTES_PER_PIXEL*FRAME+PAGE_SIZE-1)/PAGE_SIZE
1128#   options METEOR_DEALLOC_PAGES	remove all allocated pages on close(2)
1129#   options METEOR_DEALLOC_ABOVE=xxx	remove all allocated pages above the
1130#	specified amount. If this value is below the allocated amount no action
1131#	taken
1132#   option METEOR_SYSTEM_DEFAULT={METEOR_PAL|METEOR_NTSC|METEOR_SECAM}, used
1133#	for initialization of fps routine when a signal is not present.
1134#
1135controller	pci0
1136controller	ahc1
1137controller	ncr0
1138controller	amd0
1139device		de0
1140device		fxp0
1141device		vx0
1142device		fpa0
1143device		meteor0
1144
1145
1146#
1147# PCCARD/PCMCIA
1148#
1149# crd: slot controller
1150# pcic: slots
1151controller	crd0
1152controller	pcic0 at crd?
1153controller	pcic1 at crd?
1154
1155#
1156# Laptop/Notebook options:
1157#
1158# See also:
1159#  apm under `Miscellaneous hardware'
1160# above.
1161
1162# For older notebooks that signal a powerfail condition (external
1163# power supply dropped, or battery state low) by issuing an NMI:
1164
1165options		POWERFAIL_NMI	# make it beep instead of panicing
1166
1167#
1168# An obsolete option to test kern_opt.c.
1169#
1170options		GATEWAY
1171
1172# More undocumented options for linting.
1173
1174options		CLK_CALIBRATION_LOOP
1175options		"CLK_USE_I8254_CALIBRATION"
1176options		"CLK_USE_I586_CALIBRATION"
1177options		CLUSTERDEBUG
1178options		COMPAT_LINUX
1179options		DEBUG
1180options		DEVFS_ROOT
1181options		"EXT2FS"
1182options		"I586_CTR_GUPROF"
1183options		"I586_PMC_GUPROF=0x70000"
1184options		"IBCS2"
1185options		LOCKF_DEBUG
1186options		KBD_MAXRETRY=4
1187options		KBD_MAXWAIT=6
1188options		KBD_RESETDELAY=201
1189options		KBDIO_DEBUG=2
1190options		MSGMNB=2049
1191options		MSGMNI=41
1192options		MSGSEG=2049
1193options		MSGSSZ=16
1194options		MSGTQL=41
1195options		NBUF=512
1196options		NMBCLUSTERS=1024
1197options		NPX_DEBUG
1198options		PSM_ACCEL=1
1199options		PSM_DEBUG=1
1200options		PSM_EMULATION
1201options		"SCSI_2_DEF"
1202options		SCSI_DELAY=8	# Be pessimistic about Joe SCSI device
1203options		SCSI_NCR_DEBUG
1204options		SCSI_NCR_DFLT_TAGS=4
1205options		SCSI_NCR_MAX_SYNC=10000
1206options		SCSI_NCR_MAX_WIDE=1
1207options		SCSI_NCR_MYADDR=7
1208options		SEMMAP=31
1209options		SEMMNI=11
1210options		SEMMNS=61
1211options		SEMMNU=31
1212options		SEMMSL=61
1213options		SEMOPM=101
1214options		SEMUME=11
1215options		SHOW_BUSYBUFS	# List buffers that prevent root unmount
1216options		SHMALL=1025
1217options		"SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)"
1218options		SHMMAXPGS=1025
1219options		SHMMIN=2
1220options		SHMMNI=33
1221options		SHMSEG=9
1222options		SI_DEBUG
1223options		SIMPLELOCK_DEBUG
1224options		SPX_HACK
1225