GENERIC revision 177025
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 177025 2008-03-10 12:25:04Z nyan $
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
32#options 	PREEMPTION		# Enable kernel thread preemption
33options 	INET			# InterNETworking
34options 	INET6			# IPv6 communications protocols
35options 	SCTP			# Stream Control Transmission Protocol
36options 	FFS			# Berkeley Fast Filesystem
37options 	SOFTUPDATES		# Enable FFS soft updates support
38options 	UFS_ACL			# Support for access control lists
39options 	UFS_DIRHASH		# Improve performance on big directories
40options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
41options 	MD_ROOT			# MD is a potential root device
42options 	NFSCLIENT		# Network Filesystem Client
43options 	NFSSERVER		# Network Filesystem Server
44options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
45options 	MSDOSFS			# MSDOS Filesystem
46options 	CD9660			# ISO 9660 Filesystem
47options 	PROCFS			# Process filesystem (requires PSEUDOFS)
48options 	PSEUDOFS		# Pseudo-filesystem framework
49options 	GEOM_PART_GPT		# GUID Partition Tables.
50options 	GEOM_LABEL		# Provides labelization
51options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
52options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
53options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
54options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
55options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
56options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
57options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
58#options 	EPSON_MEMWIN		# EPSON memory window support
59#options 	LINE30
60options 	KTRACE			# ktrace(1) support
61options 	STACK			# stack(9) support
62options 	SYSVSHM			# SYSV-style shared memory
63options 	SYSVMSG			# SYSV-style message queues
64options 	SYSVSEM			# SYSV-style semaphores
65options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
66options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
67options 	AUDIT			# Security event auditing
68
69# Debugging for use in -current
70options 	KDB			# Enable kernel debugger support.
71options 	DDB			# Support DDB.
72options 	GDB			# Support remote GDB.
73options 	INVARIANTS		# Enable calls of extra sanity checking
74options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
75options 	WITNESS			# Enable checks to detect deadlocks and cycles
76options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
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 and ATAPI devices
89device		ata
90device		atadisk		# ATA disk drives
91device		atapicd		# ATAPI CDROM drives
92device		atapifd		# ATAPI floppy drives
93device		atapist		# ATAPI tape drives
94options 	ATA_STATIC_ID	# Static device numbering
95
96# SCSI Controllers
97device		adv		# Advansys SCSI adapters
98device		ahc		# AHA2940 and onboard AIC7xxx devices
99device		amd		# AMD 53C974 (Tekram DC-390(T))
100device		isp		# Qlogic family
101#device		ncr		# NCR/Symbios Logic
102device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
103
104device		aic		# PC-9801-100
105device		ct		# host adapter using WD33C93[ABC] chip (C bus)
106
107device		ncv		# NCR 53C500
108device		nsp		# Workbit Ninja SCSI-3
109device		stg		# TMC 18C30/18C50
110
111# SCSI peripherals
112device		scbus		# SCSI bus (required for SCSI)
113device		ch		# SCSI media changers
114device		da		# Direct Access (disks)
115device		sa		# Sequential Access (tape etc)
116device		cd		# CD
117device		pass		# Passthrough device (direct SCSI access)
118device		ses		# SCSI Environmental Services (and SAF-TE)
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# Audio support
141#device		sound		# Generic sound driver
142#device		snd_mss		# Microsoft Sound System
143#device		"snd_sb16"	# Sound Blaster 16
144#device		snd_sbc		# Sound Blaster
145
146# PCCARD (PCMCIA) support
147# PCMCIA and cardbus bridge support
148device		cbb		# cardbus (yenta) bridge
149device		pccard		# PC Card (16-bit) bus
150device		cardbus		# CardBus (32-bit) bus
151
152# Serial (COM) ports
153options 	COM_MULTIPORT
154#options 	COM_ESP		# ESP98
155device		sio		# 8250, 16[45]50, 8251 based serial ports
156
157device		mse
158#device		joy
159
160# NEW Parallel port
161device		ppc
162device		ppbus		# Parallel port bus (required)
163device		lpt		# Printer
164device		plip		# TCP/IP over parallel
165device		ppi		# Parallel port interface device
166#device		vpo		# Requires scbus and da
167# OLD Parallel port
168# Please stay olpt driver after ppc driver
169#device		olpt
170
171# PCI Ethernet NICs.
172device		de		# DEC/Intel DC21x4x (``Tulip'')
173device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
174device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
175device		txp		# 3Com 3cR990 (``Typhoon'')
176device		vx		# 3Com 3c590, 3c595 (``Vortex'')
177
178# PCI Ethernet NICs that use the common MII bus controller code.
179# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
180device		miibus		# MII bus support
181device		bfe		# Broadcom BCM440x 10/100 Ethernet
182device		bge		# Broadcom BCM570xx Gigabit Ethernet
183device		dc		# DEC/Intel 21143 and various workalikes
184device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
185device		lge		# Level 1 LXT1001 gigabit Ethernet
186device		nge		# NatSemi DP83820 gigabit Ethernet
187device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
188device		re		# RealTek 8139C+/8169/8169S/8110S
189device		rl		# RealTek 8129/8139
190device		sf		# Adaptec AIC-6915 (``Starfire'')
191device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
192device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
193device		ste		# Sundance ST201 (D-Link DFE-550TX)
194device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
195device		tl		# Texas Instruments ThunderLAN
196device		tx		# SMC EtherPower II (83c170 ``EPIC'')
197device		vge		# VIA VT612x gigabit Ethernet
198device		vr		# VIA Rhine, Rhine II
199device		wb		# Winbond W89C840F
200device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
201
202# ISA Ethernet NICs.  pccard NICs included.
203# 'device ed' requires 'device miibus'
204device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
205device		ep		# Etherlink III based cards
206device		fe		# Fujitsu MB8696x based cards
207device		sn		# SMC's 9000 series of Ethernet chips
208device		snc
209device		xe		# Xircom pccard Ethernet
210
211# Wireless NIC cards
212device		wlan		# 802.11 support
213device		wlan_wep	# 802.11 WEP support
214device		wlan_ccmp	# 802.11 CCMP support
215device		wlan_tkip	# 802.11 TKIP support
216device		wlan_amrr	# AMRR transmit rate control algorithm
217device		wlan_scan_ap	# 802.11 AP mode scanning
218device		wlan_scan_sta	# 802.11 STA mode scanning
219device		an		# Aironet 4500/4800 802.11 wireless NICs.
220device		ath		# Atheros pci/cardbus NIC's
221device		ath_hal		# Atheros HAL (Hardware Access Layer)
222device		ath_rate_sample	# SampleRate tx rate control for ath
223device		awi		# BayStack 660 and others
224device		ral		# Ralink Technology RT2500 wireless NICs.
225device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
226#device		wl		# Older non 802.11 Wavelan wireless NIC.
227
228# Pseudo devices.
229device		loop		# Network loopback
230device		random		# Entropy device
231device		ether		# Ethernet support
232device		sl		# Kernel SLIP
233device		ppp		# Kernel PPP
234device		tun		# Packet tunnel.
235device		pty		# Pseudo-ttys (telnet etc)
236device		md		# Memory "disks"
237device		gif		# IPv6 and IPv4 tunneling
238device		faith		# IPv6-to-IPv4 relaying (translation)
239device		firmware	# firmware assist module
240
241# The `bpf' device enables the Berkeley Packet Filter.
242# Be aware of the administrative consequences of enabling this!
243# Note that 'bpf' is required for DHCP.
244device		bpf		# Berkeley packet filter
245
246# USB support
247#device		uhci		# UHCI PCI->USB interface
248#device		ohci		# OHCI PCI->USB interface
249#device		ehci		# EHCI PCI->USB interface (USB 2.0)
250#device		usb		# USB Bus (required)
251#device		udbp		# USB Double Bulk Pipe devices
252#device		ugen		# Generic
253#device		uhid		# "Human Interface Devices"
254#device		ukbd		# Keyboard
255#device		ulpt		# Printer
256#device		umass		# Disks/Mass storage - Requires scbus and da
257#device		ums		# Mouse
258#device		ural		# Ralink Technology RT2500USB wireless NICs
259#device		rum		# Ralink Technology RT2501USB wireless NICs
260#device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
261#device		urio		# Diamond Rio 500 MP3 player
262#device		uscanner	# Scanners
263# USB Serial devices
264#device		ucom		# Generic com ttys
265#device		uark		# Technologies ARK3116 based serial adapters
266#device		ubsa		# Belkin F5U103 and compatible serial adapters
267#device		ubser		# BWCT console serial adapters
268#device		uftdi		# For FTDI usb serial adapters
269#device		uipaq		# Some WinCE based devices
270#device		uplcom		# Prolific PL-2303 serial adapters
271#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
272#device		uvisor		# Visor and Palm devices
273#device		uvscom		# USB serial support for DDI pocket's PHS
274# USB Ethernet, requires miibus
275#device		aue		# ADMtek USB Ethernet
276#device		axe		# ASIX Electronics USB Ethernet
277#device		cdce		# Generic USB over Ethernet
278#device		cue		# CATC USB Ethernet
279#device		kue		# Kawasaki LSI USB Ethernet
280#device		rue		# RealTek RTL8150 USB Ethernet
281#device		udav		# Davicom DM9601E USB
282
283# FireWire support
284#device		firewire	# FireWire bus code
285#device		sbp		# SCSI over FireWire (Requires scbus and da)
286#device		fwe		# Ethernet over FireWire (non-standard!)
287