GENERIC revision 110285
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 110285 2003-02-03 14:46:26Z nyan $
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
27maxusers	0
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints		"GENERIC.hints"		#Default places to look for devices.
31
32makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33
34options 	PC98			#PC98
35options 	MATH_EMULATE		#Support for x87 emulation
36options		SCHED_4BSD		#4BSD scheduler
37options 	INET			#InterNETworking
38options 	INET6			#IPv6 communications protocols
39options 	FFS			#Berkeley Fast Filesystem
40options 	SOFTUPDATES		#Enable FFS soft updates support
41options 	UFS_ACL			#Support for access control lists
42options 	UFS_DIRHASH		#Improve performance on big directories
43options 	MD_ROOT			#MD is a potential root device
44options 	NFSCLIENT		#Network Filesystem Client
45options 	NFSSERVER		#Network Filesystem Server
46options 	NFS_ROOT		#NFS usable as root device, requires NFSCLIENT
47options 	MSDOSFS			#MSDOS Filesystem
48options 	CD9660			#ISO 9660 Filesystem
49options 	PROCFS			#Process filesystem (requires PSEUDOFS)
50options 	PSEUDOFS		#Pseudo-filesystem framework
51options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
52options 	COMPAT_FREEBSD4		#Compatible with FreeBSD4
53options 	SCSI_DELAY=15000	#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 	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#options 	APIC_IO			# Symmetric (APIC) I/O
74
75device		isa
76device		pci
77options 	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
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
105#options 	BS_TARG_SAFEMODE
106#device		bs	1	# WD33C93 SCSI card (55/92 like board)
107device		ct		# host adapter using WD33C93[ABC] chip (C bus)
108
109device		ncv		# NCR 53C500
110device		nsp		# Workbit Ninja SCSI-3
111device		stg		# TMC 18C30/18C50
112
113# SCSI peripherals
114device		scbus		# SCSI bus (required)
115device		ch		# SCSI media changers
116device		da		# Direct Access (disks)
117device		sa		# Sequential Access (tape etc)
118device		cd		# CD
119device		pass		# Passthrough device (direct SCSI access)
120device		ses		# SCSI Environmental Services (and SAF-TE)
121
122# keyboard driver
123device		pckbd		# PC98 keyboard
124
125device		gdc		# GDC screen
126
127device		splash		# Splash screen and screen saver support
128
129# syscons is the default console driver, resembling an SCO console
130device		sc
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# PCCARD (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		dc		# DEC/Intel 21143 and various workalikes
180device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
181device		pcn		# AMD Am79C97x PCI 10/100 NICs
182device		rl		# RealTek 8129/8139
183device		sf		# Adaptec AIC-6915 (``Starfire'')
184device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
185device		ste		# Sundance ST201 (D-Link DFE-550TX)
186device		tl		# Texas Instruments ThunderLAN
187device		tx		# SMC EtherPower II (83c170 ``EPIC'')
188device		vr		# VIA Rhine, Rhine II
189device		wb		# Winbond W89C840F
190device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
191device		bge		# Broadcom BCM570xx Gigabit Ethernet
192
193# ISA Ethernet NICs.  pccard nics included.
194# 'device ed' requires 'device miibus'
195device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
196device		ep		# Etherlink III based cards
197device		fe		# Fujitsu MB8696x based cards
198device		lnc		# C-NET(98)S
199device		sn		# SMC's 9000 series of ethernet chips
200device		snc
201device		xe		# Xircom pccard ethernet
202
203# Wireless NIC cards
204device		wlan		# 802.11 support
205device		an		# Aironet 4500/4800 802.11 wireless NICs. 
206device		awi		# BayStack 660 and others
207device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
208#device		wl		# Older non 802.11 Wavelan wireless NIC.
209
210# Pseudo devices - the number indicates how many units to allocate.
211device		random		# Entropy device
212device		loop		# Network loopback
213device		ether		# Ethernet support
214device		sl		# Kernel SLIP
215device		ppp		# Kernel PPP
216device		tun		# Packet tunnel.
217device		pty		# Pseudo-ttys (telnet etc)
218device		md		# Memory "disks"
219device		gif		# IPv6 and IPv4 tunneling
220device		faith		# IPv6-to-IPv4 relaying (translation)
221
222# The `bpf' device enables the Berkeley Packet Filter.
223# Be aware of the administrative consequences of enabling this!
224device		bpf		# Berkeley packet filter
225
226#device		compat_atdisk	# IBM-PC HDD support
227
228# USB support
229#device		uhci		# UHCI PCI->USB interface
230#device		ohci		# OHCI PCI->USB interface
231#device		usb		# USB Bus (required)
232#device		udbp		# USB Double Bulk Pipe devices
233#device		ugen		# Generic
234#device		uhid		# "Human Interface Devices"
235#device		ukbd		# Keyboard
236#device		ulpt		# Printer
237#device		umass		# Disks/Mass storage - Requires scbus and da
238#device		ums		# Mouse
239#device		urio		# Diamond Rio 500 MP3 player
240#device		uscanner	# Scanners
241# USB Ethernet, requires mii
242#device		aue		# ADMtek USB ethernet
243#device		cue		# CATC USB ethernet
244#device		kue		# Kawasaki LSI USB ethernet
245