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