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