GENERIC revision 71037
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 71037 2001-01-14 17:50:15Z markm $
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"		#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 	FFS_ROOT		#FFS usable as root device [keep this!]
39options 	SOFTUPDATES		#Enable FFS soft updates support
40options 	MFS			#Memory Filesystem
41options 	MD_ROOT			#MD is a potential root device
42options 	NFS			#Network Filesystem
43options 	NFS_ROOT		#NFS usable as root device, NFS required
44options 	MSDOSFS			#MSDOS Filesystem
45options 	CD9660			#ISO 9660 Filesystem
46options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
47#options 	DEVFS			#Device Filesystem
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
63options 	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
69device		isa
70device		pci
71options 	COMPAT_OLDISA		# Old ISA driver shims
72
73# Floppy drives
74device		fdc
75
76# IDE controller and disks
77device		wdc
78
79# ATAPI devices on wdc
80device		wcd		#IDE CD-ROM
81#device		wfd		#IDE Floppy (e.g. LS-120)
82#device		wst		#IDE Tape (e.g. Travan)
83
84# SCSI Controllers
85device		adv		# Advansys scsi adapters
86device		ahc		# AHA2940 and onboard AIC7xxx devices
87device		amd		# AMD 53C974 (Teckram DC-390(T))
88device		isp		# Qlogic family
89#device		ncr		# NCR/Symbios Logic
90device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
91
92# WD33C93 SCSI card (55/92 like board)
93options 	BS_TARG_SAFEMODE
94device		bs	1
95
96device		aic		# PC-9801-100
97
98device		ncv		# NCR 53C500
99device		nsp		# Workbit Ninja SCSI-3
100device		stg		# TMC 18C30/18C50
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# keyboard driver
110device		pckbd	1	# at keyboard
111
112device		gdc		# GDC screen
113
114# splash screen/screen saver
115device		splash
116
117# syscons is the default console driver, resembling an SCO console
118device		sc	1
119
120# Floating point support - do not disable.
121device		npx
122
123# Power management support (see NOTES for more options)
124#device		apm
125# Add suspend/resume support for the i8254.
126#device		pmtimer
127
128# Audio support
129device		pcm		# Windows Sound System
130#device		sbc		# Sound Blaster 16
131
132# PCCARD (PCMCIA) support
133device		card		# pccard bus
134device		pcic		# PCMCIA bridge
135
136# Serial (COM) ports
137options 	COM_MULTIPORT
138#options 	COM_ESP		# ESP98
139device		sio		# 8250, 16[45]50, 8251 based serial ports
140
141device		mse
142#device		joy
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# PCI Ethernet NICs.
156device		de		# DEC/Intel DC21x4x (``Tulip'')
157device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
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.
162# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
163device		miibus		# MII bus support
164device		dc		# DEC/Intel 21143 and various workalikes
165device		pcn		# AMD Am79C79x PCI 10/100 NICs
166device		rl		# RealTek 8129/8139
167device		sf		# Adaptec AIC-6915 (``Starfire'')
168device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
169device		ste		# Sundance ST201 (D-Link DFE-550TX)
170device		tl		# Texas Instruments ThunderLAN
171device		tx		# SMC EtherPower II (83c170 ``EPIC'')
172device		vr		# VIA Rhine, Rhine II
173device		wb		# Winbond W89C840F
174device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
175
176# ISA Ethernet NICs.  pccard nics included.
177device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
178device		ep		# Etherlink III based cards
179options 	FE_8BIT_SUPPORT	# LAC-98 support
180device		fe		# Fujitsu MB8696x based cards
181#device		lnc
182device		sn		# SMC's 9000 series of ethernet chips
183device		snc
184device		xe		# Xircom pccard ethernet
185
186# Wireless NIC cards
187device		an		# Aironet 4500/4800 802.11 wireless NICs.
188device		awi		# BayStack 660 and others
189device		wi		# WaveLAN/IEEE 802.11 wireless NICs.
190#device		wl		# Older non 802.11 Wavelan wireless NIC.
191
192# Pseudo devices - the number indicates how many units to allocated.
193device		random		# Entropy device
194device		loop		# Network loopback
195device		ether		# Ethernet support
196device		sl		# Kernel SLIP
197device		ppp	1	# Kernel PPP
198device		tun		# Packet tunnel.
199device		pty		# Pseudo-ttys (telnet etc)
200device		md		# Memory "disks"
201device		gif	4	# IPv6 and IPv4 tunneling
202device		faith	1	# IPv6-to-IPv4 relaying (translation)
203
204# The `bpf' device enables the Berkeley Packet Filter.
205# Be aware of the administrative consequences of enabling this!
206device		bpf		# Berkeley packet filter
207
208#device		compat_atdisk	# IBM-PC HDD support
209
210# USB support
211#device		uhci		# UHCI PCI->USB interface
212#device		ohci		# OHCI PCI->USB interface
213#device		usb		# USB Bus (required)
214#device		udbp		# USB Double Bulk Pipe devices
215#device		ugen		# Generic
216#device		uhid		# "Human Interface Devices"
217#device		ukbd		# Keyboard
218#device		ulpt		# Printer
219#device		umass		# Disks/Mass storage - Requires scbus and da
220#device		ums		# Mouse
221#device		urio		# Diamond Rio 500 MP3 player
222#device		uscanner	# Scanners
223# USB Ethernet, requires mii
224#device		aue		# ADMtek USB ethernet
225#device		cue		# CATC USB ethernet
226#device		kue		# Kawasaki LSI USB ethernet
227