GENERIC revision 220982
1123992Ssobomax#
2103026Ssobomax# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3103026Ssobomax#
4103026Ssobomax# For more information on this file, please read the config(5) manual page,
5103026Ssobomax# and/or the handbook section on Kernel Configuration Files:
6103026Ssobomax#
7103026Ssobomax#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8103026Ssobomax#
9103026Ssobomax# The handbook is also available locally in /usr/share/doc/handbook
10103026Ssobomax# if you've installed the doc distribution, otherwise always see the
11103026Ssobomax# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12103026Ssobomax# latest information.
13103026Ssobomax#
14103026Ssobomax# An exhaustive list of options and more detailed explanations of the
15103026Ssobomax# device lines is also present in the ../../conf/NOTES and NOTES files.
16103026Ssobomax# If you are in doubt as to the purpose or necessity of a line, check first
17103026Ssobomax# in NOTES.
18103026Ssobomax#
19103026Ssobomax# $FreeBSD: head/sys/pc98/conf/GENERIC 220982 2011-04-24 08:58:58Z mav $
20103026Ssobomax
21103026Ssobomaxcpu		I486_CPU
22103026Ssobomaxcpu		I586_CPU
23103026Ssobomaxcpu		I686_CPU
24103026Ssobomaxident		GENERIC
25103026Ssobomax
26103026Ssobomaxmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
27103026Ssobomax
28103026Ssobomaxoptions 	SCHED_4BSD		# 4BSD scheduler
29103026Ssobomax#options 	PREEMPTION		# Enable kernel thread preemption
30103026Ssobomaxoptions 	INET			# InterNETworking
31103026Ssobomaxoptions 	INET6			# IPv6 communications protocols
32103026Ssobomaxoptions 	SCTP			# Stream Control Transmission Protocol
33103026Ssobomaxoptions 	FFS			# Berkeley Fast Filesystem
34103026Ssobomaxoptions 	SOFTUPDATES		# Enable FFS soft updates support
35103026Ssobomaxoptions 	UFS_ACL			# Support for access control lists
36103026Ssobomaxoptions 	UFS_DIRHASH		# Improve performance on big directories
37103026Ssobomaxoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
38103026Ssobomaxoptions 	MD_ROOT			# MD is a potential root device
39103026Ssobomaxoptions 	NFSCLIENT		# Network Filesystem Client
40103026Ssobomaxoptions 	NFSSERVER		# Network Filesystem Server
41103026Ssobomaxoptions 	NFSLOCKD		# Network Lock Manager
42103026Ssobomaxoptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
43103026Ssobomaxoptions 	MSDOSFS			# MSDOS Filesystem
44103026Ssobomaxoptions 	CD9660			# ISO 9660 Filesystem
45103026Ssobomaxoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
46103026Ssobomaxoptions 	PSEUDOFS		# Pseudo-filesystem framework
47103026Ssobomaxoptions 	GEOM_PART_GPT		# GUID Partition Tables.
48103026Ssobomaxoptions 	GEOM_LABEL		# Provides labelization
49103394Sbdeoptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
50103026Ssobomaxoptions 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
51122699Sbmsoptions 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
52103026Ssobomaxoptions 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
53103026Ssobomaxoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54103026Ssobomaxoptions 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
55103026Ssobomax#options 	EPSON_MEMWIN		# EPSON memory window support
56103026Ssobomax#options 	LINE30
57103026Ssobomaxoptions 	KTRACE			# ktrace(1) support
58103026Ssobomaxoptions 	STACK			# stack(9) support
59103026Ssobomaxoptions 	SYSVSHM			# SYSV-style shared memory
60103026Ssobomaxoptions 	SYSVMSG			# SYSV-style message queues
61103344Sbdeoptions 	SYSVSEM			# SYSV-style semaphores
62103026Ssobomaxoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
63103026Ssobomaxoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
64103026Ssobomaxoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
65103026Ssobomaxoptions 	AUDIT			# Security event auditing
66103026Ssobomaxoptions 	MAC			# TrustedBSD MAC Framework
67103026Ssobomaxoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
68103026Ssobomax
69103026Ssobomax# Debugging for use in -current
70103026Ssobomaxoptions 	KDB			# Enable kernel debugger support.
71103026Ssobomaxoptions 	DDB			# Support DDB.
72103026Ssobomaxoptions 	GDB			# Support remote GDB.
73103026Ssobomaxoptions 	DEADLKRES		# Enable the deadlock resolver
74103026Ssobomaxoptions 	INVARIANTS		# Enable calls of extra sanity checking
75103026Ssobomaxoptions 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
76103026Ssobomaxoptions 	WITNESS			# Enable checks to detect deadlocks and cycles
77103026Ssobomaxoptions 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
78103026Ssobomaxoptions 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
79103026Ssobomax
80103026Ssobomax# To make an SMP kernel, the next two lines are needed
81103026Ssobomax#options 	SMP			# Symmetric MultiProcessor Kernel
82103026Ssobomax#device		apic			# I/O APIC
83103026Ssobomax
84103026Ssobomax# Bus support.
85103026Ssobomaxdevice		pci
86103026Ssobomax
87103026Ssobomax# Floppy drives
88103026Ssobomaxdevice		fdc
89103026Ssobomax
90103026Ssobomax# ATA controllers
91103026Ssobomaxdevice		ahci		# AHCI-compatible SATA controllers
92103026Ssobomaxdevice		ata		# Legacy ATA/SATA controllers
93103026Ssobomaxoptions 	ATA_CAM		# Handle legacy controllers with CAM
94103026Ssobomaxdevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
95103026Ssobomaxdevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
96103026Ssobomax
97103026Ssobomax# SCSI Controllers
98105300Salfreddevice		adv		# Advansys SCSI adapters
99105300Salfreddevice		ahc		# AHA2940 and onboard AIC7xxx devices
100103032Ssobomaxdevice		amd		# AMD 53C974 (Tekram DC-390(T))
101103032Ssobomaxdevice		isp		# Qlogic family
102103032Ssobomax#device		ncr		# NCR/Symbios Logic
103103026Ssobomaxdevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
104103032Ssobomax
105103026Ssobomaxdevice		aic		# PC-9801-100
106103026Ssobomaxdevice		ct		# host adapter using WD33C93[ABC] chip (C bus)
107103032Ssobomax
108103026Ssobomaxdevice		ncv		# NCR 53C500
109105300Salfreddevice		nsp		# Workbit Ninja SCSI-3
110103026Ssobomaxdevice		stg		# TMC 18C30/18C50
111103026Ssobomax
112103026Ssobomax# ATA/SCSI peripherals
113103026Ssobomaxdevice		scbus		# SCSI bus (required for ATA/SCSI)
114103026Ssobomaxdevice		ch		# SCSI media changers
115103026Ssobomaxdevice		da		# Direct Access (disks)
116103026Ssobomaxdevice		sa		# Sequential Access (tape etc)
117103026Ssobomaxdevice		cd		# CD
118103026Ssobomaxdevice		pass		# Passthrough device (direct ATA/SCSI access)
119103026Ssobomaxdevice		ses		# SCSI Environmental Services (and SAF-TE)
120103026Ssobomax
121103026Ssobomax# keyboard driver
122103026Ssobomaxdevice		pckbd		# PC98 keyboard
123103026Ssobomax
124103026Ssobomaxdevice		gdc		# GDC screen
125103026Ssobomax
126103026Ssobomaxdevice		splash		# Splash screen and screen saver support
127103026Ssobomax
128103026Ssobomax# syscons is the default console driver, resembling an SCO console
129103026Ssobomaxdevice		sc
130123338Sbms
131103026Ssobomax#device		agp		# support several AGP chipsets
132103026Ssobomax
133103026Ssobomax# Power management support (see NOTES for more options)
134103026Ssobomax#device		apm
135103026Ssobomax#device		pmc
136103026Ssobomax#device		canbus
137103026Ssobomax#device		canbepm
138103026Ssobomax# Add suspend/resume support for the i8254.
139103026Ssobomax#device		pmtimer
140103026Ssobomax
141103026Ssobomax# Audio support
142103026Ssobomax#device		sound		# Generic sound driver
143103026Ssobomax#device		snd_mss		# Microsoft Sound System
144103026Ssobomax#device		"snd_sb16"	# Sound Blaster 16
145103026Ssobomax#device		snd_sbc		# Sound Blaster
146103026Ssobomax
147103026Ssobomax# PCCARD (PCMCIA) support
148103032Ssobomax# PCMCIA and cardbus bridge support
149103026Ssobomaxdevice		cbb		# cardbus (yenta) bridge
150103026Ssobomaxdevice		pccard		# PC Card (16-bit) bus
151103026Ssobomaxdevice		cardbus		# CardBus (32-bit) bus
152103026Ssobomax
153103026Ssobomax# Serial (COM) ports
154103026Ssobomax#options 	COM_MULTIPORT
155103026Ssobomax#options 	COM_ESP		# ESP98
156103032Ssobomax#device		sio		# 8250, 16[45]50, 8251 based serial ports
157103026Ssobomaxdevice		uart		# Generic UART driver
158103026Ssobomax
159103026Ssobomaxdevice		mse
160103026Ssobomax#device		joy
161103026Ssobomax
162103026Ssobomax# NEW Parallel port
163111119Simpdevice		ppc
164103026Ssobomaxdevice		ppbus		# Parallel port bus (required)
165103026Ssobomaxdevice		lpt		# Printer
166121816Sbrooksdevice		plip		# TCP/IP over parallel
167103026Ssobomaxdevice		ppi		# Parallel port interface device
168103026Ssobomax#device		vpo		# Requires scbus and da
169123338Sbms# OLD Parallel port
170103026Ssobomax# Please stay olpt driver after ppc driver
171103026Ssobomaxdevice		olpt
172103026Ssobomax
173103026Ssobomax# PCI Ethernet NICs.
174103026Ssobomaxdevice		de		# DEC/Intel DC21x4x (``Tulip'')
175103026Ssobomax#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
176103026Ssobomaxdevice		le		# AMD Am7900 LANCE and Am79C9xx PCnet
177103026Ssobomax#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
178103026Ssobomaxdevice		txp		# 3Com 3cR990 (``Typhoon'')
179103026Ssobomaxdevice		vx		# 3Com 3c590, 3c595 (``Vortex'')
180103026Ssobomax
181125024Ssobomax# PCI Ethernet NICs that use the common MII bus controller code.
182103026Ssobomax# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
183103026Ssobomaxdevice		miibus		# MII bus support
184103026Ssobomaxdevice		bfe		# Broadcom BCM440x 10/100 Ethernet
185103026Ssobomax#device		bge		# Broadcom BCM570xx Gigabit Ethernet
186103026Ssobomaxdevice		dc		# DEC/Intel 21143 and various workalikes
187103026Ssobomaxdevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
188103032Ssobomax#device		lge		# Level 1 LXT1001 gigabit Ethernet
189103026Ssobomax#device		nge		# NatSemi DP83820 gigabit Ethernet
190103026Ssobomaxdevice		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
191103026Ssobomaxdevice		re		# RealTek 8139C+/8169/8169S/8110S
192103026Ssobomaxdevice		rl		# RealTek 8129/8139
193103026Ssobomaxdevice		sf		# Adaptec AIC-6915 (``Starfire'')
194103026Ssobomaxdevice		sis		# Silicon Integrated Systems SiS 900/SiS 7016
195103026Ssobomax#device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
196103026Ssobomaxdevice		ste		# Sundance ST201 (D-Link DFE-550TX)
197103026Ssobomaxdevice		tl		# Texas Instruments ThunderLAN
198103026Ssobomaxdevice		tx		# SMC EtherPower II (83c170 ``EPIC'')
199103026Ssobomax#device		vge		# VIA VT612x gigabit Ethernet
200103026Ssobomaxdevice		vr		# VIA Rhine, Rhine II
201103026Ssobomaxdevice		wb		# Winbond W89C840F
202103026Ssobomaxdevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
203103026Ssobomax
204103026Ssobomax# ISA Ethernet NICs.  pccard NICs included.
205103026Ssobomax# 'device ed' requires 'device miibus'
206103026Ssobomaxdevice		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
207103026Ssobomaxdevice		ep		# Etherlink III based cards
208103032Ssobomaxdevice		fe		# Fujitsu MB8696x based cards
209103026Ssobomaxdevice		sn		# SMC's 9000 series of Ethernet chips
210103026Ssobomaxdevice		snc
211103026Ssobomaxdevice		xe		# Xircom pccard Ethernet
212103026Ssobomax
213103026Ssobomax# Wireless NIC cards
214103026Ssobomax#device		wlan		# 802.11 support
215103026Ssobomax#options 	IEEE80211_DEBUG	# enable debug msgs
216123992Ssobomax#options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
217103026Ssobomax#options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
218103026Ssobomax#device		wlan_wep	# 802.11 WEP support
219103026Ssobomax#device		wlan_ccmp	# 802.11 CCMP support
220103026Ssobomax#device		wlan_tkip	# 802.11 TKIP support
221103026Ssobomax#device		wlan_amrr	# AMRR transmit rate control algorithm
222103026Ssobomax#device		an		# Aironet 4500/4800 802.11 wireless NICs.
223103026Ssobomax#device		ath		# Atheros NIC's
224103026Ssobomax#device		ath_pci		# Atheros pci/cardbus glue
225103026Ssobomax#device		ath_hal		# pci/cardbus chip support
226103026Ssobomax#options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
227103026Ssobomax#device		ath_rate_sample	# SampleRate tx rate control for ath
228103026Ssobomax#device		ral		# Ralink Technology RT2500 wireless NICs.
229103026Ssobomax#device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
230103026Ssobomax#device		wl		# Older non 802.11 Wavelan wireless NIC.
231103026Ssobomax
232103026Ssobomax# Pseudo devices.
233103026Ssobomaxdevice		loop		# Network loopback
234103026Ssobomaxdevice		random		# Entropy device
235103026Ssobomaxdevice		ether		# Ethernet support
236103026Ssobomaxdevice		vlan		# 802.1Q VLAN support
237103026Ssobomaxdevice		tun		# Packet tunnel.
238103026Ssobomaxdevice		pty		# BSD-style compatibility pseudo ttys
239103026Ssobomaxdevice		md		# Memory "disks"
240103026Ssobomaxdevice		gif		# IPv6 and IPv4 tunneling
241103026Ssobomaxdevice		faith		# IPv6-to-IPv4 relaying (translation)
242103026Ssobomaxdevice		firmware	# firmware assist module
243123922Ssam
244103026Ssobomax# The `bpf' device enables the Berkeley Packet Filter.
245103026Ssobomax# Be aware of the administrative consequences of enabling this!
246103026Ssobomax# Note that 'bpf' is required for DHCP.
247103026Ssobomaxdevice		bpf		# Berkeley packet filter
248103026Ssobomax
249103026Ssobomax# USB support
250103026Ssobomax#options 	USB_DEBUG	# enable debug msgs
251103026Ssobomax#device		uhci		# UHCI PCI->USB interface
252103026Ssobomax#device		ohci		# OHCI PCI->USB interface
253103026Ssobomax#device		ehci		# EHCI PCI->USB interface (USB 2.0)
254103026Ssobomax#device		usb		# USB Bus (required)
255103026Ssobomax#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
256103026Ssobomax#device		uhid		# "Human Interface Devices"
257103026Ssobomax#device		ukbd		# Keyboard
258103026Ssobomax#device		ulpt		# Printer
259103026Ssobomax#device		umass		# Disks/Mass storage - Requires scbus and da
260103026Ssobomax#device		ums		# Mouse
261103026Ssobomax#device		urio		# Diamond Rio 500 MP3 player
262103026Ssobomax# USB Serial devices
263103026Ssobomax#device		uark		# Technologies ARK3116 based serial adapters
264103026Ssobomax#device		ubsa		# Belkin F5U103 and compatible serial adapters
265103026Ssobomax#device		ubser		# BWCT console serial adapters
266103026Ssobomax#device		uftdi		# For FTDI usb serial adapters
267103026Ssobomax#device		uipaq		# Some WinCE based devices
268103026Ssobomax#device		uplcom		# Prolific PL-2303 serial adapters
269103026Ssobomax#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
270103026Ssobomax#device		uvisor		# Visor and Palm devices
271103026Ssobomax#device		uvscom		# USB serial support for DDI pocket's PHS
272103026Ssobomax# USB Ethernet, requires miibus
273103026Ssobomax#device		aue		# ADMtek USB Ethernet
274103026Ssobomax#device		axe		# ASIX Electronics USB Ethernet
275103026Ssobomax#device		cdce		# Generic USB over Ethernet
276103026Ssobomax#device		cue		# CATC USB Ethernet
277103026Ssobomax#device		kue		# Kawasaki LSI USB Ethernet
278103026Ssobomax#device		rue		# RealTek RTL8150 USB Ethernet
279103026Ssobomax#device		udav		# Davicom DM9601E USB
280103026Ssobomax# USB Wireless
281103026Ssobomax#device		rum		# Ralink Technology RT2501USB wireless NICs
282103026Ssobomax#device		uath		# Atheros AR5523 wireless NICs
283103026Ssobomax#device		ural		# Ralink Technology RT2500USB wireless NICs
284123992Ssobomax#device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
285103026Ssobomax
286103026Ssobomax# FireWire support
287103026Ssobomax#device		firewire	# FireWire bus code
288111119Simp#device		sbp		# SCSI over FireWire (Requires scbus and da)
289103026Ssobomax#device		fwe		# Ethernet over FireWire (non-standard!)
290103026Ssobomax