GENERIC revision 61905
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 61905 2000-06-21 14:54:19Z kato $
19
20machine		pc98
21cpu		I386_CPU
22cpu		I486_CPU
23cpu		I586_CPU
24cpu		I686_CPU
25ident		GENERIC
26maxusers	32
27
28hints		"GENERIC.hints"
29
30#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
31
32options 	PC98			#PC98
33options 	MATH_EMULATE		#Support for x87 emulation
34options 	INET			#InterNETworking
35options 	INET6			#IPv6 communications protocols
36options 	FFS			#Berkeley Fast Filesystem
37options 	FFS_ROOT		#FFS usable as root device [keep this!]
38options 	MFS			#Memory Filesystem
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 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
45options 	PROCFS			#Process filesystem
46options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
47options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
48options 	EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
49#options 	EPSON_MEMWIN		#EPSON memory window support
50options 	UCONSOLE		#Allow users to grab the console
51#options 	LINE30
52options 	USERCONFIG		#boot -c editor
53options 	VISUAL_USERCONFIG	#visual boot -c editor
54options 	KTRACE			#ktrace(1) support
55options 	SYSVSHM			#SYSV-style shared memory
56options 	SYSVMSG			#SYSV-style message queues
57options 	SYSVSEM			#SYSV-style semaphores
58options 	P1003_1B		#Posix P1003_1B real-time extensions
59options 	_KPOSIX_PRIORITY_SCHEDULING
60#options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
61
62# To make an SMP kernel, the next two are needed
63#options 	SMP			# Symmetric MultiProcessor Kernel
64#options 	APIC_IO			# Symmetric (APIC) I/O
65# Optionally these may need tweaked, (defaults shown):
66#options 	NCPU=2			# number of CPUs
67#options 	NBUS=4			# number of busses
68#options 	NAPIC=1			# number of IO APICs
69#options 	NINTR=24		# number of INTs
70
71device		isa
72device		pci
73options 	COMPAT_OLDISA		# Old ISA driver shims
74options 	COMPAT_OLDPCI		# Old PCI driver shims
75
76# Floppy drives
77device		fdc
78
79# IDE controller and disks
80device		wdc
81
82# ATAPI devices on wdc
83device		wcd		#IDE CD-ROM
84#device		wfd		#IDE Floppy (e.g. LS-120)
85#device		wst		#IDE Tape (e.g. Travan)
86
87# SCSI Controllers
88device		adv
89device		ahc		# AHA2940 and onboard AIC7xxx devices
90device		amd		# AMD 53C974 (Teckram DC-390(T))
91device		isp		# Qlogic family
92device		ncr		# NCR/Symbios Logic
93device		sym		# NCR/Symbios Logic (newer chipsets)
94
95# WD33C93 SCSI card (55/92 like board)
96options 	BS_TARG_SAFEMODE
97device		bs	1
98
99# PC-9801-100
100device		aic
101
102# SCSI peripherals
103device		scbus		# SCSI bus (required)
104device		da		# Direct Access (disks)
105device		sa		# Sequential Access (tape etc)
106device		cd		# CD
107device		pass		# Passthrough device (direct SCSI access)
108
109# RAID controllers
110device		ida		# Compaq Smart RAID
111device		amr		# AMI MegaRAID
112device		mlx		# Mylex DAC960 family
113
114# keyboard driver
115device		pckbd	1
116
117device		gdc
118
119# splash screen/screen saver
120device		splash
121
122# syscons is the default console driver, resembling an SCO console
123device		sc	1
124
125# Floating point support - do not disable.
126device		npx
127
128# Power management support (see LINT for more options)
129#device		apm
130
131# PCCARD (PCMCIA) support
132device		card
133device		pcic
134
135# Serial (COM) ports
136options 	COM_MULTIPORT
137#options 	COM_ESP		# ESP98
138device		sio
139
140device		mse
141
142# NEW Parallel port
143device		ppc
144device		ppbus		# Parallel port bus (required)
145device		lpt		# Printer
146device		plip		# TCP/IP over parallel
147device		ppi		# Parallel port interface device
148#device		vpo		# Requires scbus and da
149# OLD Parallel port
150# Please stay olpt driver after ppc driver
151device		olpt	1
152
153
154# PCI Ethernet NICs.
155device		de		# DEC/Intel DC21x4x (``Tulip'')
156device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
157device		tx		# SMC 9432TX (83c170 ``EPIC'')
158device		vx		# 3Com 3c590, 3c595 (``Vortex'')
159device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
160
161# PCI Ethernet NICs that use the common MII bus controller code.
162device		miibus		# MII bus support
163device		dc		# DEC/Intel 21143 and various workalikes
164device		rl		# RealTek 8129/8139
165device		sf		# Adaptec AIC-6915 (``Starfire'')
166device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
167device		ste		# Sundance ST201 (D-Link DFE-550TX)
168device		tl		# Texas Instruments ThunderLAN
169device		vr		# VIA Rhine, Rhine II
170device		wb		# Winbond W89C840F
171device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
172
173# ISA Ethernet NICs.
174
175# DP8390 NIC
176device		ed	1
177
178# MB86960A NIC
179options 	FE_8BIT_SUPPORT		# LAC-98 support
180device		fe
181
182device		ep
183device		lnc
184device		sn
185
186# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
187# exists only as a PCMCIA device, so there is no ISA attatement needed
188# and resources will always be dynamically assigned by the pccard code.
189device		wi
190# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
191# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
192# mode (the factory default). If you set the switches on your ISA
193# card for a manually chosen I/O address and IRQ, you must specify
194# those paremeters here.
195device		an
196# BayStack 660 and others
197device		awi
198# Xircom pccard ethernet
199device		xe
200
201
202# The VoxWare sound drivers
203#device	snd
204#device	sb
205#device	sbxvi
206#device	sbmidi
207#device	opl
208#device	nss
209#device	mss
210#device	mpu
211
212#device	joy
213
214# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
215#
216# Windows Sound System
217#device	pcm
218#
219# Sound Blaster 16 (This device need the bridge driver.)
220#device	pcm
221#device	sbc
222
223# Pseudo devices - the number indicates how many units to allocated.
224device		loop		# Network loopback
225device		ether		# Ethernet support
226device		sl	1	# Kernel SLIP
227device		ppp	1	# Kernel PPP
228device		tun		# Packet tunnel.
229device		pty		# Pseudo-ttys (telnet etc)
230device		md		# Memory "disks"
231device		gif	4	# IPv6 and IPv4 tunneling
232device		faith	1	# IPv6-to-IPv4 relaying (translation)
233
234# The `bpf' device enables the Berkeley Packet Filter.
235# Be aware of the administrative consequences of enabling this!
236device		bpf		# Berkeley packet filter
237
238#device		compat_atdisk	# IBM-PC HDD support
239
240# USB support
241#device		uhci		# UHCI PCI->USB interface
242#device		ohci		# OHCI PCI->USB interface
243#device		usb		# USB Bus (required)
244#device		udbp		# USB Double Bulk Pipe devices
245#device		ugen		# Generic
246#device		uhid		# "Human Interface Devices"
247#device		ukbd		# Keyboard
248#device		ulpt		# Printer
249#device		umass		# Disks/Mass storage - Requires scbus and da
250#device		ums		# Mouse
251#device		urio		# Diamond Rio 500 MP3 player
252# USB Ethernet, requires mii
253#device		aue		# ADMtek USB ethernet
254#device		cue		# CATC USB ethernet
255#device		kue		# Kawasaki LSI USB ethernet
256