GENERIC revision 274037
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: stable/10/sys/pc98/conf/GENERIC 274037 2014-11-03 11:21:43Z 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 	QUOTA			# Enable disk quotas for UFS
39options 	MD_ROOT			# MD is a potential root device
40options 	NFSCL			# New Network Filesystem Client
41options 	NFSD			# New Network Filesystem Server
42options 	NFSLOCKD		# Network Lock Manager
43options 	NFS_ROOT		# NFS usable as /, requires NFSCL
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_FREEBSD4		# Compatible with FreeBSD4
51options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
52options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
53options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
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 	STACK			# stack(9) support
60options 	SYSVSHM			# SYSV-style shared memory
61options 	SYSVMSG			# SYSV-style message queues
62options 	SYSVSEM			# SYSV-style semaphores
63options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
64options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
65options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
66options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
67options 	AUDIT			# Security event auditing
68options 	CAPABILITY_MODE		# Capsicum capability mode
69options 	CAPABILITIES		# Capsicum capabilities
70options 	PROCDESC		# Support for process descriptors
71options 	MAC			# TrustedBSD MAC Framework
72options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
73
74# Debugging support.  Always need this:
75options 	KDB			# Enable kernel debugger support.
76options 	KDB_TRACE		# Print a stack trace for a panic.
77
78# To make an SMP kernel, the next two lines are needed
79#options 	SMP			# Symmetric MultiProcessor Kernel
80#device		apic			# I/O APIC
81
82# Bus support.
83device		pci
84
85# Floppy drives
86device		fdc
87
88# ATA controllers
89device		ahci			# AHCI-compatible SATA controllers
90device		ata			# Legacy ATA/SATA controllers
91options 	ATA_STATIC_ID		# Static device numbering
92device		mvs			# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
93device		siis			# SiliconImage SiI3124/SiI3132/SiI3531 SATA
94
95# SCSI Controllers
96device		ahc			# AHA2940 and onboard AIC7xxx devices
97device		esp			# AMD Am53C974 (Tekram DC-390(T))
98device		isp			# Qlogic family
99#device		ncr			# NCR/Symbios Logic
100device		sym			# NCR/Symbios Logic (newer chipsets + those of `ncr')
101
102device		adv			# Advansys SCSI adapters
103device		aic			# PC-9801-100
104device		ct			# host adapter using WD33C93[ABC] chip
105
106device		ncv			# NCR 53C500
107device		nsp			# Workbit Ninja SCSI-3
108device		stg			# TMC 18C30/18C50
109
110# ATA/SCSI peripherals
111device		scbus			# SCSI bus (required for ATA/SCSI)
112device		ch			# SCSI media changers
113device		da			# Direct Access (disks)
114device		sa			# Sequential Access (tape etc)
115device		cd			# CD
116device		pass			# Passthrough device (direct ATA/SCSI access)
117device		ses			# Enclosure Services (SES and SAF-TE)
118#device		ctl			# CAM Target Layer
119
120# keyboard driver
121device		pckbd			# PC98 keyboard
122
123device		gdc			# GDC screen
124
125device		splash			# Splash screen and screen saver support
126
127# syscons is the default console driver, resembling an SCO console
128device		sc
129
130#device		agp			# support several AGP chipsets
131
132# Power management support (see NOTES for more options)
133#device		apm
134#device		pmc
135#device		canbus
136#device		canbepm
137# Add suspend/resume support for the i8254.
138#device		pmtimer
139
140# PCCARD (PCMCIA) support
141# PCMCIA and cardbus bridge support
142device		cbb			# cardbus (yenta) bridge
143device		pccard			# PC Card (16-bit) bus
144device		cardbus			# CardBus (32-bit) bus
145
146# Serial (COM) ports
147#options 	COM_MULTIPORT
148#options 	COM_ESP			# ESP98
149#device		sio			# 8250, 16[45]50, 8251 based serial ports
150device		uart			# Generic UART driver
151
152device		mse
153#device		joy
154
155# Parallel port
156device		ppc
157device		ppbus			# Parallel port bus (required)
158device		lpt			# Printer
159device		ppi			# Parallel port interface device
160#device		vpo			# Requires scbus and da
161# OLD Parallel port
162#device		olpt
163
164device		puc			# Multi I/O cards and multi-channel UARTs
165
166# PCI Ethernet NICs.
167device		de			# DEC/Intel DC21x4x (``Tulip'')
168#device		em			# Intel PRO/1000 Gigabit Ethernet Family
169device		le			# AMD Am7900 LANCE and Am79C9xx PCnet
170#device		ti			# Alteon Networks Tigon I/II gigabit Ethernet
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
178#device		bge			# Broadcom BCM570xx Gigabit Ethernet
179device		dc			# DEC/Intel 21143 and various workalikes
180device		fxp			# Intel EtherExpress PRO/100B (82557, 82558)
181#device		lge			# Level 1 LXT1001 gigabit Ethernet
182#device		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
188#device		sk			# SysKonnect SK-984x & SK-982x gigabit Ethernet
189device		ste			# Sundance ST201 (D-Link DFE-550TX)
190device		tl			# Texas Instruments ThunderLAN
191device		tx			# SMC EtherPower II (83c170 ``EPIC'')
192#device		vge			# VIA VT612x gigabit Ethernet
193device		vr			# VIA Rhine, Rhine II
194device		wb			# Winbond W89C840F
195device		xl			# 3Com 3c90x (``Boomerang'', ``Cyclone'')
196
197# ISA Ethernet NICs.  pccard NICs included.
198# 'device ed' requires 'device miibus'
199device		ed			# NE[12]000, SMC Ultra, 3c503, DS8390 cards
200device		ep			# Etherlink III based cards
201device		fe			# Fujitsu MB8696x based cards
202device		sn			# SMC's 9000 series of Ethernet chips
203device		snc
204device		xe			# Xircom pccard Ethernet
205
206# Wireless NIC cards
207#device		wlan			# 802.11 support
208#options 	IEEE80211_DEBUG		# enable debug msgs
209#options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
210options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
211#device		wlan_wep		# 802.11 WEP support
212#device		wlan_ccmp		# 802.11 CCMP support
213#device		wlan_tkip		# 802.11 TKIP support
214#device		wlan_amrr		# AMRR transmit rate control algorithm
215#device		an			# Aironet 4500/4800 802.11 wireless NICs.
216#device		ath			# Atheros NICs
217#device		ath_pci			# Atheros pci/cardbus glue
218#device		ath_hal			# pci/cardbus chip support
219options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
220#device		ath_rate_sample		# SampleRate tx rate control for ath
221#device		ral			# Ralink Technology RT2500 wireless NICs.
222#device		wi			# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
223#device		wl			# Older non 802.11 Wavelan wireless NIC.
224
225# Pseudo devices.
226device		loop			# Network loopback
227device		random			# Entropy device
228device		ether			# Ethernet support
229device		vlan			# 802.1Q VLAN support
230device		tun			# Packet tunnel.
231device		md			# Memory "disks"
232device		gif			# IPv6 and IPv4 tunneling
233device		faith			# IPv6-to-IPv4 relaying (translation)
234device		firmware		# firmware assist module
235
236# The `bpf' device enables the Berkeley Packet Filter.
237# Be aware of the administrative consequences of enabling this!
238# Note that 'bpf' is required for DHCP.
239device		bpf			# Berkeley packet filter
240
241# USB support
242#options 	USB_DEBUG		# enable debug msgs
243#device		uhci			# UHCI PCI->USB interface
244#device		ohci			# OHCI PCI->USB interface
245#device		ehci			# EHCI PCI->USB interface (USB 2.0)
246#device		usb			# USB Bus (required)
247#device		ukbd			# Keyboard
248#device		umass			# Disks/Mass storage - Requires scbus and da
249
250# Sound support
251#device		sound			# Generic sound driver (required)
252#device		snd_mss			# Microsoft Sound System
253#device		"snd_sb16"		# Sound Blaster 16
254#device		snd_sbc			# Sound Blaster
255