GENERIC revision 137784
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 137784 2004-11-16 20:42:32Z jhb $
20
21machine		pc98
22cpu		I486_CPU
23cpu		I586_CPU
24cpu		I686_CPU
25ident		GENERIC
26
27# To statically compile in device wiring instead of /boot/device.hints
28#hints		"GENERIC.hints"		# Default places to look for devices.
29
30makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
31
32options 	PC98			# PC98
33#options 	SCHED_ULE		# ULE scheduler
34options 	SCHED_4BSD		# 4BSD scheduler
35options 	PREEMPTION		# Enable kernel thread preemption
36options 	INET			# InterNETworking
37options 	INET6			# IPv6 communications protocols
38options 	FFS			# Berkeley Fast Filesystem
39options 	SOFTUPDATES		# Enable FFS soft updates support
40options 	UFS_ACL			# Support for access control lists
41options 	UFS_DIRHASH		# Improve performance on big directories
42options 	MD_ROOT			# MD is a potential root device
43options 	NFSCLIENT		# Network Filesystem Client
44options 	NFSSERVER		# Network Filesystem Server
45options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
46options 	MSDOSFS			# MSDOS Filesystem
47options 	CD9660			# ISO 9660 Filesystem
48options 	PROCFS			# Process filesystem (requires PSEUDOFS)
49options 	PSEUDOFS		# Pseudo-filesystem framework
50options 	GEOM_GPT		# GUID Partition Tables.
51options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
52options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
53options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
55#options 	EPSON_MEMWIN		# EPSON memory window support
56#options 	LINE30
57options 	KTRACE			# ktrace(1) support
58options 	SYSVSHM			# SYSV-style shared memory
59options 	SYSVMSG			# SYSV-style message queues
60options 	SYSVSEM			# SYSV-style semaphores
61options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
63
64# Debugging for use in -current
65options 	KDB			# Enable kernel debugger support.
66options 	DDB			# Support DDB.
67options 	GDB			# Support remote GDB.
68options 	INVARIANTS		# Enable calls of extra sanity checking
69options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
70options 	WITNESS			# Enable checks to detect deadlocks and cycles
71options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
72
73# To make an SMP kernel, the next two are needed
74#options 	SMP			# Symmetric MultiProcessor Kernel
75#device		apic			# I/O APIC
76
77device		isa
78device		pci
79#options 	COMPAT_OLDISA		# Old ISA driver shims
80
81# Floppy drives
82device		fdc
83
84# ATA and ATAPI devices
85device		ata
86device		atadisk		# ATA disk drives
87device		atapicd		# ATAPI CDROM drives
88device		atapifd		# ATAPI floppy drives
89device		atapist		# ATAPI tape drives
90options 	ATA_STATIC_ID	# Static device numbering
91
92# IDE controller and disks
93#device		wdc		# Needs COMPAT_OLDISA
94#options 	NWDC=1
95
96# ATAPI devices on wdc
97#device		wcd		# IDE CD-ROM
98
99# SCSI Controllers
100device		adv		# Advansys SCSI adapters
101device		ahc		# AHA2940 and onboard AIC7xxx devices
102device		amd		# AMD 53C974 (Tekram DC-390(T))
103device		isp		# Qlogic family
104#device		ncr		# NCR/Symbios Logic
105device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
106
107device		aic		# PC-9801-100
108device		ct		# host adapter using WD33C93[ABC] chip (C bus)
109
110device		ncv		# NCR 53C500
111device		nsp		# Workbit Ninja SCSI-3
112device		stg		# TMC 18C30/18C50
113
114# SCSI peripherals
115device		scbus		# SCSI bus (required for SCSI)
116device		ch		# SCSI media changers
117device		da		# Direct Access (disks)
118device		sa		# Sequential Access (tape etc)
119device		cd		# CD
120device		pass		# Passthrough device (direct SCSI access)
121device		ses		# SCSI Environmental Services (and SAF-TE)
122
123# keyboard driver
124device		pckbd		# PC98 keyboard
125
126device		gdc		# GDC screen
127
128device		splash		# Splash screen and screen saver support
129
130# syscons is the default console driver, resembling an SCO console
131device		sc
132
133#device		agp		# support several AGP chipsets
134
135# Floating point support - do not disable.
136device		npx
137
138# Power management support (see NOTES for more options)
139#device		apm
140#device		pmc
141#device		canbus
142#device		canbepm
143# Add suspend/resume support for the i8254.
144#device		pmtimer
145
146# Audio support
147#device		sound		# Generic sound driver
148#device		snd_mss		# Microsoft Sound System
149#device		"snd_sb16"	# Sound Blaster 16
150#device		snd_sbc		# Sound Blaster
151
152# PCMCIA support
153device		card		# pccard bus
154device		pcic		# PCMCIA bridge
155
156# Serial (COM) ports
157options 	COM_MULTIPORT
158#options 	COM_ESP		# ESP98
159device		sio		# 8250, 16[45]50, 8251 based serial ports
160
161device		mse
162#device		joy
163
164# NEW Parallel port
165device		ppc
166device		ppbus		# Parallel port bus (required)
167device		lpt		# Printer
168device		plip		# TCP/IP over parallel
169device		ppi		# Parallel port interface device
170#device		vpo		# Requires scbus and da
171# OLD Parallel port
172# Please stay olpt driver after ppc driver
173#device		olpt
174
175# PCI Ethernet NICs.
176device		de		# DEC/Intel DC21x4x (``Tulip'')
177device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
178device		txp		# 3Com 3cR990 (``Typhoon'')
179device		vx		# 3Com 3c590, 3c595 (``Vortex'')
180
181# PCI Ethernet NICs that use the common MII bus controller code.
182# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
183device		miibus		# MII bus support
184device		bfe		# Broadcom BCM440x 10/100 Ethernet
185device		bge		# Broadcom BCM570xx Gigabit Ethernet
186device		dc		# DEC/Intel 21143 and various workalikes
187device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
188device		lge		# Level 1 LXT1001 gigabit ethernet
189device		nge		# NatSemi DP83820 gigabit ethernet
190device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
191device		re		# RealTek 8139C+/8169/8169S/8110S
192device		rl		# RealTek 8129/8139
193device		sf		# Adaptec AIC-6915 (``Starfire'')
194device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
195device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
196device		ste		# Sundance ST201 (D-Link DFE-550TX)
197device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
198device		tl		# Texas Instruments ThunderLAN
199device		tx		# SMC EtherPower II (83c170 ``EPIC'')
200device		vge		# VIA VT612x gigabit ethernet
201device		vr		# VIA Rhine, Rhine II
202device		wb		# Winbond W89C840F
203device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
204
205# ISA Ethernet NICs.  pccard NICs included.
206# 'device ed' requires 'device miibus'
207device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
208device		ep		# Etherlink III based cards
209device		fe		# Fujitsu MB8696x based cards
210device		lnc		# C-NET(98)S
211device		sn		# SMC's 9000 series of Ethernet chips
212device		snc
213device		xe		# Xircom pccard Ethernet
214
215# Wireless NIC cards
216device		wlan		# 802.11 support
217device		an		# Aironet 4500/4800 802.11 wireless NICs.
218device		awi		# BayStack 660 and others
219device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
220#device		wl		# Older non 802.11 Wavelan wireless NIC.
221
222# Pseudo devices.
223device		loop		# Network loopback
224device		mem		# Memory and kernel memory devices
225device		io		# I/O device
226device		random		# Entropy device
227device		ether		# Ethernet support
228device		sl		# Kernel SLIP
229device		ppp		# Kernel PPP
230device		tun		# Packet tunnel.
231device		pty		# Pseudo-ttys (telnet etc)
232device		md		# Memory "disks"
233device		gif		# IPv6 and IPv4 tunneling
234device		faith		# IPv6-to-IPv4 relaying (translation)
235
236# The `bpf' device enables the Berkeley Packet Filter.
237# Be aware of the administrative consequences of enabling this!
238device		bpf		# Berkeley packet filter
239
240# USB support
241#device		uhci		# UHCI PCI->USB interface
242#device		ohci		# OHCI PCI->USB interface
243#device		usb		# USB Bus (required)
244#device		udbp		# USB Double Bulk Pipe devices
245#device		ugen		# Generic
246#device		uhid		# "Human Interface Devices"
247#device		ukbd		# Keyboard
248#device		ulpt		# Printer
249#device		umass		# Disks/Mass storage - Requires scbus and da
250#device		ums		# Mouse
251#device		urio		# Diamond Rio 500 MP3 player
252#device		uscanner	# Scanners
253# USB Ethernet, requires mii
254#device		aue		# ADMtek USB Ethernet
255#device		axe		# ASIX Electronics USB 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