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