GENERIC revision 70087
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 70087 2000-12-16 03:31:44Z kato $
19
20machine		pc98
21cpu		I386_CPU
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"
30
31#makeoptions	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 	FFS_ROOT		#FFS usable as root device [keep this!]
39options 	SOFTUPDATES		#Enable FFS soft updates support
40options 	MFS			#Memory Filesystem
41#options 	DEVFS			#Device Filesystem
42options 	MD_ROOT			#MD is a potential root device
43options 	NFS			#Network Filesystem
44options 	NFS_ROOT		#NFS usable as root device, NFS required
45options 	MSDOSFS			#MSDOS Filesystem
46options 	CD9660			#ISO 9660 Filesystem
47options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
48options 	PROCFS			#Process filesystem
49options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
50options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
51options 	EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
52#options 	EPSON_MEMWIN		#EPSON memory window support
53options 	UCONSOLE		#Allow users to grab the console
54#options 	LINE30
55options 	USERCONFIG		#boot -c editor
56options 	VISUAL_USERCONFIG	#visual boot -c editor
57options 	KTRACE			#ktrace(1) support
58options 	SYSVSHM			#SYSV-style shared memory
59options 	SYSVMSG			#SYSV-style message queues
60options 	SYSVSEM			#SYSV-style semaphores
61options 	P1003_1B		#Posix P1003_1B real-time extensions
62options 	_KPOSIX_PRIORITY_SCHEDULING
63#options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
64
65# To make an SMP kernel, the next two are needed
66#options 	SMP			# Symmetric MultiProcessor Kernel
67#options 	APIC_IO			# Symmetric (APIC) I/O
68# Optionally these may need tweaked, (defaults shown):
69
70device		isa
71device		pci
72options 	COMPAT_OLDISA		# Old ISA driver shims
73
74# Floppy drives
75device		fdc
76
77# IDE controller and disks
78device		wdc
79
80# ATAPI devices on wdc
81device		wcd		#IDE CD-ROM
82#device		wfd		#IDE Floppy (e.g. LS-120)
83#device		wst		#IDE Tape (e.g. Travan)
84
85# SCSI Controllers
86device		adv
87device		ahc		# AHA2940 and onboard AIC7xxx devices
88device		amd		# AMD 53C974 (Teckram DC-390(T))
89device		isp		# Qlogic family
90#device		ncr		# NCR/Symbios Logic
91device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
92
93# WD33C93 SCSI card (55/92 like board)
94options 	BS_TARG_SAFEMODE
95device		bs	1
96
97# PC-9801-100
98device		aic
99
100device		ncv		# NCR 53C500
101device		nsp		# Workbit Ninja SCSI-3
102device		stg		# TMC 18C30/18C50
103
104# SCSI peripherals
105device		scbus		# SCSI bus (required)
106device		da		# Direct Access (disks)
107device		sa		# Sequential Access (tape etc)
108device		cd		# CD
109device		pass		# Passthrough device (direct SCSI access)
110
111# RAID controllers
112#device		ida		# Compaq Smart RAID
113#device		amr		# AMI MegaRAID
114#device		mlx		# Mylex DAC960 family
115
116# keyboard driver
117device		pckbd	1
118
119device		gdc
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
133# PCCARD (PCMCIA) support
134device		card
135device		pcic
136
137# Serial (COM) ports
138options 	COM_MULTIPORT
139#options 	COM_ESP		# ESP98
140device		sio
141
142device		mse
143
144# NEW Parallel port
145device		ppc
146device		ppbus		# Parallel port bus (required)
147device		lpt		# Printer
148device		plip		# TCP/IP over parallel
149device		ppi		# Parallel port interface device
150#device		vpo		# Requires scbus and da
151# OLD Parallel port
152# Please stay olpt driver after ppc driver
153device		olpt	1
154
155
156# PCI Ethernet NICs.
157device		de		# DEC/Intel DC21x4x (``Tulip'')
158device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
159device		vx		# 3Com 3c590, 3c595 (``Vortex'')
160device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
161
162# PCI Ethernet NICs that use the common MII bus controller code.
163# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
164device		miibus		# MII bus support
165device		dc		# DEC/Intel 21143 and various workalikes
166device		pcn		# AMD Am79C79x 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 9432TX (83c170 ``EPIC'')
173device		vr		# VIA Rhine, Rhine II
174device		wb		# Winbond W89C840F
175device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
176
177# ISA Ethernet NICs.
178
179# DP8390 NIC
180device		ed
181
182# MB86960A NIC
183options 	FE_8BIT_SUPPORT		# LAC-98 support
184device		fe
185
186device		ep
187#device		lnc
188device		sn
189device		snc
190
191# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
192# exists only as a PCMCIA device, so there is no ISA attatement needed
193# and resources will always be dynamically assigned by the pccard code.
194device		wi
195# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
196# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
197# mode (the factory default). If you set the switches on your ISA
198# card for a manually chosen I/O address and IRQ, you must specify
199# those paremeters here.
200device		an
201# BayStack 660 and others
202device		awi
203# Xircom pccard ethernet
204device		xe
205
206#device		joy
207
208# Windows Sound System
209#device		pcm
210#
211# Sound Blaster 16 (This device need the bridge driver.)
212#device		pcm
213#device		sbc
214
215# Pseudo devices - the number indicates how many units to allocated.
216device		random		# Entropy device
217options 	NOBLOCKRANDOM	# avoid any blocking on device random
218device		loop		# Network loopback
219device		ether		# Ethernet support
220device		sl		# Kernel SLIP
221device		ppp	1	# Kernel PPP
222device		tun		# Packet tunnel.
223device		pty		# Pseudo-ttys (telnet etc)
224device		md		# Memory "disks"
225device		gif	4	# IPv6 and IPv4 tunneling
226device		faith	1	# 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!
230device		bpf		# Berkeley packet filter
231
232#device		compat_atdisk	# IBM-PC HDD support
233
234# USB support
235#device		uhci		# UHCI PCI->USB interface
236#device		ohci		# OHCI PCI->USB interface
237#device		usb		# USB Bus (required)
238#device		udbp		# USB Double Bulk Pipe devices
239#device		ugen		# Generic
240#device		uhid		# "Human Interface Devices"
241#device		ukbd		# Keyboard
242#device		ulpt		# Printer
243#device		umass		# Disks/Mass storage - Requires scbus and da
244#device		ums		# Mouse
245#device		urio		# Diamond Rio 500 MP3 player
246#device		uscanner	# Scanners
247# USB Ethernet, requires mii
248#device		aue		# ADMtek USB ethernet
249#device		cue		# CATC USB ethernet
250#device		kue		# Kawasaki LSI USB ethernet
251