GENERIC revision 143985
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 143985 2005-03-22 14:52:40Z sobomax $
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 lines are needed
74#options 	SMP			# Symmetric MultiProcessor Kernel
75#device		apic			# I/O APIC
76
77device		isa
78device		pci
79
80# Floppy drives
81device		fdc
82
83# ATA and ATAPI devices
84device		ata
85device		atadisk		# ATA disk drives
86device		atapicd		# ATAPI CDROM drives
87device		atapifd		# ATAPI floppy drives
88device		atapist		# ATAPI tape drives
89options 	ATA_STATIC_ID	# Static device numbering
90
91# SCSI Controllers
92device		adv		# Advansys SCSI adapters
93device		ahc		# AHA2940 and onboard AIC7xxx devices
94device		amd		# AMD 53C974 (Tekram DC-390(T))
95device		isp		# Qlogic family
96#device		ncr		# NCR/Symbios Logic
97device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
98
99device		aic		# PC-9801-100
100device		ct		# host adapter using WD33C93[ABC] chip (C bus)
101
102device		ncv		# NCR 53C500
103device		nsp		# Workbit Ninja SCSI-3
104device		stg		# TMC 18C30/18C50
105
106# SCSI peripherals
107device		scbus		# SCSI bus (required for SCSI)
108device		ch		# SCSI media changers
109device		da		# Direct Access (disks)
110device		sa		# Sequential Access (tape etc)
111device		cd		# CD
112device		pass		# Passthrough device (direct SCSI access)
113device		ses		# SCSI Environmental Services (and SAF-TE)
114
115# keyboard driver
116device		pckbd		# PC98 keyboard
117
118device		gdc		# GDC screen
119
120device		splash		# Splash screen and screen saver support
121
122# syscons is the default console driver, resembling an SCO console
123device		sc
124
125#device		agp		# support several AGP chipsets
126
127# Floating point support - do not disable.
128device		npx
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# PCMCIA support
145device		card		# pccard bus
146device		pcic		# PCMCIA bridge
147
148# Serial (COM) ports
149options 	COM_MULTIPORT
150#options 	COM_ESP		# ESP98
151device		sio		# 8250, 16[45]50, 8251 based serial ports
152
153device		mse
154#device		joy
155
156# NEW Parallel port
157device		ppc
158device		ppbus		# Parallel port bus (required)
159device		lpt		# Printer
160device		plip		# TCP/IP over parallel
161device		ppi		# Parallel port interface device
162#device		vpo		# Requires scbus and da
163# OLD Parallel port
164# Please stay olpt driver after ppc driver
165#device		olpt
166
167# PCI Ethernet NICs.
168device		de		# DEC/Intel DC21x4x (``Tulip'')
169device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
170device		txp		# 3Com 3cR990 (``Typhoon'')
171device		vx		# 3Com 3c590, 3c595 (``Vortex'')
172
173# PCI Ethernet NICs that use the common MII bus controller code.
174# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
175device		miibus		# MII bus support
176device		bfe		# Broadcom BCM440x 10/100 Ethernet
177device		bge		# Broadcom BCM570xx Gigabit Ethernet
178device		dc		# DEC/Intel 21143 and various workalikes
179device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
180device		lge		# Level 1 LXT1001 gigabit Ethernet
181device		nge		# NatSemi DP83820 gigabit Ethernet
182device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
183device		re		# RealTek 8139C+/8169/8169S/8110S
184device		rl		# RealTek 8129/8139
185device		sf		# Adaptec AIC-6915 (``Starfire'')
186device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
187device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
188device		ste		# Sundance ST201 (D-Link DFE-550TX)
189device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
190device		tl		# Texas Instruments ThunderLAN
191device		tx		# SMC EtherPower II (83c170 ``EPIC'')
192device		vge		# VIA VT612x gigabit Ethernet
193device		vr		# VIA Rhine, Rhine II
194device		wb		# Winbond W89C840F
195device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
196
197# ISA Ethernet NICs.  pccard NICs included.
198# 'device ed' requires 'device miibus'
199device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
200device		ep		# Etherlink III based cards
201device		fe		# Fujitsu MB8696x based cards
202device		lnc		# C-NET(98)S
203device		sn		# SMC's 9000 series of Ethernet chips
204device		snc
205device		xe		# Xircom pccard Ethernet
206
207# Wireless NIC cards
208device		wlan		# 802.11 support
209device		an		# Aironet 4500/4800 802.11 wireless NICs.
210device		awi		# BayStack 660 and others
211device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
212#device		wl		# Older non 802.11 Wavelan wireless NIC.
213
214# Pseudo devices.
215device		loop		# Network loopback
216device		mem		# Memory and kernel memory devices
217device		io		# I/O device
218device		random		# Entropy device
219device		ether		# Ethernet support
220device		sl		# Kernel SLIP
221device		ppp		# Kernel PPP
222device		tun		# Packet tunnel.
223device		pty		# Pseudo-ttys (telnet etc)
224device		md		# Memory "disks"
225device		gif		# IPv6 and IPv4 tunneling
226device		faith		# IPv6-to-IPv4 relaying (translation)
227
228# The `bpf' device enables the Berkeley Packet Filter.
229# Be aware of the administrative consequences of enabling this!
230# Note that 'bpf' is required for DHCP.
231device		bpf		# Berkeley packet filter
232
233# USB support
234#device		uhci		# UHCI PCI->USB interface
235#device		ohci		# OHCI PCI->USB interface
236#device		usb		# USB Bus (required)
237#device		udbp		# USB Double Bulk Pipe devices
238#device		ugen		# Generic
239#device		uhid		# "Human Interface Devices"
240#device		ukbd		# Keyboard
241#device		ulpt		# Printer
242#device		umass		# Disks/Mass storage - Requires scbus and da
243#device		ums		# Mouse
244#device		urio		# Diamond Rio 500 MP3 player
245#device		uscanner	# Scanners
246# USB Ethernet, requires miibus
247#device		aue		# ADMtek USB Ethernet
248#device		axe		# ASIX Electronics USB Ethernet
249#device		cdce		# Generic USB over Ethernet
250#device		cue		# CATC USB Ethernet
251#device		kue		# Kawasaki LSI USB Ethernet
252#device		rue		# RealTek RTL8150 USB Ethernet
253
254# FireWire support
255#device		firewire	# FireWire bus code
256#device		sbp		# SCSI over FireWire (Requires scbus and da)
257#device		fwe		# Ethernet over FireWire (non-standard!)
258