GENERIC revision 178354
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 178354 2008-04-20 20:35:46Z sam $
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 	NFSLOCKD		# Network Lock Manager
45options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
46options 	MSDOSFS			# MSDOS Filesystem
47options 	CD9660			# ISO 9660 Filesystem
48options 	PROCFS			# Process filesystem (requires PSEUDOFS)
49options 	PSEUDOFS		# Pseudo-filesystem framework
50options 	GEOM_PART_GPT		# GUID Partition Tables.
51options 	GEOM_LABEL		# Provides labelization
52options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
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
63options 	SYSVSHM			# SYSV-style shared memory
64options 	SYSVMSG			# SYSV-style message queues
65options 	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 	AUDIT			# Security event auditing
69
70# Debugging for use in -current
71options 	KDB			# Enable kernel debugger support.
72options 	DDB			# Support DDB.
73options 	GDB			# Support remote GDB.
74options 	INVARIANTS		# Enable calls of extra sanity checking
75options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
76options 	WITNESS			# Enable checks to detect deadlocks and cycles
77options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
78
79# To make an SMP kernel, the next two lines are needed
80#options 	SMP			# Symmetric MultiProcessor Kernel
81#device		apic			# I/O APIC
82
83# Bus support.
84device		pci
85
86# Floppy drives
87device		fdc
88
89# ATA and ATAPI devices
90device		ata
91device		atadisk		# ATA disk drives
92device		atapicd		# ATAPI CDROM drives
93device		atapifd		# ATAPI floppy drives
94device		atapist		# ATAPI tape drives
95options 	ATA_STATIC_ID	# Static device numbering
96
97# SCSI Controllers
98device		adv		# Advansys SCSI adapters
99device		ahc		# AHA2940 and onboard AIC7xxx devices
100device		amd		# AMD 53C974 (Tekram DC-390(T))
101device		isp		# Qlogic family
102#device		ncr		# NCR/Symbios Logic
103device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
104
105device		aic		# PC-9801-100
106device		ct		# host adapter using WD33C93[ABC] chip (C bus)
107
108device		ncv		# NCR 53C500
109device		nsp		# Workbit Ninja SCSI-3
110device		stg		# TMC 18C30/18C50
111
112# SCSI peripherals
113device		scbus		# SCSI bus (required for SCSI)
114device		ch		# SCSI media changers
115device		da		# Direct Access (disks)
116device		sa		# Sequential Access (tape etc)
117device		cd		# CD
118device		pass		# Passthrough device (direct SCSI access)
119device		ses		# SCSI Environmental Services (and SAF-TE)
120
121# keyboard driver
122device		pckbd		# PC98 keyboard
123
124device		gdc		# GDC screen
125
126device		splash		# Splash screen and screen saver support
127
128# syscons is the default console driver, resembling an SCO console
129device		sc
130
131#device		agp		# support several AGP chipsets
132
133# Power management support (see NOTES for more options)
134#device		apm
135#device		pmc
136#device		canbus
137#device		canbepm
138# Add suspend/resume support for the i8254.
139#device		pmtimer
140
141# Audio support
142#device		sound		# Generic sound driver
143#device		snd_mss		# Microsoft Sound System
144#device		"snd_sb16"	# Sound Blaster 16
145#device		snd_sbc		# Sound Blaster
146
147# PCCARD (PCMCIA) support
148# PCMCIA and cardbus bridge support
149device		cbb		# cardbus (yenta) bridge
150device		pccard		# PC Card (16-bit) bus
151device		cardbus		# CardBus (32-bit) bus
152
153# Serial (COM) ports
154options 	COM_MULTIPORT
155#options 	COM_ESP		# ESP98
156device		sio		# 8250, 16[45]50, 8251 based serial ports
157
158device		mse
159#device		joy
160
161# NEW Parallel port
162device		ppc
163device		ppbus		# Parallel port bus (required)
164device		lpt		# Printer
165device		plip		# TCP/IP over parallel
166device		ppi		# Parallel port interface device
167#device		vpo		# Requires scbus and da
168# OLD Parallel port
169# Please stay olpt driver after ppc driver
170#device		olpt
171
172# PCI Ethernet NICs.
173device		de		# DEC/Intel DC21x4x (``Tulip'')
174device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
175device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
176device		txp		# 3Com 3cR990 (``Typhoon'')
177device		vx		# 3Com 3c590, 3c595 (``Vortex'')
178
179# PCI Ethernet NICs that use the common MII bus controller code.
180# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
181device		miibus		# MII bus support
182device		bfe		# Broadcom BCM440x 10/100 Ethernet
183device		bge		# Broadcom BCM570xx Gigabit Ethernet
184device		dc		# DEC/Intel 21143 and various workalikes
185device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
186device		lge		# Level 1 LXT1001 gigabit Ethernet
187device		nge		# NatSemi DP83820 gigabit Ethernet
188device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
189device		re		# RealTek 8139C+/8169/8169S/8110S
190device		rl		# RealTek 8129/8139
191device		sf		# Adaptec AIC-6915 (``Starfire'')
192device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
193device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
194device		ste		# Sundance ST201 (D-Link DFE-550TX)
195device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
196device		tl		# Texas Instruments ThunderLAN
197device		tx		# SMC EtherPower II (83c170 ``EPIC'')
198device		vge		# VIA VT612x gigabit Ethernet
199device		vr		# VIA Rhine, Rhine II
200device		wb		# Winbond W89C840F
201device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
202
203# ISA Ethernet NICs.  pccard NICs included.
204# 'device ed' requires 'device miibus'
205device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
206device		ep		# Etherlink III based cards
207device		fe		# Fujitsu MB8696x based cards
208device		sn		# SMC's 9000 series of Ethernet chips
209device		snc
210device		xe		# Xircom pccard Ethernet
211
212# Wireless NIC cards
213device		wlan		# 802.11 support
214device		wlan_wep	# 802.11 WEP support
215device		wlan_ccmp	# 802.11 CCMP support
216device		wlan_tkip	# 802.11 TKIP support
217device		wlan_amrr	# AMRR transmit rate control algorithm
218device		an		# Aironet 4500/4800 802.11 wireless NICs.
219device		ath		# Atheros pci/cardbus NIC's
220device		ath_hal		# Atheros HAL (Hardware Access Layer)
221device		ath_rate_sample	# SampleRate tx rate control for ath
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		rum		# Ralink Technology RT2501USB wireless NICs
258#device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
259#device		urio		# Diamond Rio 500 MP3 player
260#device		uscanner	# Scanners
261# USB Serial devices
262#device		ucom		# Generic com ttys
263#device		uark		# Technologies ARK3116 based serial adapters
264#device		ubsa		# Belkin F5U103 and compatible serial adapters
265#device		ubser		# BWCT console serial adapters
266#device		uftdi		# For FTDI usb serial adapters
267#device		uipaq		# Some WinCE based devices
268#device		uplcom		# Prolific PL-2303 serial adapters
269#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
270#device		uvisor		# Visor and Palm devices
271#device		uvscom		# USB serial support for DDI pocket's PHS
272# USB Ethernet, requires miibus
273#device		aue		# ADMtek USB Ethernet
274#device		axe		# ASIX Electronics USB Ethernet
275#device		cdce		# Generic USB over Ethernet
276#device		cue		# CATC USB Ethernet
277#device		kue		# Kawasaki LSI USB Ethernet
278#device		rue		# RealTek RTL8150 USB Ethernet
279#device		udav		# Davicom DM9601E USB
280
281# FireWire support
282#device		firewire	# FireWire bus code
283#device		sbp		# SCSI over FireWire (Requires scbus and da)
284#device		fwe		# Ethernet over FireWire (non-standard!)
285