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