GENERIC revision 68697
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/amd64/conf/GENERIC 68697 2000-11-14 01:13:57Z jkh $
19
20machine		i386
21cpu		I386_CPU
22cpu		I486_CPU
23cpu		I586_CPU
24cpu		I686_CPU
25ident		GENERIC
26maxusers	32
27
28#To statically compile in device wiring instead of /boot/device.hints
29#hints		"GENERIC.hints"		#Default places to look for devices.
30
31#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
32
33options 	MATH_EMULATE		#Support for x87 emulation
34options 	INET			#InterNETworking
35options 	INET6			#IPv6 communications protocols
36options 	FFS			#Berkeley Fast Filesystem
37options 	FFS_ROOT		#FFS usable as root device [keep this!]
38options 	SOFTUPDATES		#Enable FFS soft updates support
39options 	MFS			#Memory Filesystem
40options 	MD_ROOT			#MD is a potential root device
41options 	NFS			#Network Filesystem
42options 	NFS_ROOT		#NFS usable as root device, NFS required
43options 	MSDOSFS			#MSDOS Filesystem
44options 	CD9660			#ISO 9660 Filesystem
45options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
46#options 	DEVFS			#Device Filesystem
47options 	PROCFS			#Process filesystem
48options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
49options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
50options 	UCONSOLE		#Allow users to grab the console
51options 	USERCONFIG		#boot -c editor
52options 	VISUAL_USERCONFIG	#visual boot -c editor
53options 	KTRACE			#ktrace(1) support
54options 	SYSVSHM			#SYSV-style shared memory
55options 	SYSVMSG			#SYSV-style message queues
56options 	SYSVSEM			#SYSV-style semaphores
57options 	P1003_1B		#Posix P1003_1B real-time extensions
58options 	_KPOSIX_PRIORITY_SCHEDULING
59options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
60
61# To make an SMP kernel, the next two are needed
62#options 	SMP			# Symmetric MultiProcessor Kernel
63#options 	APIC_IO			# Symmetric (APIC) I/O
64
65device		isa
66device		eisa
67device		pci
68options 	COMPAT_OLDISA		# compatability shims for lnc, le
69options 	COMPAT_OLDPCI		# compatability shims for lnc
70
71# Floppy drives
72device		fdc
73
74# ATA and ATAPI devices
75device		ata
76device		atadisk			# ATA disk drives
77device		atapicd			# ATAPI CDROM drives
78device		atapifd			# ATAPI floppy drives
79device		atapist			# ATAPI tape drives
80options 	ATA_STATIC_ID		#Static device numbering
81#options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices
82
83# SCSI Controllers
84device		ahb		# EISA AHA1742 family
85device		ahc		# AHA2940 and onboard AIC7xxx devices
86device		amd		# AMD 53C974 (Teckram DC-390(T))
87device		isp		# Qlogic family
88#device		ncr		# NCR/Symbios Logic
89device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
90
91device		adv		# Advansys scsi adapters
92device		adw		# Advansys wide scsi adapters
93device		aha	1	# Adaptec 154x scsi adapters
94device		aic		# Adaptec 15[012]x scsi adapters, AIC-6[23]60.
95device		bt		# Buslogic/Mylex MultiMaster scsi adapters
96
97device		ncv		# NCR 53C500
98device		nsp		# Workbit Ninja SCSI-3
99device		stg		# TMC 18C30/18C50
100
101# RAID controllers interfaced to the SCSI subsystem
102device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
103device		dpt		# DPT Smartcache III, IV - See NOTES for options!
104device		mly		# Mylex AcceleRAID/eXtremeRAID
105
106# SCSI peripherals
107device		scbus		# SCSI bus (required)
108device		da		# Direct Access (disks)
109device		sa		# Sequential Access (tape etc)
110device		cd		# CD
111device		pass		# Passthrough device (direct SCSI access)
112
113# RAID controllers
114device		aac		# Adaptec FSA RAID
115device		amr		# AMI MegaRAID
116device		ida		# Compaq Smart RAID
117device		mlx		# Mylex DAC960 family
118device		twe		# 3ware ATA RAID
119
120# atkbdc0 controls both the keyboard and the PS/2 mouse
121device		atkbdc	1	# At keyboard controller
122device		atkbd		# at keyboard
123device		psm		# psm mouse
124
125device		vga		# VGA screen
126
127# splash screen/screen saver
128device		splash
129
130# syscons is the default console driver, resembling an SCO console
131device		sc	1
132
133# Enable this for the pcvt (VT220 compatible) console driver
134#device		vt
135#options 	XSERVER			# support for X server on a vt console
136#options 	FAT_CURSOR		# start with block cursor
137# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
138#options 	PCVT_SCANSET=2		# IBM keyboards are non-std
139
140# Floating point support - do not disable.
141device		npx
142
143# Power management support (see NOTES for more options)
144device		apm
145
146# Audio support
147device		pcm
148
149# PCCARD (PCMCIA) support
150device		card		# pccard bus
151device		pcic		# PCMCIA bridge
152
153# Serial (COM) ports
154device		sio		# 8250, 16[45]50 based serial ports
155
156# Parallel port
157device		ppc
158device		ppbus		# Parallel port bus (required)
159device		lpt		# Printer
160device		plip		# TCP/IP over parallel
161device		ppi		# Parallel port interface device
162#device		vpo		# Requires scbus and da
163
164
165# PCI Ethernet NICs.
166device		de		# DEC/Intel DC21x4x (``Tulip'')
167device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
168device		vx		# 3Com 3c590, 3c595 (``Vortex'')
169device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
170
171# PCI Ethernet NICs that use the common MII bus controller code.
172# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
173device		miibus		# MII bus support
174device		dc		# DEC/Intel 21143 and various workalikes
175device		pcn		# AMD Am79C79x PCI 10/100 NICs
176device		rl		# RealTek 8129/8139
177device		sf		# Adaptec AIC-6915 (``Starfire'')
178device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
179device		ste		# Sundance ST201 (D-Link DFE-550TX)
180device		tl		# Texas Instruments ThunderLAN
181device		tx		# SMC EtherPower II (83c170 ``EPIC'')
182device		vr		# VIA Rhine, Rhine II
183device		wb		# Winbond W89C840F
184device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
185
186# ISA Ethernet NICs.  pccard nics included.
187device		cs		# Crystal Semiconductor CS89x0 NIC
188device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
189device		ex		# Intel EtherExpress Pro/10 and Pro/10+
190device		ep		# Etherlink III based cards
191device		fe		# Fujitsu MB8696x based cards
192device		sn		# SMC's 9000 series of ethernet chips
193device		xe		# Xircom pccard ethernet
194
195# The probe order of these is presently determined by i386/isa/isa_compat.c.
196device		ie
197device		le
198device		lnc
199
200# Wireless NIC cards
201device		an		# Aironet 4500/4800 802.11 wireless NICs. 
202device		awi		# BayStack 660 and others
203device		wi		# WaveLAN/IEEE 802.11 wireless NICs. 
204#device		wl		# Older non 802.11 Wavelan wireless NIC.
205
206# Pseudo devices - the number indicates how many units to allocated.
207device		random		# Entropy device
208options 	NOBLOCKRANDOM	# avoid any blocking on device random
209device		loop		# Network loopback
210device		ether		# Ethernet support
211device		sl		# Kernel SLIP
212device		ppp	1	# Kernel PPP
213device		tun		# Packet tunnel.
214device		pty		# Pseudo-ttys (telnet etc)
215device		md		# Memory "disks"
216device		gif	4	# IPv6 and IPv4 tunneling
217device		faith	1	# IPv6-to-IPv4 relaying (translation)
218
219# The `bpf' device enables the Berkeley Packet Filter.
220# Be aware of the administrative consequences of enabling this!
221device		bpf		# Berkeley packet filter
222
223# USB support
224device		uhci		# UHCI PCI->USB interface
225device		ohci		# OHCI PCI->USB interface
226device		usb		# USB Bus (required)
227#device		udbp		# USB Double Bulk Pipe devices
228device		ugen		# Generic
229device		uhid		# "Human Interface Devices"
230device		ukbd		# Keyboard
231device		ulpt		# Printer
232device		umass		# Disks/Mass storage - Requires scbus and da
233device		ums		# Mouse
234device		urio		# Diamond Rio 500 MP3 player
235device		uscanner	# Scanners
236# USB Ethernet, requires mii
237device		aue		# ADMtek USB ethernet
238device		cue		# CATC USB ethernet
239device		kue		# Kawasaki LSI USB ethernet
240