GENERIC revision 170731
133965Sjdp#
233965Sjdp# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
333965Sjdp#
433965Sjdp# For more information on this file, please read the handbook section on
533965Sjdp# Kernel Configuration Files:
633965Sjdp#
733965Sjdp#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
833965Sjdp#
933965Sjdp# The handbook is also available locally in /usr/share/doc/handbook
1033965Sjdp# if you've installed the doc distribution, otherwise always see the
1133965Sjdp# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1233965Sjdp# latest information.
1333965Sjdp#
1433965Sjdp# An exhaustive list of options and more detailed explanations of the
1533965Sjdp# device lines is also present in the ../../conf/NOTES and NOTES files.
1633965Sjdp# If you are in doubt as to the purpose or necessity of a line, check first
1733965Sjdp# in NOTES.
1833965Sjdp#
1933965Sjdp# $FreeBSD: head/sys/pc98/conf/GENERIC 170731 2007-06-14 17:14:27Z delphij $
2033965Sjdp
2133965Sjdpcpu		I486_CPU
2233965Sjdpcpu		I586_CPU
2333965Sjdpcpu		I686_CPU
2433965Sjdpident		GENERIC
2533965Sjdp
2633965Sjdp# To statically compile in device wiring instead of /boot/device.hints
2733965Sjdp#hints		"GENERIC.hints"		# Default places to look for devices.
2833965Sjdp
2933965Sjdpmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
3033965Sjdp
3133965Sjdpoptions 	SCHED_4BSD		# 4BSD scheduler
3233965Sjdp#options 	PREEMPTION		# Enable kernel thread preemption
3333965Sjdpoptions 	INET			# InterNETworking
3433965Sjdpoptions 	INET6			# IPv6 communications protocols
3533965Sjdpoptions 	SCTP			# Stream Transmission Control Protocol
3633965Sjdpoptions 	FFS			# Berkeley Fast Filesystem
3733965Sjdpoptions 	SOFTUPDATES		# Enable FFS soft updates support
3833965Sjdpoptions 	UFS_ACL			# Support for access control lists
3933965Sjdpoptions 	UFS_DIRHASH		# Improve performance on big directories
4033965Sjdpoptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
4133965Sjdpoptions 	MD_ROOT			# MD is a potential root device
4233965Sjdpoptions 	NFSCLIENT		# Network Filesystem Client
4333965Sjdpoptions 	NFSSERVER		# Network Filesystem Server
4433965Sjdpoptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
4533965Sjdpoptions 	MSDOSFS			# MSDOS Filesystem
4633965Sjdpoptions 	CD9660			# ISO 9660 Filesystem
4733965Sjdpoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
4833965Sjdpoptions 	PSEUDOFS		# Pseudo-filesystem framework
4933965Sjdpoptions 	GEOM_PART_GPT		# GUID Partition Tables.
5033965Sjdpoptions 	GEOM_LABEL		# Provides labelization
5133965Sjdpoptions 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
5233965Sjdpoptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
5333965Sjdpoptions 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
5433965Sjdpoptions 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
5533965Sjdpoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
5633965Sjdpoptions 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
5733965Sjdp#options 	EPSON_MEMWIN		# EPSON memory window support
5833965Sjdp#options 	LINE30
5933965Sjdpoptions 	KTRACE			# ktrace(1) support
6033965Sjdpoptions 	SYSVSHM			# SYSV-style shared memory
6133965Sjdpoptions 	SYSVMSG			# SYSV-style message queues
6233965Sjdpoptions 	SYSVSEM			# SYSV-style semaphores
6333965Sjdpoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
6433965Sjdpoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
6533965Sjdpoptions 	AUDIT			# Security event auditing
6633965Sjdp
6733965Sjdp# Debugging for use in -current
6833965Sjdpoptions 	KDB			# Enable kernel debugger support.
6933965Sjdpoptions 	DDB			# Support DDB.
7033965Sjdpoptions 	GDB			# Support remote GDB.
7133965Sjdpoptions 	INVARIANTS		# Enable calls of extra sanity checking
7233965Sjdpoptions 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
7333965Sjdpoptions 	WITNESS			# Enable checks to detect deadlocks and cycles
7433965Sjdpoptions 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
7533965Sjdp
7633965Sjdp# To make an SMP kernel, the next two lines are needed
7733965Sjdp#options 	SMP			# Symmetric MultiProcessor Kernel
7833965Sjdp#device		apic			# I/O APIC
7933965Sjdp
8033965Sjdp# Bus support.
8133965Sjdpdevice		pci
8233965Sjdp
8333965Sjdp# Floppy drives
8433965Sjdpdevice		fdc
8533965Sjdp
8633965Sjdp# ATA and ATAPI devices
8733965Sjdpdevice		ata
8833965Sjdpdevice		atadisk		# ATA disk drives
8933965Sjdpdevice		atapicd		# ATAPI CDROM drives
9033965Sjdpdevice		atapifd		# ATAPI floppy drives
9133965Sjdpdevice		atapist		# ATAPI tape drives
9233965Sjdpoptions 	ATA_STATIC_ID	# Static device numbering
9333965Sjdp
9433965Sjdp# SCSI Controllers
9533965Sjdpdevice		adv		# Advansys SCSI adapters
9633965Sjdpdevice		ahc		# AHA2940 and onboard AIC7xxx devices
9733965Sjdpdevice		amd		# AMD 53C974 (Tekram DC-390(T))
9833965Sjdpdevice		isp		# Qlogic family
9933965Sjdp#device		ncr		# NCR/Symbios Logic
10033965Sjdpdevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
10133965Sjdp
10233965Sjdpdevice		aic		# PC-9801-100
10333965Sjdpdevice		ct		# host adapter using WD33C93[ABC] chip (C bus)
10433965Sjdp
10533965Sjdpdevice		ncv		# NCR 53C500
10633965Sjdpdevice		nsp		# Workbit Ninja SCSI-3
10733965Sjdpdevice		stg		# TMC 18C30/18C50
10833965Sjdp
10933965Sjdp# SCSI peripherals
11033965Sjdpdevice		scbus		# SCSI bus (required for SCSI)
11133965Sjdpdevice		ch		# SCSI media changers
112device		da		# Direct Access (disks)
113device		sa		# Sequential Access (tape etc)
114device		cd		# CD
115device		pass		# Passthrough device (direct SCSI access)
116device		ses		# SCSI Environmental Services (and SAF-TE)
117
118# keyboard driver
119device		pckbd		# PC98 keyboard
120
121device		gdc		# GDC screen
122
123device		splash		# Splash screen and screen saver support
124
125# syscons is the default console driver, resembling an SCO console
126device		sc
127
128#device		agp		# support several AGP chipsets
129
130# Power management support (see NOTES for more options)
131#device		apm
132#device		pmc
133#device		canbus
134#device		canbepm
135# Add suspend/resume support for the i8254.
136#device		pmtimer
137
138# Audio support
139#device		sound		# Generic sound driver
140#device		snd_mss		# Microsoft Sound System
141#device		"snd_sb16"	# Sound Blaster 16
142#device		snd_sbc		# Sound Blaster
143
144# PCCARD (PCMCIA) support
145# PCMCIA and cardbus bridge support
146device		cbb		# cardbus (yenta) bridge
147device		pccard		# PC Card (16-bit) bus
148device		cardbus		# CardBus (32-bit) bus
149
150# Serial (COM) ports
151options 	COM_MULTIPORT
152#options 	COM_ESP		# ESP98
153device		sio		# 8250, 16[45]50, 8251 based serial ports
154
155device		mse
156#device		joy
157
158# NEW Parallel port
159device		ppc
160device		ppbus		# Parallel port bus (required)
161device		lpt		# Printer
162device		plip		# TCP/IP over parallel
163device		ppi		# Parallel port interface device
164#device		vpo		# Requires scbus and da
165# OLD Parallel port
166# Please stay olpt driver after ppc driver
167#device		olpt
168
169# PCI Ethernet NICs.
170device		de		# DEC/Intel DC21x4x (``Tulip'')
171device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
172device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
173device		txp		# 3Com 3cR990 (``Typhoon'')
174device		vx		# 3Com 3c590, 3c595 (``Vortex'')
175
176# PCI Ethernet NICs that use the common MII bus controller code.
177# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
178device		miibus		# MII bus support
179device		bfe		# Broadcom BCM440x 10/100 Ethernet
180device		bge		# Broadcom BCM570xx Gigabit Ethernet
181device		dc		# DEC/Intel 21143 and various workalikes
182device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
183device		lge		# Level 1 LXT1001 gigabit Ethernet
184device		nge		# NatSemi DP83820 gigabit Ethernet
185device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
186device		re		# RealTek 8139C+/8169/8169S/8110S
187device		rl		# RealTek 8129/8139
188device		sf		# Adaptec AIC-6915 (``Starfire'')
189device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
190device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
191device		ste		# Sundance ST201 (D-Link DFE-550TX)
192device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
193device		tl		# Texas Instruments ThunderLAN
194device		tx		# SMC EtherPower II (83c170 ``EPIC'')
195device		vge		# VIA VT612x gigabit Ethernet
196device		vr		# VIA Rhine, Rhine II
197device		wb		# Winbond W89C840F
198device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
199
200# ISA Ethernet NICs.  pccard NICs included.
201# 'device ed' requires 'device miibus'
202device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
203device		ep		# Etherlink III based cards
204device		fe		# Fujitsu MB8696x based cards
205device		sn		# SMC's 9000 series of Ethernet chips
206device		snc
207device		xe		# Xircom pccard Ethernet
208
209# Wireless NIC cards
210device		wlan		# 802.11 support
211device		wlan_wep	# 802.11 WEP support
212device		wlan_ccmp	# 802.11 CCMP support
213device		wlan_tkip	# 802.11 TKIP support
214device		wlan_amrr	# AMRR transmit rate control algorithm
215device		wlan_scan_ap	# 802.11 AP mode scanning
216device		wlan_scan_sta	# 802.11 STA mode scanning
217device		an		# Aironet 4500/4800 802.11 wireless NICs.
218device		ath		# Atheros pci/cardbus NIC's
219device		ath_hal		# Atheros HAL (Hardware Access Layer)
220device		ath_rate_sample	# SampleRate tx rate control for ath
221device		awi		# BayStack 660 and others
222device		ral		# Ralink Technology RT2500 wireless NICs.
223device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
224#device		wl		# Older non 802.11 Wavelan wireless NIC.
225
226# Pseudo devices.
227device		loop		# Network loopback
228device		random		# Entropy device
229device		ether		# Ethernet support
230device		sl		# Kernel SLIP
231device		ppp		# Kernel PPP
232device		tun		# Packet tunnel.
233device		pty		# Pseudo-ttys (telnet etc)
234device		md		# Memory "disks"
235device		gif		# IPv6 and IPv4 tunneling
236device		faith		# IPv6-to-IPv4 relaying (translation)
237device		firmware	# firmware assist module
238
239# The `bpf' device enables the Berkeley Packet Filter.
240# Be aware of the administrative consequences of enabling this!
241# Note that 'bpf' is required for DHCP.
242device		bpf		# Berkeley packet filter
243
244# USB support
245#device		uhci		# UHCI PCI->USB interface
246#device		ohci		# OHCI PCI->USB interface
247#device		ehci		# EHCI PCI->USB interface (USB 2.0)
248#device		usb		# USB Bus (required)
249#device		udbp		# USB Double Bulk Pipe devices
250#device		ugen		# Generic
251#device		uhid		# "Human Interface Devices"
252#device		ukbd		# Keyboard
253#device		ulpt		# Printer
254#device		umass		# Disks/Mass storage - Requires scbus and da
255#device		ums		# Mouse
256#device		ural		# Ralink Technology RT2500USB wireless NICs
257#device		urio		# Diamond Rio 500 MP3 player
258#device		uscanner	# Scanners
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
267# FireWire support
268#device		firewire	# FireWire bus code
269#device		sbp		# SCSI over FireWire (Requires scbus and da)
270#device		fwe		# Ethernet over FireWire (non-standard!)
271