GENERIC revision 61741
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 ./LINT configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in LINT.
17#
18# $FreeBSD: head/sys/pc98/conf/GENERIC 61741 2000-06-17 03:58:06Z kato $
19
20machine		pc98
21cpu		I386_CPU
22cpu		I486_CPU
23cpu		I586_CPU
24cpu		I686_CPU
25ident		GENERIC
26maxusers	32
27
28hints		"GENERIC.hints"
29
30#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
31
32options 	PC98			#PC98
33options 	MATH_EMULATE		#Support for x87 emulation
34options 	INET			#InterNETworking
35options 	INET6			#IPv6 communications protocols
36options 	FFS			#Berkeley Fast Filesystem
37options 	FFS_ROOT		#FFS usable as root device [keep this!]
38options 	MFS			#Memory Filesystem
39options 	MD_ROOT			#MD is a potential root device
40options 	NFS			#Network Filesystem
41options 	NFS_ROOT		#NFS usable as root device, NFS required
42options 	MSDOSFS			#MSDOS Filesystem
43options 	CD9660			#ISO 9660 Filesystem
44options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
45options 	PROCFS			#Process filesystem
46options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
47options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
48options 	EPSON_BOUNCEDMA		#use bounce buufer for 15-16M
49#options 	EPSON_MEMWIN		#EPSON memory window support
50options 	UCONSOLE		#Allow users to grab the console
51#options 	LINE30
52options 	USERCONFIG		#boot -c editor
53options 	VISUAL_USERCONFIG	#visual boot -c editor
54options 	KTRACE			#ktrace(1) support
55options 	SYSVSHM			#SYSV-style shared memory
56options 	SYSVMSG			#SYSV-style message queues
57options 	SYSVSEM			#SYSV-style semaphores
58options 	P1003_1B		#Posix P1003_1B real-time extensions
59options 	_KPOSIX_PRIORITY_SCHEDULING
60#options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
61
62# To make an SMP kernel, the next two are needed
63#options 	SMP			# Symmetric MultiProcessor Kernel
64#options 	APIC_IO			# Symmetric (APIC) I/O
65# Optionally these may need tweaked, (defaults shown):
66#options 	NCPU=2			# number of CPUs
67#options 	NBUS=4			# number of busses
68#options 	NAPIC=1			# number of IO APICs
69#options 	NINTR=24		# number of INTs
70
71device		isa
72device		pci
73options 	COMPAT_OLDISA		# Old ISA driver shims
74options 	COMPAT_OLDPCI		# Old PCI driver shims
75
76# Floppy drives
77device		fdc
78
79# IDE controller and disks
80device		wdc
81
82# ATAPI devices on wdc
83device		wcd		#IDE CD-ROM
84#device		wfd		#IDE Floppy (e.g. LS-120)
85#device		wst		#IDE Tape (e.g. Travan)
86
87# SCSI Controllers
88device		adv
89device		ahc		# AHA2940 and onboard AIC7xxx devices
90device		amd		# AMD 53C974 (Teckram DC-390(T))
91device		isp		# Qlogic family
92device		ncr		# NCR/Symbios Logic
93device		sym		# NCR/Symbios Logic (newer chipsets)
94
95#
96# WD33C93 SCSI card (55/92 like board)
97#
98
99options	BS_TARG_SAFEMODE
100
101device		bs	1
102# PC-9801-92
103#hint.bs.0.at="isa"
104#hint.bs.0.port="0xCC0"
105#hint.bs.0.irq="5"
106#hint.bs.0.drq="3"
107#hint.bs.0.flags="0"
108# SC-98
109#hint.bs.0.at="isa"
110#hint.bs.0.port="0xCC0"
111#hint.bs.0.irq="5"
112#hint.bs.0.drq="3"
113#hint.bs.0.flags="0x10000"
114# HA-55BS2 and later
115#hint.bs.0.at="isa"
116#hint.bs.0.port="0xCC0"
117#hint.bs.0.irq="5"
118#hint.bs.0.drq="3"
119#hint.bs.0.flags="0x20000"
120# ELECOM type
121#hint.bs.0.at="isa"
122#hint.bs.0.port="0xCC0"
123#hint.bs.0.irq="5"
124#hint.bs.0.drq="3"
125#hint.bs.0.flags="0x30000"
126# SMIT
127#hint.bs.0.at="isa"
128#hint.bs.0.port="0xCC0"
129#hint.bs.0.irq="5"
130#hint.bs.0.drq="3"
131#hint.bs.0.iomem="0xdd000"
132#hint.bs.0.iosiz="0x1000"
133#hint.bs.0.flags="0x40000"
134# Logitec LHA-20x
135#hint.bs.0.at="isa"
136#hint.bs.0.port="0xCC0"
137#hint.bs.0.irq="5"
138#hint.bs.0.drq="3"
139#hint.bs.0.flags="0x50000"
140
141# PC-9801-100
142device	aic
143
144# SCSI peripherals
145device		scbus		# SCSI bus (required)
146device		da		# Direct Access (disks)
147device		sa		# Sequential Access (tape etc)
148device		cd		# CD
149device		pass		# Passthrough device (direct SCSI access)
150
151# RAID controllers
152device		ida		# Compaq Smart RAID
153device		amr		# AMI MegaRAID
154device		mlx		# Mylex DAC960 family
155
156# keyboard driver
157device		pckbd	1
158
159device		gdc
160
161# splash screen/screen saver
162device		splash
163
164# syscons is the default console driver, resembling an SCO console
165device		sc	1
166
167# Floating point support - do not disable.
168device		npx
169
170# Power management support (see LINT for more options)
171#device		apm
172
173# PCCARD (PCMCIA) support
174device		card
175device		pcic
176
177# Serial (COM) ports
178#
179options 	COM_MULTIPORT
180#
181# COM1
182device		sio
183# COM2 (2nd CCU)
184#hint.sio.1.at="isa"
185#hint.sio.1.port="0x238"
186#hint.sio.1.irq="5"
187#hint.sio.1.flags="0x12000010"
188# PC-9861K, PC-9801-101, MDC-926Rs
189#hint.sio.1.at="isa"
190#hint.sio.1.port="0x0B1"
191#hint.sio.1.irq="5"
192#hint.sio.1.flags="0x01000000"
193#hint.sio.2.at="isa"
194#hint.sio.2.port="0x0B9"
195#hint.sio.2.irq="6"
196#hint.sio.2.flags="0x02000000"
197# PC-9801-120 (PnP off)
198#hint.sio.1.at="isa"
199#hint.sio.1.port="0x8b0"
200#hint.sio.1.irq="5"
201#hint.sio.1.flags="0x11000000"
202# MC-16550II, MC-RS98
203#hint.sio.1.at="isa"
204#hint.sio.1.port="0xd2"
205#hint.sio.1.irq="5"
206#hint.sio.1.flags="0x14000101"
207#hint.sio.2.at="isa"
208#hint.sio.2.port="0x8d2"
209#hint.sio.2.flags="0x14000101"
210# RSB-2000, RSB-3000, B98-02
211#hint.sio.1.at="isa"
212#hint.sio.1.port="0xb0"
213#hint.sio.1.flags="0x15000101"
214#hint.sio.2.at="isa"
215#hint.sio.2.port="0xb1"
216#hint.sio.2.flags="0x15000101"
217# RSB-384
218#hint.sio.1.at="isa"
219#hint.sio.1.port="0xb0"
220#hint.sio.1.flags="0x16000000"
221#hint.sio.2.at="isa"
222#hint.sio.2.port="0xb1"
223#hint.sio.2.flags="0x16000000"
224# RSA-98III
225#hint.sio.1.at="isa"
226#hint.sio.1.port="0x50e0"
227#hint.sio.1.irq="5"
228#hint.sio.1.flags="0x18000101"
229#hint.sio.2.at="isa"
230#hint.sio.2.port="0x51e0"
231#hint.sio.2.flags="0x18000101"
232# ESP98
233#options 	COM_ESP
234#hint.sio.1.at="isa"
235#hint.sio.1.port="0x18b0"
236#hint.sio.1.irq="5"
237#hint.sio.1.flags="0x19000000"
238
239device		mse
240
241# NEW Parallel port
242device		ppc
243device		ppbus		# Parallel port bus (required)
244device		lpt		# Printer
245device		plip		# TCP/IP over parallel
246device		ppi		# Parallel port interface device
247#device		vpo		# Requires scbus and da
248# OLD Parallel port
249# Please stay olpt driver after ppc driver
250device		olpt	1
251
252
253# PCI Ethernet NICs.
254device		de		# DEC/Intel DC21x4x (``Tulip'')
255device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
256device		tx		# SMC 9432TX (83c170 ``EPIC'')
257device		vx		# 3Com 3c590, 3c595 (``Vortex'')
258device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
259
260# PCI Ethernet NICs that use the common MII bus controller code.
261device		miibus		# MII bus support
262device		dc		# DEC/Intel 21143 and various workalikes
263device		rl		# RealTek 8129/8139
264device		sf		# Adaptec AIC-6915 (``Starfire'')
265device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
266device		ste		# Sundance ST201 (D-Link DFE-550TX)
267device		tl		# Texas Instruments ThunderLAN
268device		vr		# VIA Rhine, Rhine II
269device		wb		# Winbond W89C840F
270device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
271
272# ISA Ethernet NICs.
273#
274# DP8390 NIC
275#
276# ed0: generic driver/EtherEZ98
277# ed1: LANEED LD-BDN
278# ed2: EGY-98
279# ed3: LGY-98
280# ed4: ICM-IF-2766/EN-2298-T
281# ed5: SIC-98
282# ed6: PC-9801-108
283# ed7: LA-98
284# ed8: C-NET(98)
285# ed9: C-NET(98)E/L
286# ed10: EC/EP-98X
287# ed11: SIU-98-D
288#
289# XXX convert to hints
290#device ed0 at isa? port 0x00d0 irq 6
291##device ed0 at isa? port 0x10d0 irq 6 iomem 0xc8000    # SMC EtherEZ98
292#device ed5 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000
293#device ed1 at isa? port 0x00d8 irq 6 flags 0x200000
294#device ed3 at isa? port 0x00d0 irq 6 flags 0x400000
295#device ed4 at isa? port 0x56d0 irq 5 flags 0x500000
296#device ed2 at isa? port 0x00d8 irq 6 flags 0x300000
297#device ed7 at isa? port 0x00d0 irq 6 flags 0x900000
298#device ed6 at isa? port 0x0770 irq 6 flags 0x800000
299#device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
300#device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
301#device ed10 at isa? port 0x00d0 irq 3 flags 0xd10000
302#device ed11 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 32768 flags 0x610000
303#
304# MB86960A NIC
305#
306# fe0: RE1000/1000Plus/AccessPC N98C+/LAC-98
307# fe1: C-NET(98)P2/C-NET(9N)E
308#
309# FE_8BIT_SUPPORT is needed to support LAC-98
310#
311options 	FE_8BIT_SUPPORT		# LAC-98 support
312device		fe
313
314device		ep
315device		lnc
316device		sn
317
318# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
319# exists only as a PCMCIA device, so there is no ISA attatement needed
320# and resources will always be dynamically assigned by the pccard code.
321device		wi
322# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
323# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
324# mode (the factory default). If you set the switches on your ISA
325# card for a manually chosen I/O address and IRQ, you must specify
326# those paremeters here.
327device		an
328# BayStack 660 and others
329device		awi
330# Xircom pccard ethernet
331device		xe
332
333
334#device	snd
335#device	sb
336#device	sbxvi
337#device	sbmidi
338#device	opl
339#device	nss
340#device	mss
341#device	mpu
342
343#device	joy
344
345# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
346#
347# Windows Sound System
348#device	pcm
349#
350# Sound Blaster 16 (This device need the bridge driver.)
351#device	pcm
352#device	sbc
353
354# Pseudo devices - the number indicates how many units to allocated.
355device		loop		# Network loopback
356device		ether		# Ethernet support
357device		sl	1	# Kernel SLIP
358device		ppp	1	# Kernel PPP
359device		tun		# Packet tunnel.
360device		pty		# Pseudo-ttys (telnet etc)
361device		md		# Memory "disks"
362device		gif	4	# IPv6 and IPv4 tunneling
363device		faith	1	# IPv6-to-IPv4 relaying (translation)
364
365# The `bpf' device enables the Berkeley Packet Filter.
366# Be aware of the administrative consequences of enabling this!
367device		bpf		# Berkeley packet filter
368
369#device		compat_atdisk	#IBM-PC HDD support
370
371# USB support
372#device		uhci		# UHCI PCI->USB interface
373#device		ohci		# OHCI PCI->USB interface
374#device		usb		# USB Bus (required)
375#device		udbp		# USB Double Bulk Pipe devices
376#device		ugen		# Generic
377#device		uhid		# "Human Interface Devices"
378#device		ukbd		# Keyboard
379#device		ulpt		# Printer
380#device		umass		# Disks/Mass storage - Requires scbus and da
381#device		ums		# Mouse
382#device		urio		# Diamond Rio 500 MP3 player
383# USB Ethernet, requires mii
384#device		aue		# ADMtek USB ethernet
385#device		cue		# CATC USB ethernet
386#device		kue		# Kawasaki LSI USB ethernet
387