GENERIC revision 77414
1221167Sgnn#
2221167Sgnn# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3221167Sgnn#
4221167Sgnn# For more information on this file, please read the handbook section on
5221167Sgnn# Kernel Configuration Files:
6221167Sgnn#
7221167Sgnn#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
8221167Sgnn#
9221167Sgnn# The handbook is also available locally in /usr/share/doc/handbook
10221167Sgnn# if you've installed the doc distribution, otherwise always see the
11221167Sgnn# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12221167Sgnn# latest information.
13221167Sgnn#
14221167Sgnn# An exhaustive list of options and more detailed explanations of the
15221167Sgnn# device lines is also present in the NOTES configuration file. If you are
16221167Sgnn# in doubt as to the purpose or necessity of a line, check first in NOTES.
17221167Sgnn#
18221167Sgnn# $FreeBSD: head/sys/amd64/conf/GENERIC 77414 2001-05-29 18:49:06Z phk $
19221167Sgnn
20221167Sgnnmachine		i386
21221167Sgnncpu		I486_CPU
22221167Sgnncpu		I586_CPU
23221167Sgnncpu		I686_CPU
24221167Sgnnident		GENERIC
25221167Sgnnmaxusers	32
26221167Sgnn
27221167Sgnn#To statically compile in device wiring instead of /boot/device.hints
28221167Sgnn#hints		"GENERIC.hints"		#Default places to look for devices.
29221167Sgnn
30221167Sgnnmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
31221167Sgnn
32221167Sgnnoptions 	MATH_EMULATE		#Support for x87 emulation
33221167Sgnnoptions 	INET			#InterNETworking
34221167Sgnnoptions 	INET6			#IPv6 communications protocols
35221167Sgnnoptions 	FFS			#Berkeley Fast Filesystem
36221167Sgnnoptions 	SOFTUPDATES		#Enable FFS soft updates support
37221167Sgnnoptions 	MD_ROOT			#MD is a potential root device
38221167Sgnnoptions 	NFS			#Network Filesystem
39221167Sgnnoptions 	NFS_ROOT		#NFS usable as root device, NFS required
40221167Sgnnoptions 	MSDOSFS			#MSDOS Filesystem
41221167Sgnnoptions 	CD9660			#ISO 9660 Filesystem
42221167Sgnnoptions 	PROCFS			#Process filesystem
43221167Sgnnoptions 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
44221167Sgnnoptions 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
45221167Sgnnoptions 	UCONSOLE		#Allow users to grab the console
46221167Sgnnoptions 	USERCONFIG		#boot -c editor
47221167Sgnnoptions 	VISUAL_USERCONFIG	#visual boot -c editor
48221167Sgnnoptions 	KTRACE			#ktrace(1) support
49221167Sgnnoptions 	SYSVSHM			#SYSV-style shared memory
50221167Sgnnoptions 	SYSVMSG			#SYSV-style message queues
51221167Sgnnoptions 	SYSVSEM			#SYSV-style semaphores
52221167Sgnnoptions 	P1003_1B		#Posix P1003_1B real-time extensions
53221167Sgnnoptions 	_KPOSIX_PRIORITY_SCHEDULING
54221167Sgnnoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
55221167Sgnn
56221167Sgnn# Debugging for use in -current
57221167Sgnnoptions 	DDB
58221167Sgnnoptions 	INVARIANTS
59221167Sgnnoptions 	INVARIANT_SUPPORT
60221167Sgnnoptions 	WITNESS
61221167Sgnn
62221167Sgnn# To make an SMP kernel, the next two are needed
63221167Sgnn#options 	SMP			# Symmetric MultiProcessor Kernel
64221167Sgnn#options 	APIC_IO			# Symmetric (APIC) I/O
65221167Sgnn
66221167Sgnndevice		isa
67221167Sgnndevice		eisa
68221167Sgnndevice		pci
69221167Sgnn
70221167Sgnn# Floppy drives
71221167Sgnndevice		fdc
72221167Sgnn
73221167Sgnn# ATA and ATAPI devices
74221167Sgnndevice		ata
75221167Sgnndevice		atadisk			# ATA disk drives
76221167Sgnndevice		atapicd			# ATAPI CDROM drives
77221167Sgnndevice		atapifd			# ATAPI floppy drives
78221167Sgnndevice		atapist			# ATAPI tape drives
79221167Sgnnoptions 	ATA_STATIC_ID		#Static device numbering
80221167Sgnn
81221167Sgnn# SCSI Controllers
82221167Sgnndevice		ahb		# EISA AHA1742 family
83221167Sgnndevice		ahc		# AHA2940 and onboard AIC7xxx devices
84221167Sgnndevice		amd		# AMD 53C974 (Tekram DC-390(T))
85221167Sgnndevice		isp		# Qlogic family
86221167Sgnn#device		ncr		# NCR/Symbios Logic
87221167Sgnndevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
88221167Sgnn
89221167Sgnndevice		adv		# Advansys SCSI adapters
90221167Sgnndevice		adw		# Advansys wide SCSI adapters
91221167Sgnndevice		aha		# Adaptec 154x SCSI adapters
92221167Sgnndevice		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
93221167Sgnndevice		bt		# Buslogic/Mylex MultiMaster SCSI adapters
94221167Sgnn
95221167Sgnndevice		ncv		# NCR 53C500
96221167Sgnndevice		nsp		# Workbit Ninja SCSI-3
97221167Sgnndevice		stg		# TMC 18C30/18C50
98221167Sgnn
99221167Sgnn# RAID controllers interfaced to the SCSI subsystem
100221167Sgnndevice		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
101221167Sgnndevice		dpt		# DPT Smartcache III, IV - See NOTES for options!
102221167Sgnndevice		mly		# Mylex AcceleRAID/eXtremeRAID
103221167Sgnn
104221167Sgnn# SCSI peripherals
105221167Sgnndevice		scbus		# SCSI bus (required)
106221167Sgnndevice		da		# Direct Access (disks)
107221167Sgnndevice		sa		# Sequential Access (tape etc)
108221167Sgnndevice		cd		# CD
109221167Sgnndevice		pass		# Passthrough device (direct SCSI access)
110221167Sgnn
111221167Sgnn# RAID controllers
112221167Sgnndevice		aac		# Adaptec FSA RAID
113221167Sgnndevice		amr		# AMI MegaRAID
114221167Sgnndevice		ida		# Compaq Smart RAID
115221167Sgnndevice		mlx		# Mylex DAC960 family
116221167Sgnndevice		twe		# 3ware ATA RAID
117221167Sgnn
118221167Sgnn# atkbdc0 controls both the keyboard and the PS/2 mouse
119221167Sgnndevice		atkbdc	1	# At keyboard controller
120221167Sgnndevice		atkbd		# at keyboard
121221167Sgnndevice		psm		# psm mouse
122221167Sgnn
123221167Sgnndevice		vga		# VGA screen
124221167Sgnn
125221167Sgnn# splash screen/screen saver
126221167Sgnndevice		splash
127221167Sgnn
128221167Sgnn# syscons is the default console driver, resembling an SCO console
129221167Sgnndevice		sc	1
130221167Sgnn
131221167Sgnn# Enable this for the pcvt (VT220 compatible) console driver
132221167Sgnn#device		vt
133221167Sgnn#options 	XSERVER			# support for X server on a vt console
134221167Sgnn#options 	FAT_CURSOR		# start with block cursor
135221167Sgnn# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
136221167Sgnn#options 	PCVT_SCANSET=2		# IBM keyboards are non-std
137221167Sgnn
138221167Sgnn# Floating point support - do not disable.
139221167Sgnndevice		npx
140221167Sgnn
141221167Sgnn# Power management support (see NOTES for more options)
142221167Sgnndevice		apm
143221167Sgnn# Add suspend/resume support for the i8254.
144221167Sgnndevice		pmtimer
145221167Sgnn
146221167Sgnn# PCCARD (PCMCIA) support
147221167Sgnndevice		card		# pccard bus
148221167Sgnndevice		pcic		# PCMCIA bridge
149221167Sgnn
150221167Sgnn# Serial (COM) ports
151221167Sgnndevice		sio		# 8250, 16[45]50 based serial ports
152221167Sgnn
153221167Sgnn# Parallel port
154221167Sgnndevice		ppc
155221167Sgnndevice		ppbus		# Parallel port bus (required)
156221167Sgnndevice		lpt		# Printer
157221167Sgnndevice		plip		# TCP/IP over parallel
158221167Sgnndevice		ppi		# Parallel port interface device
159221167Sgnn#device		vpo		# Requires scbus and da
160221167Sgnn
161221167Sgnn
162221167Sgnn# PCI Ethernet NICs.
163221167Sgnndevice		de		# DEC/Intel DC21x4x (``Tulip'')
164221167Sgnndevice		vx		# 3Com 3c590, 3c595 (``Vortex'')
165221167Sgnndevice		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
166221167Sgnn
167221167Sgnn# PCI Ethernet NICs that use the common MII bus controller code.
168221167Sgnn# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
169221167Sgnndevice		miibus		# MII bus support
170221167Sgnndevice		dc		# DEC/Intel 21143 and various workalikes
171221167Sgnndevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
172221167Sgnndevice		pcn		# AMD Am79C79x PCI 10/100 NICs
173221167Sgnndevice		rl		# RealTek 8129/8139
174221167Sgnndevice		sf		# Adaptec AIC-6915 (``Starfire'')
175221167Sgnndevice		sis		# Silicon Integrated Systems SiS 900/SiS 7016
176221167Sgnndevice		ste		# Sundance ST201 (D-Link DFE-550TX)
177221167Sgnndevice		tl		# Texas Instruments ThunderLAN
178221167Sgnndevice		tx		# SMC EtherPower II (83c170 ``EPIC'')
179221167Sgnndevice		vr		# VIA Rhine, Rhine II
180221167Sgnndevice		wb		# Winbond W89C840F
181221167Sgnndevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
182221167Sgnn
183221167Sgnn# ISA Ethernet NICs.  pccard nics included.
184221167Sgnndevice		cs		# Crystal Semiconductor CS89x0 NIC
185221167Sgnn# 'device ed' requires 'device miibus'
186221167Sgnndevice		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
187221167Sgnndevice		ex		# Intel EtherExpress Pro/10 and Pro/10+
188221167Sgnndevice		ep		# Etherlink III based cards
189221167Sgnndevice		fe		# Fujitsu MB8696x based cards
190221167Sgnndevice		sn		# SMC's 9000 series of ethernet chips
191221167Sgnndevice		xe		# Xircom pccard ethernet
192221167Sgnn
193221167Sgnn# The probe order of these is presently determined by i386/isa/isa_compat.c.
194221167Sgnn#device		ie
195221167Sgnn#device		le
196221167Sgnndevice		lnc
197221167Sgnn
198221167Sgnn# Wireless NIC cards
199221167Sgnndevice		an		# Aironet 4500/4800 802.11 wireless NICs. 
200221167Sgnndevice		awi		# BayStack 660 and others
201221167Sgnndevice		wi		# WaveLAN/IEEE 802.11 wireless NICs. 
202221167Sgnn#device		wl		# Older non 802.11 Wavelan wireless NIC.
203221167Sgnn
204221167Sgnn# Pseudo devices - the number indicates how many units to allocate.
205221167Sgnndevice		random		# Entropy device
206221167Sgnndevice		loop		# Network loopback
207221167Sgnndevice		ether		# Ethernet support
208221167Sgnndevice		sl		# Kernel SLIP
209221167Sgnndevice		ppp	1	# Kernel PPP
210221167Sgnndevice		tun		# Packet tunnel.
211221167Sgnndevice		pty		# Pseudo-ttys (telnet etc)
212221167Sgnndevice		md		# Memory "disks"
213221167Sgnndevice		gif	4	# IPv6 and IPv4 tunneling
214221167Sgnndevice		faith	1	# IPv6-to-IPv4 relaying (translation)
215221167Sgnn
216221167Sgnn# The `bpf' device enables the Berkeley Packet Filter.
217221167Sgnn# Be aware of the administrative consequences of enabling this!
218221167Sgnndevice		bpf		# Berkeley packet filter
219221167Sgnn
220221167Sgnn# USB support
221221167Sgnndevice		uhci		# UHCI PCI->USB interface
222221167Sgnndevice		ohci		# OHCI PCI->USB interface
223221167Sgnndevice		usb		# USB Bus (required)
224221167Sgnn#device		udbp		# USB Double Bulk Pipe devices
225221167Sgnndevice		ugen		# Generic
226221167Sgnndevice		uhid		# "Human Interface Devices"
227221167Sgnndevice		ukbd		# Keyboard
228221167Sgnndevice		ulpt		# Printer
229221167Sgnndevice		umass		# Disks/Mass storage - Requires scbus and da
230221167Sgnndevice		ums		# Mouse
231221167Sgnndevice		urio		# Diamond Rio 500 MP3 player
232221167Sgnndevice		uscanner	# Scanners
233221167Sgnn# USB Ethernet, requires mii
234221167Sgnndevice		aue		# ADMtek USB ethernet
235221167Sgnndevice		cue		# CATC USB ethernet
236221167Sgnndevice		kue		# Kawasaki LSI USB ethernet
237221167Sgnn