GENERIC revision 73149
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 73149 2001-02-27 12:34:01Z nyan $
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
90device		aic		# PC-9801-100
91options 	BS_TARG_SAFEMODE
92device		bs	1	# WD33C93 SCSI card (55/92 like board)
93#device		ct		# host adapter using WD33C93[ABC] chip (C bus)
94
95device		ncv		# NCR 53C500
96device		nsp		# Workbit Ninja SCSI-3
97device		stg		# TMC 18C30/18C50
98
99# SCSI peripherals
100device		scbus		# SCSI bus (required)
101device		da		# Direct Access (disks)
102device		sa		# Sequential Access (tape etc)
103device		cd		# CD
104device		pass		# Passthrough device (direct SCSI access)
105
106# keyboard driver
107device		pckbd	1	# at keyboard
108
109device		gdc		# GDC screen
110
111# splash screen/screen saver
112device		splash
113
114# syscons is the default console driver, resembling an SCO console
115device		sc	1
116
117# Floating point support - do not disable.
118device		npx
119
120# Power management support (see NOTES for more options)
121#device		apm
122# Add suspend/resume support for the i8254.
123#device		pmtimer
124
125# Audio support
126device		pcm		# Windows Sound System
127#device		sbc		# Sound Blaster 16
128
129# PCCARD (PCMCIA) support
130device		card		# pccard bus
131device		pcic		# PCMCIA bridge
132
133# Serial (COM) ports
134options 	COM_MULTIPORT
135#options 	COM_ESP		# ESP98
136device		sio		# 8250, 16[45]50, 8251 based serial ports
137
138device		mse
139#device		joy
140
141# NEW Parallel port
142device		ppc
143device		ppbus		# Parallel port bus (required)
144device		lpt		# Printer
145device		plip		# TCP/IP over parallel
146device		ppi		# Parallel port interface device
147#device		vpo		# Requires scbus and da
148# OLD Parallel port
149# Please stay olpt driver after ppc driver
150device		olpt	1
151
152# PCI Ethernet NICs.
153device		de		# DEC/Intel DC21x4x (``Tulip'')
154device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
155device		vx		# 3Com 3c590, 3c595 (``Vortex'')
156device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
157
158# PCI Ethernet NICs that use the common MII bus controller code.
159# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
160device		miibus		# MII bus support
161device		dc		# DEC/Intel 21143 and various workalikes
162device		pcn		# AMD Am79C79x PCI 10/100 NICs
163device		rl		# RealTek 8129/8139
164device		sf		# Adaptec AIC-6915 (``Starfire'')
165device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
166device		ste		# Sundance ST201 (D-Link DFE-550TX)
167device		tl		# Texas Instruments ThunderLAN
168device		tx		# SMC EtherPower II (83c170 ``EPIC'')
169device		vr		# VIA Rhine, Rhine II
170device		wb		# Winbond W89C840F
171device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
172
173# ISA Ethernet NICs.  pccard nics included.
174device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
175device		ep		# Etherlink III based cards
176options 	FE_8BIT_SUPPORT	# LAC-98 support
177device		fe		# Fujitsu MB8696x based cards
178#device		lnc
179device		sn		# SMC's 9000 series of ethernet chips
180device		snc
181device		xe		# Xircom pccard ethernet
182
183# Wireless NIC cards
184device		an		# Aironet 4500/4800 802.11 wireless NICs.
185device		awi		# BayStack 660 and others
186device		wi		# WaveLAN/IEEE 802.11 wireless NICs.
187#device		wl		# Older non 802.11 Wavelan wireless NIC.
188
189# Pseudo devices - the number indicates how many units to allocated.
190device		random		# Entropy device
191device		loop		# Network loopback
192device		ether		# Ethernet support
193device		sl		# Kernel SLIP
194device		ppp	1	# Kernel PPP
195device		tun		# Packet tunnel.
196device		pty		# Pseudo-ttys (telnet etc)
197device		md		# Memory "disks"
198device		gif	4	# IPv6 and IPv4 tunneling
199device		faith	1	# IPv6-to-IPv4 relaying (translation)
200
201# The `bpf' device enables the Berkeley Packet Filter.
202# Be aware of the administrative consequences of enabling this!
203device		bpf		# Berkeley packet filter
204
205#device		compat_atdisk	# IBM-PC HDD support
206
207# USB support
208#device		uhci		# UHCI PCI->USB interface
209#device		ohci		# OHCI PCI->USB interface
210#device		usb		# USB Bus (required)
211#device		udbp		# USB Double Bulk Pipe devices
212#device		ugen		# Generic
213#device		uhid		# "Human Interface Devices"
214#device		ukbd		# Keyboard
215#device		ulpt		# Printer
216#device		umass		# Disks/Mass storage - Requires scbus and da
217#device		ums		# Mouse
218#device		urio		# Diamond Rio 500 MP3 player
219#device		uscanner	# Scanners
220# USB Ethernet, requires mii
221#device		aue		# ADMtek USB ethernet
222#device		cue		# CATC USB ethernet
223#device		kue		# Kawasaki LSI USB ethernet
224