GENERIC revision 128845
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 128845 2004-05-02 20:40:19Z marcel $
20
21machine		pc98
22#cpu		I386_CPU		# Do not enable with other cpu types
23cpu		I486_CPU
24cpu		I586_CPU
25cpu		I686_CPU
26ident		GENERIC
27
28# To statically compile in device wiring instead of /boot/device.hints
29#hints		"GENERIC.hints"		# Default places to look for devices.
30
31makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
32
33options 	PC98			# PC98
34options 	SCHED_ULE		# ULE scheduler
35options 	INET			# InterNETworking
36options 	INET6			# IPv6 communications protocols
37options 	FFS			# Berkeley Fast Filesystem
38options 	SOFTUPDATES		# Enable FFS soft updates support
39options 	UFS_ACL			# Support for access control lists
40options 	UFS_DIRHASH		# Improve performance on big directories
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_GPT		# GUID Partition Tables.
50options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
51options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
52options 	SCSI_DELAY=15000	# 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
62options 	PFIL_HOOKS		# pfil(9) framework
63
64# Debugging for use in -current
65options 	DDB			# Enable the kernel debugger
66options 	INVARIANTS		# Enable calls of extra sanity checking
67options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
68options 	WITNESS			# Enable checks to detect deadlocks and cycles
69options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
70
71# To make an SMP kernel, the next two are needed
72#options 	SMP			# Symmetric MultiProcessor Kernel
73#device		apic			# I/O APIC
74
75device		isa
76device		pci
77#options 	COMPAT_OLDISA		# Old ISA driver shims
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# IDE controller and disks
91#device		wdc	1	# Needs COMPAT_OLDISA
92
93# ATAPI devices on wdc
94#device		wcd	1	# IDE CD-ROM
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# Floating point support - do not disable.
133device		npx
134
135# Power management support (see NOTES for more options)
136#device		apm
137#device		pmc
138#device		canbus
139#device		canbepm
140# Add suspend/resume support for the i8254.
141#device		pmtimer
142
143# Audio support
144#device		pcm		# Windows Sound System
145#device		sbc		# Sound Blaster 16
146
147# PCMCIA support
148device		card	1	# pccard bus
149device		pcic		# PCMCIA bridge
150
151# Serial (COM) ports
152options 	COM_MULTIPORT
153#options 	COM_ESP		# ESP98
154device		sio		# 8250, 16[45]50, 8251 based serial ports
155
156device		mse
157#device		joy
158
159# NEW Parallel port
160device		ppc
161device		ppbus		# Parallel port bus (required)
162device		lpt		# Printer
163device		plip		# TCP/IP over parallel
164device		ppi		# Parallel port interface device
165#device		vpo		# Requires scbus and da
166# OLD Parallel port
167# Please stay olpt driver after ppc driver
168#device		olpt
169
170# PCI Ethernet NICs.
171device		de		# DEC/Intel DC21x4x (``Tulip'')
172device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
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		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
184device		re		# RealTek 8139C+/8169/8169S/8110S
185device		rl		# RealTek 8129/8139
186device		sf		# Adaptec AIC-6915 (``Starfire'')
187device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
188device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
189device		ste		# Sundance ST201 (D-Link DFE-550TX)
190device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
191device		tl		# Texas Instruments ThunderLAN
192device		tx		# SMC EtherPower II (83c170 ``EPIC'')
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 - the number indicates how many units to allocate.
215device		random		# Entropy device
216device		loop		# Network loopback
217device		ether		# Ethernet support
218device		sl		# Kernel SLIP
219device		ppp		# Kernel PPP
220device		tun		# Packet tunnel.
221device		pty		# Pseudo-ttys (telnet etc)
222device		md		# Memory "disks"
223device		gif		# IPv6 and IPv4 tunneling
224device		faith		# IPv6-to-IPv4 relaying (translation)
225
226# The `bpf' device enables the Berkeley Packet Filter.
227# Be aware of the administrative consequences of enabling this!
228device		bpf		# Berkeley packet filter
229
230# USB support
231#device		uhci		# UHCI PCI->USB interface
232#device		ohci		# OHCI PCI->USB interface
233#device		usb		# USB Bus (required)
234#device		udbp		# USB Double Bulk Pipe devices
235#device		ugen		# Generic
236#device		uhid		# "Human Interface Devices"
237#device		ukbd		# Keyboard
238#device		ulpt		# Printer
239#device		umass		# Disks/Mass storage - Requires scbus and da
240#device		ums		# Mouse
241#device		urio		# Diamond Rio 500 MP3 player
242#device		uscanner	# Scanners
243# USB Ethernet, requires mii
244#device		aue		# ADMtek USB Ethernet
245#device		axe		# ASIX Electronics USB Ethernet
246#device		cue		# CATC USB Ethernet
247#device		kue		# Kawasaki LSI USB Ethernet
248#device		rue		# RealTek RTL8150 USB Ethernet
249
250# FireWire support
251#device		firewire	# FireWire bus code
252#device		sbp		# SCSI over FireWire (Requires scbus and da)
253#device		fwe		# Ethernet over FireWire (non-standard!)
254