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