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