GENERIC revision 186372
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 186372 2008-12-21 09:01:00Z nyan $
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
35#options 	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
43#options 	NFSSERVER		# Network Filesystem Server
44#options 	NFSLOCKD		# Network Lock Manager
45options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
46options 	MSDOSFS			# MSDOS Filesystem
47options 	CD9660			# ISO 9660 Filesystem
48#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
49#options 	PSEUDOFS		# Pseudo-filesystem framework
50options 	GEOM_PART_GPT		# GUID Partition Tables.
51options 	GEOM_LABEL		# Provides labelization
52options 	COMPAT_43TTY		# BSD 4.3 TTY compat (sgtty)
53options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
54options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
55options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
56options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
57options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
58options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
59#options 	EPSON_MEMWIN		# EPSON memory window support
60#options 	LINE30
61options 	KTRACE			# ktrace(1) support
62options 	STACK			# stack(9) support
63#options 	SYSVSHM			# SYSV-style shared memory
64#options 	SYSVMSG			# SYSV-style message queues
65#options 	SYSVSEM			# SYSV-style semaphores
66options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
67options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
68options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
69options 	AUDIT			# Security event auditing
70
71# Debugging for use in -current
72options 	KDB			# Enable kernel debugger support.
73options 	DDB			# Support DDB.
74options 	GDB			# Support remote GDB.
75options 	INVARIANTS		# Enable calls of extra sanity checking
76options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
77options 	WITNESS			# Enable checks to detect deadlocks and cycles
78options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
79
80# To make an SMP kernel, the next two lines are needed
81#options 	SMP			# Symmetric MultiProcessor Kernel
82#device		apic			# I/O APIC
83
84# Bus support.
85device		pci
86
87# Floppy drives
88device		fdc
89
90# ATA and ATAPI devices
91device		ata
92device		atadisk		# ATA disk drives
93device		atapicd		# ATAPI CDROM drives
94device		atapifd		# ATAPI floppy drives
95device		atapist		# ATAPI tape drives
96options 	ATA_STATIC_ID	# Static device numbering
97
98# SCSI Controllers
99device		adv		# Advansys SCSI adapters
100device		ahc		# AHA2940 and onboard AIC7xxx devices
101device		amd		# AMD 53C974 (Tekram DC-390(T))
102device		isp		# Qlogic family
103#device		ncr		# NCR/Symbios Logic
104device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
105
106device		aic		# PC-9801-100
107device		ct		# host adapter using WD33C93[ABC] chip (C bus)
108
109#device		ncv		# NCR 53C500
110#device		nsp		# Workbit Ninja SCSI-3
111#device		stg		# TMC 18C30/18C50
112
113# SCSI peripherals
114device		scbus		# SCSI bus (required for SCSI)
115device		ch		# SCSI media changers
116device		da		# Direct Access (disks)
117device		sa		# Sequential Access (tape etc)
118device		cd		# CD
119device		pass		# Passthrough device (direct SCSI access)
120device		ses		# SCSI Environmental Services (and SAF-TE)
121
122# keyboard driver
123device		pckbd		# PC98 keyboard
124
125device		gdc		# GDC screen
126
127device		splash		# Splash screen and screen saver support
128
129# syscons is the default console driver, resembling an SCO console
130device		sc
131
132#device		agp		# support several AGP chipsets
133
134# Power management support (see NOTES for more options)
135#device		apm
136#device		pmc
137#device		canbus
138#device		canbepm
139# Add suspend/resume support for the i8254.
140#device		pmtimer
141
142# Audio support
143#device		sound		# Generic sound driver
144#device		snd_mss		# Microsoft Sound System
145#device		"snd_sb16"	# Sound Blaster 16
146#device		snd_sbc		# Sound Blaster
147
148# PCCARD (PCMCIA) support
149# PCMCIA and cardbus bridge support
150#device		cbb		# cardbus (yenta) bridge
151#device		pccard		# PC Card (16-bit) bus
152#device		cardbus		# CardBus (32-bit) bus
153
154# Serial (COM) ports
155#options 	COM_MULTIPORT
156#options 	COM_ESP		# ESP98
157#device		sio		# 8250, 16[45]50, 8251 based serial ports
158device		uart		# Generic UART driver
159
160device		mse
161#device		joy
162
163# NEW Parallel port
164#device		ppc
165#device		ppbus		# Parallel port bus (required)
166#device		lpt		# Printer
167#device		plip		# TCP/IP over parallel
168#device		ppi		# Parallel port interface device
169#device		vpo		# Requires scbus and da
170# OLD Parallel port
171# Please stay olpt driver after ppc driver
172#device		olpt
173
174# PCI Ethernet NICs.
175device		de		# DEC/Intel DC21x4x (``Tulip'')
176#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
177device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
178#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
179device		txp		# 3Com 3cR990 (``Typhoon'')
180device		vx		# 3Com 3c590, 3c595 (``Vortex'')
181
182# PCI Ethernet NICs that use the common MII bus controller code.
183# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
184device		miibus		# MII bus support
185device		bfe		# Broadcom BCM440x 10/100 Ethernet
186#device		bge		# Broadcom BCM570xx Gigabit Ethernet
187device		dc		# DEC/Intel 21143 and various workalikes
188device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
189#device		lge		# Level 1 LXT1001 gigabit Ethernet
190#device		nge		# NatSemi DP83820 gigabit Ethernet
191device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
192device		re		# RealTek 8139C+/8169/8169S/8110S
193device		rl		# RealTek 8129/8139
194device		sf		# Adaptec AIC-6915 (``Starfire'')
195device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
196#device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
197device		ste		# Sundance ST201 (D-Link DFE-550TX)
198device		tl		# Texas Instruments ThunderLAN
199device		tx		# SMC EtherPower II (83c170 ``EPIC'')
200#device		vge		# VIA VT612x gigabit Ethernet
201device		vr		# VIA Rhine, Rhine II
202device		wb		# Winbond W89C840F
203device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
204
205# ISA Ethernet NICs.  pccard NICs included.
206# 'device ed' requires 'device miibus'
207device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
208device		ep		# Etherlink III based cards
209device		fe		# Fujitsu MB8696x based cards
210device		sn		# SMC's 9000 series of Ethernet chips
211device		snc
212device		xe		# Xircom pccard Ethernet
213
214# Wireless NIC cards
215#device		wlan		# 802.11 support
216#options 	IEEE80211_DEBUG	# enable debug msgs
217#options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
218#device		wlan_wep	# 802.11 WEP support
219#device		wlan_ccmp	# 802.11 CCMP support
220#device		wlan_tkip	# 802.11 TKIP support
221#device		wlan_amrr	# AMRR transmit rate control algorithm
222#device		an		# Aironet 4500/4800 802.11 wireless NICs.
223#device		ath		# Atheros pci/cardbus NIC's
224#device		ath_hal		# pci/cardbus chip support
225#options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
226#device		ath_rate_sample	# SampleRate tx rate control for ath
227#device		ral		# Ralink Technology RT2500 wireless NICs.
228#device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
229#device		wl		# Older non 802.11 Wavelan wireless NIC.
230
231# Pseudo devices.
232device		loop		# Network loopback
233device		random		# Entropy device
234device		ether		# Ethernet support
235device		tun		# Packet tunnel.
236device		pty		# BSD-style compatibility pseudo ttys
237device		md		# Memory "disks"
238device		gif		# IPv6 and IPv4 tunneling
239device		faith		# IPv6-to-IPv4 relaying (translation)
240device		firmware	# firmware assist module
241
242# The `bpf' device enables the Berkeley Packet Filter.
243# Be aware of the administrative consequences of enabling this!
244# Note that 'bpf' is required for DHCP.
245device		bpf		# Berkeley packet filter
246
247# USB support
248#device		uhci		# UHCI PCI->USB interface
249#device		ohci		# OHCI PCI->USB interface
250#device		ehci		# EHCI PCI->USB interface (USB 2.0)
251#device		usb		# USB Bus (required)
252#device		udbp		# USB Double Bulk Pipe devices
253#device		ugen		# Generic
254#device		uhid		# "Human Interface Devices"
255#device		ukbd		# Keyboard
256#device		ulpt		# Printer
257#device		umass		# Disks/Mass storage - Requires scbus and da
258#device		ums		# Mouse
259#device		ural		# Ralink Technology RT2500USB wireless NICs
260#device		rum		# Ralink Technology RT2501USB wireless NICs
261#device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
262#device		urio		# Diamond Rio 500 MP3 player
263#device		uscanner	# Scanners
264# USB Serial devices
265#device		ucom		# Generic com ttys
266#device		uark		# Technologies ARK3116 based serial adapters
267#device		ubsa		# Belkin F5U103 and compatible serial adapters
268#device		ubser		# BWCT console serial adapters
269#device		uftdi		# For FTDI usb serial adapters
270#device		uipaq		# Some WinCE based devices
271#device		uplcom		# Prolific PL-2303 serial adapters
272#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
273#device		uvisor		# Visor and Palm devices
274#device		uvscom		# USB serial support for DDI pocket's PHS
275# USB Ethernet, requires miibus
276#device		aue		# ADMtek USB Ethernet
277#device		axe		# ASIX Electronics USB Ethernet
278#device		cdce		# Generic USB over Ethernet
279#device		cue		# CATC USB Ethernet
280#device		kue		# Kawasaki LSI USB Ethernet
281#device		rue		# RealTek RTL8150 USB Ethernet
282#device		udav		# Davicom DM9601E USB
283
284# FireWire support
285#device		firewire	# FireWire bus code
286#device		sbp		# SCSI over FireWire (Requires scbus and da)
287#device		fwe		# Ethernet over FireWire (non-standard!)
288