GENERIC revision 172332
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/pc98/conf/GENERIC 172332 2007-09-26 20:05:07Z brueffer $
20
21cpu		I486_CPU
22cpu		I586_CPU
23cpu		I686_CPU
24ident		GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints		"GENERIC.hints"		# Default places to look for devices.
28
29makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30
31options 	SCHED_4BSD		# 4BSD scheduler
32#options 	PREEMPTION		# Enable kernel thread preemption
33options 	INET			# InterNETworking
34options 	INET6			# IPv6 communications protocols
35options 	SCTP			# Stream Control Transmission Protocol
36options 	FFS			# Berkeley Fast Filesystem
37options 	SOFTUPDATES		# Enable FFS soft updates support
38options 	UFS_ACL			# Support for access control lists
39options 	UFS_DIRHASH		# Improve performance on big directories
40options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
41options 	MD_ROOT			# MD is a potential root device
42options 	NFSCLIENT		# Network Filesystem Client
43options 	NFSSERVER		# Network Filesystem Server
44options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
45options 	MSDOSFS			# MSDOS Filesystem
46options 	CD9660			# ISO 9660 Filesystem
47options 	PROCFS			# Process filesystem (requires PSEUDOFS)
48options 	PSEUDOFS		# Pseudo-filesystem framework
49options 	GEOM_PART_GPT		# GUID Partition Tables.
50options 	GEOM_LABEL		# Provides labelization
51options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
52options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
53options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
54options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
55options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
56options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
57#options 	EPSON_MEMWIN		# EPSON memory window support
58#options 	LINE30
59options 	KTRACE			# ktrace(1) support
60options 	SYSVSHM			# SYSV-style shared memory
61options 	SYSVMSG			# SYSV-style message queues
62options 	SYSVSEM			# SYSV-style semaphores
63options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
64options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
65options 	AUDIT			# Security event auditing
66
67# Debugging for use in -current
68options 	KDB			# Enable kernel debugger support.
69options 	DDB			# Support DDB.
70options 	GDB			# Support remote GDB.
71options 	INVARIANTS		# Enable calls of extra sanity checking
72options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
73options 	WITNESS			# Enable checks to detect deadlocks and cycles
74options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
75
76# To make an SMP kernel, the next two lines are needed
77#options 	SMP			# Symmetric MultiProcessor Kernel
78#device		apic			# I/O APIC
79
80# Bus support.
81device		pci
82
83# Floppy drives
84device		fdc
85
86# ATA and ATAPI devices
87device		ata
88device		atadisk		# ATA disk drives
89device		atapicd		# ATAPI CDROM drives
90device		atapifd		# ATAPI floppy drives
91device		atapist		# ATAPI tape drives
92options 	ATA_STATIC_ID	# Static device numbering
93
94# SCSI Controllers
95device		adv		# Advansys SCSI adapters
96device		ahc		# AHA2940 and onboard AIC7xxx devices
97device		amd		# AMD 53C974 (Tekram DC-390(T))
98device		isp		# Qlogic family
99#device		ncr		# NCR/Symbios Logic
100device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
101
102device		aic		# PC-9801-100
103device		ct		# host adapter using WD33C93[ABC] chip (C bus)
104
105device		ncv		# NCR 53C500
106device		nsp		# Workbit Ninja SCSI-3
107device		stg		# TMC 18C30/18C50
108
109# SCSI peripherals
110device		scbus		# SCSI bus (required for SCSI)
111device		ch		# SCSI media changers
112device		da		# Direct Access (disks)
113device		sa		# Sequential Access (tape etc)
114device		cd		# CD
115device		pass		# Passthrough device (direct SCSI access)
116device		ses		# SCSI Environmental Services (and SAF-TE)
117
118# keyboard driver
119device		pckbd		# PC98 keyboard
120
121device		gdc		# GDC screen
122
123device		splash		# Splash screen and screen saver support
124
125# syscons is the default console driver, resembling an SCO console
126device		sc
127
128#device		agp		# support several AGP chipsets
129
130# Power management support (see NOTES for more options)
131#device		apm
132#device		pmc
133#device		canbus
134#device		canbepm
135# Add suspend/resume support for the i8254.
136#device		pmtimer
137
138# Audio support
139#device		sound		# Generic sound driver
140#device		snd_mss		# Microsoft Sound System
141#device		"snd_sb16"	# Sound Blaster 16
142#device		snd_sbc		# Sound Blaster
143
144# PCCARD (PCMCIA) support
145# PCMCIA and cardbus bridge support
146device		cbb		# cardbus (yenta) bridge
147device		pccard		# PC Card (16-bit) bus
148device		cardbus		# CardBus (32-bit) bus
149
150# Serial (COM) ports
151options 	COM_MULTIPORT
152#options 	COM_ESP		# ESP98
153device		sio		# 8250, 16[45]50, 8251 based serial ports
154
155device		mse
156#device		joy
157
158# NEW Parallel port
159device		ppc
160device		ppbus		# Parallel port bus (required)
161device		lpt		# Printer
162device		plip		# TCP/IP over parallel
163device		ppi		# Parallel port interface device
164#device		vpo		# Requires scbus and da
165# OLD Parallel port
166# Please stay olpt driver after ppc driver
167#device		olpt
168
169# PCI Ethernet NICs.
170device		de		# DEC/Intel DC21x4x (``Tulip'')
171device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
172device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
173device		txp		# 3Com 3cR990 (``Typhoon'')
174device		vx		# 3Com 3c590, 3c595 (``Vortex'')
175
176# PCI Ethernet NICs that use the common MII bus controller code.
177# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
178device		miibus		# MII bus support
179device		bfe		# Broadcom BCM440x 10/100 Ethernet
180device		bge		# Broadcom BCM570xx Gigabit Ethernet
181device		dc		# DEC/Intel 21143 and various workalikes
182device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
183device		lge		# Level 1 LXT1001 gigabit Ethernet
184device		nge		# NatSemi DP83820 gigabit Ethernet
185device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
186device		re		# RealTek 8139C+/8169/8169S/8110S
187device		rl		# RealTek 8129/8139
188device		sf		# Adaptec AIC-6915 (``Starfire'')
189device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
190device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
191device		ste		# Sundance ST201 (D-Link DFE-550TX)
192device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
193device		tl		# Texas Instruments ThunderLAN
194device		tx		# SMC EtherPower II (83c170 ``EPIC'')
195device		vge		# VIA VT612x gigabit Ethernet
196device		vr		# VIA Rhine, Rhine II
197device		wb		# Winbond W89C840F
198device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
199
200# ISA Ethernet NICs.  pccard NICs included.
201# 'device ed' requires 'device miibus'
202device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
203device		ep		# Etherlink III based cards
204device		fe		# Fujitsu MB8696x based cards
205device		sn		# SMC's 9000 series of Ethernet chips
206device		snc
207device		xe		# Xircom pccard Ethernet
208
209# Wireless NIC cards
210device		wlan		# 802.11 support
211device		wlan_wep	# 802.11 WEP support
212device		wlan_ccmp	# 802.11 CCMP support
213device		wlan_tkip	# 802.11 TKIP support
214device		wlan_amrr	# AMRR transmit rate control algorithm
215device		wlan_scan_ap	# 802.11 AP mode scanning
216device		wlan_scan_sta	# 802.11 STA mode scanning
217device		an		# Aironet 4500/4800 802.11 wireless NICs.
218device		ath		# Atheros pci/cardbus NIC's
219device		ath_hal		# Atheros HAL (Hardware Access Layer)
220device		ath_rate_sample	# SampleRate tx rate control for ath
221device		awi		# BayStack 660 and others
222device		ral		# Ralink Technology RT2500 wireless NICs.
223device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
224#device		wl		# Older non 802.11 Wavelan wireless NIC.
225
226# Pseudo devices.
227device		loop		# Network loopback
228device		random		# Entropy device
229device		ether		# Ethernet support
230device		sl		# Kernel SLIP
231device		ppp		# Kernel PPP
232device		tun		# Packet tunnel.
233device		pty		# Pseudo-ttys (telnet etc)
234device		md		# Memory "disks"
235device		gif		# IPv6 and IPv4 tunneling
236device		faith		# IPv6-to-IPv4 relaying (translation)
237device		firmware	# firmware assist module
238
239# The `bpf' device enables the Berkeley Packet Filter.
240# Be aware of the administrative consequences of enabling this!
241# Note that 'bpf' is required for DHCP.
242device		bpf		# Berkeley packet filter
243
244# USB support
245#device		uhci		# UHCI PCI->USB interface
246#device		ohci		# OHCI PCI->USB interface
247#device		ehci		# EHCI PCI->USB interface (USB 2.0)
248#device		usb		# USB Bus (required)
249#device		udbp		# USB Double Bulk Pipe devices
250#device		ugen		# Generic
251#device		uhid		# "Human Interface Devices"
252#device		ukbd		# Keyboard
253#device		ulpt		# Printer
254#device		umass		# Disks/Mass storage - Requires scbus and da
255#device		ums		# Mouse
256#device		ural		# Ralink Technology RT2500USB wireless NICs
257#device		urio		# Diamond Rio 500 MP3 player
258#device		uscanner	# Scanners
259# USB Ethernet, requires miibus
260#device		aue		# ADMtek USB Ethernet
261#device		axe		# ASIX Electronics USB Ethernet
262#device		cdce		# Generic USB over Ethernet
263#device		cue		# CATC USB Ethernet
264#device		kue		# Kawasaki LSI USB Ethernet
265#device		rue		# RealTek RTL8150 USB Ethernet
266
267# FireWire support
268#device		firewire	# FireWire bus code
269#device		sbp		# SCSI over FireWire (Requires scbus and da)
270#device		fwe		# Ethernet over FireWire (non-standard!)
271