GENERIC revision 143809
1231200Smm#
2231200Smm# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3231200Smm#
4231200Smm# For more information on this file, please read the handbook section on
5231200Smm# Kernel Configuration Files:
6231200Smm#
7231200Smm#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8231200Smm#
9231200Smm# The handbook is also available locally in /usr/share/doc/handbook
10231200Smm# if you've installed the doc distribution, otherwise always see the
11231200Smm# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12231200Smm# latest information.
13231200Smm#
14231200Smm# An exhaustive list of options and more detailed explanations of the
15231200Smm# device lines is also present in the ../../conf/NOTES and NOTES files.
16231200Smm# If you are in doubt as to the purpose or necessity of a line, check first
17231200Smm# in NOTES.
18231200Smm#
19231200Smm# $FreeBSD: head/sys/pc98/conf/GENERIC 143809 2005-03-18 15:24:00Z murray $
20231200Smm
21231200Smmmachine		pc98
22231200Smmcpu		I486_CPU
23231200Smmcpu		I586_CPU
24231200Smmcpu		I686_CPU
25231200Smmident		GENERIC
26238856Smm
27231200Smm# To statically compile in device wiring instead of /boot/device.hints
28238856Smm#hints		"GENERIC.hints"		# Default places to look for devices.
29231200Smm
30231200Smmmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
31231200Smm
32231200Smmoptions 	PC98			# PC98
33231200Smm#options 	SCHED_ULE		# ULE scheduler
34231200Smmoptions 	SCHED_4BSD		# 4BSD scheduler
35231200Smmoptions 	PREEMPTION		# Enable kernel thread preemption
36231200Smmoptions 	INET			# InterNETworking
37231200Smmoptions 	INET6			# IPv6 communications protocols
38231200Smmoptions 	FFS			# Berkeley Fast Filesystem
39231200Smmoptions 	SOFTUPDATES		# Enable FFS soft updates support
40231200Smmoptions 	UFS_ACL			# Support for access control lists
41231200Smmoptions 	UFS_DIRHASH		# Improve performance on big directories
42231200Smmoptions 	MD_ROOT			# MD is a potential root device
43231200Smmoptions 	NFSCLIENT		# Network Filesystem Client
44231200Smmoptions 	NFSSERVER		# Network Filesystem Server
45231200Smmoptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
46231200Smmoptions 	MSDOSFS			# MSDOS Filesystem
47231200Smmoptions 	CD9660			# ISO 9660 Filesystem
48231200Smmoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
49231200Smmoptions 	PSEUDOFS		# Pseudo-filesystem framework
50231200Smmoptions 	GEOM_GPT		# GUID Partition Tables.
51231200Smmoptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
52231200Smmoptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
53238856Smmoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54238856Smmoptions 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
55231200Smm#options 	EPSON_MEMWIN		# EPSON memory window support
56231200Smm#options 	LINE30
57231200Smmoptions 	KTRACE			# ktrace(1) support
58231200Smmoptions 	SYSVSHM			# SYSV-style shared memory
59231200Smmoptions 	SYSVMSG			# SYSV-style message queues
60231200Smmoptions 	SYSVSEM			# SYSV-style semaphores
61231200Smmoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62231200Smmoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
63231200Smm
64231200Smm# Debugging for use in -current
65231200Smmoptions 	KDB			# Enable kernel debugger support.
66231200Smmoptions 	DDB			# Support DDB.
67231200Smmoptions 	GDB			# Support remote GDB.
68231200Smmoptions 	INVARIANTS		# Enable calls of extra sanity checking
69231200Smmoptions 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
70231200Smmoptions 	WITNESS			# Enable checks to detect deadlocks and cycles
71231200Smmoptions 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
72231200Smm
73231200Smm# To make an SMP kernel, the next two lines are needed
74231200Smm#options 	SMP			# Symmetric MultiProcessor Kernel
75231200Smm#device		apic			# I/O APIC
76231200Smm
77231200Smmdevice		isa
78231200Smmdevice		pci
79231200Smm
80231200Smm# Floppy drives
81231200Smmdevice		fdc
82231200Smm
83231200Smm# ATA and ATAPI devices
84231200Smmdevice		ata
85231200Smmdevice		atadisk		# ATA disk drives
86231200Smmdevice		atapicd		# ATAPI CDROM drives
87231200Smmdevice		atapifd		# ATAPI floppy drives
88231200Smmdevice		atapist		# ATAPI tape drives
89231200Smmoptions 	ATA_STATIC_ID	# Static device numbering
90231200Smm
91231200Smm# SCSI Controllers
92231200Smmdevice		adv		# Advansys SCSI adapters
93231200Smmdevice		ahc		# AHA2940 and onboard AIC7xxx devices
94231200Smmdevice		amd		# AMD 53C974 (Tekram DC-390(T))
95231200Smmdevice		isp		# Qlogic family
96231200Smm#device		ncr		# NCR/Symbios Logic
97231200Smmdevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
98231200Smm
99231200Smmdevice		aic		# PC-9801-100
100231200Smmdevice		ct		# host adapter using WD33C93[ABC] chip (C bus)
101231200Smm
102231200Smmdevice		ncv		# NCR 53C500
103231200Smmdevice		nsp		# Workbit Ninja SCSI-3
104231200Smmdevice		stg		# TMC 18C30/18C50
105231200Smm
106231200Smm# SCSI peripherals
107231200Smmdevice		scbus		# SCSI bus (required for SCSI)
108231200Smmdevice		ch		# SCSI media changers
109231200Smmdevice		da		# Direct Access (disks)
110231200Smmdevice		sa		# Sequential Access (tape etc)
111231200Smmdevice		cd		# CD
112231200Smmdevice		pass		# Passthrough device (direct SCSI access)
113231200Smmdevice		ses		# SCSI Environmental Services (and SAF-TE)
114231200Smm
115231200Smm# keyboard driver
116231200Smmdevice		pckbd		# PC98 keyboard
117231200Smm
118231200Smmdevice		gdc		# GDC screen
119231200Smm
120231200Smmdevice		splash		# Splash screen and screen saver support
121231200Smm
122231200Smm# syscons is the default console driver, resembling an SCO console
123231200Smmdevice		sc
124231200Smm
125231200Smm#device		agp		# support several AGP chipsets
126231200Smm
127231200Smm# Floating point support - do not disable.
128231200Smmdevice		npx
129231200Smm
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		cue		# CATC USB Ethernet
250#device		kue		# Kawasaki LSI USB Ethernet
251#device		rue		# RealTek RTL8150 USB Ethernet
252
253# FireWire support
254#device		firewire	# FireWire bus code
255#device		sbp		# SCSI over FireWire (Requires scbus and da)
256#device		fwe		# Ethernet over FireWire (non-standard!)
257