GENERIC revision 166551
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the handbook section on
5# 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 166551 2007-02-07 18:55:31Z marcel $
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
29makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30
31options 	SCHED_4BSD		# 4BSD scheduler
32options 	PREEMPTION		# Enable kernel thread preemption
33options 	INET			# InterNETworking
34options 	INET6			# IPv6 communications protocols
35options 	FFS			# Berkeley Fast Filesystem
36options 	SOFTUPDATES		# Enable FFS soft updates support
37options 	UFS_ACL			# Support for access control lists
38options 	UFS_DIRHASH		# Improve performance on big directories
39options 	MD_ROOT			# MD is a potential root device
40options 	NFSCLIENT		# Network Filesystem Client
41options 	NFSSERVER		# Network Filesystem Server
42options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
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 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
49options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
50options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
51options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
52options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
53options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
54#options 	EPSON_MEMWIN		# EPSON memory window support
55#options 	LINE30
56options 	KTRACE			# ktrace(1) support
57options 	SYSVSHM			# SYSV-style shared memory
58options 	SYSVMSG			# SYSV-style message queues
59options 	SYSVSEM			# SYSV-style semaphores
60options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
62
63# Debugging for use in -current
64options 	KDB			# Enable kernel debugger support.
65options 	DDB			# Support DDB.
66options 	GDB			# Support remote GDB.
67options 	INVARIANTS		# Enable calls of extra sanity checking
68options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
69options 	WITNESS			# Enable checks to detect deadlocks and cycles
70options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
71
72# To make an SMP kernel, the next two lines are needed
73#options 	SMP			# Symmetric MultiProcessor Kernel
74#device		apic			# I/O APIC
75
76# Bus support.
77device		pci
78
79# Floppy drives
80device		fdc
81
82# ATA and ATAPI devices
83device		ata
84device		atadisk		# ATA disk drives
85device		atapicd		# ATAPI CDROM drives
86device		atapifd		# ATAPI floppy drives
87device		atapist		# ATAPI tape drives
88options 	ATA_STATIC_ID	# Static device numbering
89
90# SCSI Controllers
91device		adv		# Advansys SCSI adapters
92device		ahc		# AHA2940 and onboard AIC7xxx devices
93device		amd		# AMD 53C974 (Tekram DC-390(T))
94device		isp		# Qlogic family
95#device		ncr		# NCR/Symbios Logic
96device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device		aic		# PC-9801-100
99device		ct		# host adapter using WD33C93[ABC] chip (C bus)
100
101device		ncv		# NCR 53C500
102device		nsp		# Workbit Ninja SCSI-3
103device		stg		# TMC 18C30/18C50
104
105# SCSI peripherals
106device		scbus		# SCSI bus (required for SCSI)
107device		ch		# SCSI media changers
108device		da		# Direct Access (disks)
109device		sa		# Sequential Access (tape etc)
110device		cd		# CD
111device		pass		# Passthrough device (direct SCSI access)
112device		ses		# SCSI Environmental Services (and SAF-TE)
113
114# keyboard driver
115device		pckbd		# PC98 keyboard
116
117device		gdc		# GDC screen
118
119device		splash		# Splash screen and screen saver support
120
121# syscons is the default console driver, resembling an SCO console
122device		sc
123
124#device		agp		# support several AGP chipsets
125
126# Power management support (see NOTES for more options)
127#device		apm
128#device		pmc
129#device		canbus
130#device		canbepm
131# Add suspend/resume support for the i8254.
132#device		pmtimer
133
134# Audio support
135#device		sound		# Generic sound driver
136#device		snd_mss		# Microsoft Sound System
137#device		"snd_sb16"	# Sound Blaster 16
138#device		snd_sbc		# Sound Blaster
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
147options 	COM_MULTIPORT
148#options 	COM_ESP		# ESP98
149device		sio		# 8250, 16[45]50, 8251 based serial ports
150
151device		mse
152#device		joy
153
154# NEW Parallel port
155device		ppc
156device		ppbus		# Parallel port bus (required)
157device		lpt		# Printer
158device		plip		# TCP/IP over parallel
159device		ppi		# Parallel port interface device
160#device		vpo		# Requires scbus and da
161# OLD Parallel port
162# Please stay olpt driver after ppc driver
163#device		olpt
164
165# PCI Ethernet NICs.
166device		de		# DEC/Intel DC21x4x (``Tulip'')
167device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
168device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
169device		txp		# 3Com 3cR990 (``Typhoon'')
170device		vx		# 3Com 3c590, 3c595 (``Vortex'')
171
172# PCI Ethernet NICs that use the common MII bus controller code.
173# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174device		miibus		# MII bus support
175device		bfe		# Broadcom BCM440x 10/100 Ethernet
176device		bge		# Broadcom BCM570xx Gigabit Ethernet
177device		dc		# DEC/Intel 21143 and various workalikes
178device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
179device		lge		# Level 1 LXT1001 gigabit Ethernet
180device		nge		# NatSemi DP83820 gigabit Ethernet
181device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
182device		re		# RealTek 8139C+/8169/8169S/8110S
183device		rl		# RealTek 8129/8139
184device		sf		# Adaptec AIC-6915 (``Starfire'')
185device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
186device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
187device		ste		# Sundance ST201 (D-Link DFE-550TX)
188device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
189device		tl		# Texas Instruments ThunderLAN
190device		tx		# SMC EtherPower II (83c170 ``EPIC'')
191device		vge		# VIA VT612x gigabit Ethernet
192device		vr		# VIA Rhine, Rhine II
193device		wb		# Winbond W89C840F
194device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
195
196# ISA Ethernet NICs.  pccard NICs included.
197# 'device ed' requires 'device miibus'
198device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
199device		ep		# Etherlink III based cards
200device		fe		# Fujitsu MB8696x based cards
201device		sn		# SMC's 9000 series of Ethernet chips
202device		snc
203device		xe		# Xircom pccard Ethernet
204
205# Wireless NIC cards
206device		wlan		# 802.11 support
207device		wlan_wep	# 802.11 WEP support
208device		wlan_ccmp	# 802.11 CCMP support
209device		wlan_tkip	# 802.11 TKIP support
210device		an		# Aironet 4500/4800 802.11 wireless NICs.
211device		ath		# Atheros pci/cardbus NIC's
212device		ath_hal		# Atheros HAL (Hardware Access Layer)
213device		ath_rate_sample	# SampleRate tx rate control for ath
214device		awi		# BayStack 660 and others
215device		ral		# Ralink Technology RT2500 wireless NICs.
216device		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		sl		# Kernel SLIP
224device		ppp		# Kernel PPP
225device		tun		# Packet tunnel.
226device		pty		# Pseudo-ttys (telnet etc)
227device		md		# Memory "disks"
228device		gif		# IPv6 and IPv4 tunneling
229device		faith		# IPv6-to-IPv4 relaying (translation)
230device		firmware	# firmware assist module
231
232# The `bpf' device enables the Berkeley Packet Filter.
233# Be aware of the administrative consequences of enabling this!
234# Note that 'bpf' is required for DHCP.
235device		bpf		# Berkeley packet filter
236
237# USB support
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
243#device		ugen		# Generic
244#device		uhid		# "Human Interface Devices"
245#device		ukbd		# Keyboard
246#device		ulpt		# Printer
247#device		umass		# Disks/Mass storage - Requires scbus and da
248#device		ums		# Mouse
249#device		ural		# Ralink Technology RT2500USB wireless NICs
250#device		urio		# Diamond Rio 500 MP3 player
251#device		uscanner	# Scanners
252# USB Ethernet, requires miibus
253#device		aue		# ADMtek USB Ethernet
254#device		axe		# ASIX Electronics USB Ethernet
255#device		cdce		# Generic USB over Ethernet
256#device		cue		# CATC USB Ethernet
257#device		kue		# Kawasaki LSI USB Ethernet
258#device		rue		# RealTek RTL8150 USB Ethernet
259
260# FireWire support
261#device		firewire	# FireWire bus code
262#device		sbp		# SCSI over FireWire (Requires scbus and da)
263#device		fwe		# Ethernet over FireWire (non-standard!)
264