GENERIC revision 88732
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/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 NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 88732 2001-12-31 09:02:24Z nyan $
19
20machine		pc98
21#cpu		I386_CPU		#Do not enable with other cpu types
22cpu		I486_CPU
23cpu		I586_CPU
24cpu		I686_CPU
25ident		GENERIC
26maxusers	0
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 	MATH_EMULATE		#Support for x87 emulation
35options 	INET			#InterNETworking
36options 	INET6			#IPv6 communications protocols
37options 	FFS			#Berkeley Fast Filesystem
38options 	SOFTUPDATES		#Enable FFS soft updates support
39options 	UFS_DIRHASH		#Improve performance on big directories
40options 	MD_ROOT			#MD is a potential root device
41options 	NFSCLIENT		#Network Filesystem Client
42options 	NFSSERVER		#Network Filesystem Server
43options 	NFS_ROOT		#NFS usable as root device, requires NFSCLIENT
44options 	MSDOSFS			#MSDOS Filesystem
45options 	CD9660			#ISO 9660 Filesystem
46options 	PROCFS			#Process filesystem (requires PSEUDOFS)
47options 	PSEUDOFS		#Pseudo-filesystem framework
48options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
49options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
50options 	EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
51#options 	EPSON_MEMWIN		#EPSON memory window support
52options 	UCONSOLE		#Allow users to grab the console
53#options 	LINE30
54#options 	USERCONFIG		#boot -c editor
55#options 	VISUAL_USERCONFIG	#visual boot -c editor
56options 	KTRACE			#ktrace(1) support
57options 	SYSVSHM			#SYSV-style shared memory
58options 	SYSVMSG			#SYSV-style message queues
59options 	SYSVSEM			#SYSV-style semaphores
60options 	P1003_1B		#Posix P1003_1B real-time extensions
61options 	_KPOSIX_PRIORITY_SCHEDULING
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 mutex checks to detects deadlocks and cycles
69
70# To make an SMP kernel, the next two are needed
71#options 	SMP			# Symmetric MultiProcessor Kernel
72#options 	APIC_IO			# Symmetric (APIC) I/O
73
74device		isa
75device		pci
76options 	COMPAT_OLDISA		# Old ISA driver shims
77#options 	PCI_ENABLE_IO_MODES	# Enable pci resources left off by a "lazy BIOS"
78
79# Floppy drives
80device		fdc
81
82# IDE controller and disks
83device		wdc
84
85# ATAPI devices on wdc
86device		wcd		#IDE CD-ROM
87#device		wfd		#IDE Floppy (e.g. LS-120)
88#device		wst		#IDE Tape (e.g. Travan)
89
90# SCSI Controllers
91device		adv		# Advansys SCSI adapters
92device		ahc		# AHA2940 and onboard AIC7xxx devices
93device		amd		# AMD 53C974 (Tekram DC-390(T))
94device		isp		# Qlogic family
95#device		ncr		# NCR/Symbios Logic
96device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device		aic		# PC-9801-100
99options 	BS_TARG_SAFEMODE
100device		bs	1	# WD33C93 SCSI card (55/92 like board)
101#device		ct		# host adapter using WD33C93[ABC] chip (C bus)
102
103device		ncv		# NCR 53C500
104device		nsp		# Workbit Ninja SCSI-3
105device		stg		# TMC 18C30/18C50
106
107# SCSI peripherals
108device		scbus		# SCSI bus (required)
109device		ch		# SCSI media changers
110device		da		# Direct Access (disks)
111device		sa		# Sequential Access (tape etc)
112device		cd		# CD
113device		pass		# Passthrough device (direct SCSI access)
114device		ses		# SCSI Environmental Services (and SAF-TE)
115
116# keyboard driver
117device		pckbd	1	# at keyboard
118
119device		gdc		# GDC screen
120
121# splash screen/screen saver
122device		splash
123
124# syscons is the default console driver, resembling an SCO console
125device		sc	1
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# Add suspend/resume support for the i8254.
134#device		pmtimer
135
136# Audio support
137#device		pcm		# Windows Sound System
138#device		sbc		# Sound Blaster 16
139
140# PCCARD (PCMCIA) support
141device		card		# pccard bus
142device		pcic		# PCMCIA bridge
143
144# Serial (COM) ports
145options 	COM_MULTIPORT
146#options 	COM_ESP		# ESP98
147device		sio		# 8250, 16[45]50, 8251 based serial ports
148
149device		mse
150#device		joy
151
152# NEW Parallel port
153device		ppc
154device		ppbus		# Parallel port bus (required)
155device		lpt		# Printer
156device		plip		# TCP/IP over parallel
157device		ppi		# Parallel port interface device
158#device		vpo		# Requires scbus and da
159# OLD Parallel port
160# Please stay olpt driver after ppc driver
161#device		olpt
162
163# PCI Ethernet NICs.
164device		de		# DEC/Intel DC21x4x (``Tulip'')
165device		txp		# 3Com 3cR990 (``Typhoon'')
166device		vx		# 3Com 3c590, 3c595 (``Vortex'')
167
168# PCI Ethernet NICs that use the common MII bus controller code.
169# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
170device		miibus		# MII bus support
171device		dc		# DEC/Intel 21143 and various workalikes
172device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
173device		pcn		# AMD Am79C97x PCI 10/100 NICs
174device		rl		# RealTek 8129/8139
175device		sf		# Adaptec AIC-6915 (``Starfire'')
176device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
177device		ste		# Sundance ST201 (D-Link DFE-550TX)
178device		tl		# Texas Instruments ThunderLAN
179device		tx		# SMC EtherPower II (83c170 ``EPIC'')
180device		vr		# VIA Rhine, Rhine II
181device		wb		# Winbond W89C840F
182device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
183
184# ISA Ethernet NICs.  pccard nics included.
185# 'device ed' requires 'device miibus'
186device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
187device		ep		# Etherlink III based cards
188device		fe		# Fujitsu MB8696x based cards
189device		lnc		# C-NET(98)S
190device		sn		# SMC's 9000 series of ethernet chips
191device		snc
192device		xe		# Xircom pccard ethernet
193
194# Wireless NIC cards
195device		an		# Aironet 4500/4800 802.11 wireless NICs.
196device		awi		# BayStack 660 and others
197device		wi		# WaveLAN/IEEE 802.11 wireless NICs.
198#device		wl		# Older non 802.11 Wavelan wireless NIC.
199
200# Pseudo devices - the number indicates how many units to allocate.
201device		random		# Entropy device
202device		loop		# Network loopback
203device		ether		# Ethernet support
204device		sl		# Kernel SLIP
205device		ppp	1	# Kernel PPP
206device		tun		# Packet tunnel.
207device		pty		# Pseudo-ttys (telnet etc)
208device		md		# Memory "disks"
209device		gif		# IPv6 and IPv4 tunneling
210device		faith		# IPv6-to-IPv4 relaying (translation)
211
212# The `bpf' device enables the Berkeley Packet Filter.
213# Be aware of the administrative consequences of enabling this!
214device		bpf		# Berkeley packet filter
215
216#device		compat_atdisk	# IBM-PC HDD support
217
218# USB support
219#device		uhci		# UHCI PCI->USB interface
220#device		ohci		# OHCI PCI->USB interface
221#device		usb		# USB Bus (required)
222#device		udbp		# USB Double Bulk Pipe devices
223#device		ugen		# Generic
224#device		uhid		# "Human Interface Devices"
225#device		ukbd		# Keyboard
226#device		ulpt		# Printer
227#device		umass		# Disks/Mass storage - Requires scbus and da
228#device		ums		# Mouse
229#device		urio		# Diamond Rio 500 MP3 player
230#device		uscanner	# Scanners
231# USB Ethernet, requires mii
232#device		aue		# ADMtek USB ethernet
233#device		cue		# CATC USB ethernet
234#device		kue		# Kawasaki LSI USB ethernet
235