GENERIC revision 1.151
1# $NetBSD: GENERIC,v 1.151 2000/05/08 13:49:45 augustss Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4#
5# If you add stuff to this, please add it to the ALPHA configuration, too.
6
7include	"arch/alpha/conf/std.alpha"
8
9#ident 		"GENERIC-$Revision: 1.151 $"
10
11maxusers 32
12
13# CPU Support
14#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
15options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
16options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
17options 	DEC_3000_300	# Pelican etc:	3000/300*
18options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
19options 	DEC_EB164	# EB164:	AlphaPC 164
20options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
21options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
22options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
23options 	DEC_KN300	# KN300:	AlphaServer 4100
24options 	DEC_550		# Miata:	Digital Personal Workstation
25options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
26options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
27options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
28options 	DEC_EB66	# EB66:		21066 Evaluation Board
29options 	DEC_6600	# EV6:		264DP OEM Board
30
31# Standard system options
32options 	KTRACE			# System call tracing support
33
34# Diagnostic/debugging support options
35options 	DIAGNOSTIC		# Cheap kernel consistency checks
36options 	DDB			# kernel debugger
37#makeoptions	DEBUG="-g"
38
39# File systems
40file-system	FFS		# Fast file system
41file-system	MFS		# Memory-based file system
42file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
43file-system	MSDOSFS		# MS-DOS-compatible file system
44file-system	NTFS		# Windows/NT file system (experimental)
45file-system	NFS		# Sun NFS-compatible file system client
46#file-system	KERNFS
47#file-system	PROCFS
48
49# File system options
50options 	NFSSERVER	# Sun NFS-compatible file system server
51#options 	FFS_EI		# FFS Endian Independant support
52#options 	SOFTDEP		# FFS soft updates support.
53
54# Pull in config fragments for kernel crypto.  This is required for
55# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
56# one of these, based on whether you use crypto-us or crypto-intl, and
57# adjust the prefixes as necessary.
58
59#prefix ../crypto-us/sys
60#cinclude "conf/files.crypto-us"
61#prefix
62
63#prefix ../crypto-intl/sys
64#cinclude "conf/files.crypto-intl"
65#prefix
66
67# Networking options
68options 	INET		# Internet protocol suite
69options 	INET6		# IPV6
70#options 	IPSEC		# IP security
71#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
72#options 	IPSEC_DEBUG	# debug for IP security
73
74# 4.3BSD compatibility.  Should be optional, but necessary for now.
75options 	COMPAT_43
76
77# Binary compatibility with previous versions of NetBSD.
78#options 	COMPAT_09
79options 	COMPAT_10
80options 	COMPAT_11
81options 	COMPAT_12
82options 	COMPAT_13
83options 	COMPAT_14
84
85# OSF/1 binary compatibility
86options 	COMPAT_OSF1
87
88# System V-like message queues
89options 	SYSVMSG
90
91# System V-like semaphores
92options 	SYSVSEM
93
94# System V-like shared memory
95options 	SYSVSHM
96#options 	SHMMAXPGS=1024		# 1024 pages is the default
97
98# Loadable Kernel Modules
99options 	LKM
100
101# Disable kernel security.
102#options 	INSECURE
103
104# Misc. options
105options 	EISAVERBOSE		# recognize "unknown" EISA devices
106options 	PCIVERBOSE		# recognize "unknown" PCI devices
107options 	MIIVERBOSE		# verbose PHY autoconfig messages
108#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
109options 	SCSIVERBOSE		# Verbose SCSI errors
110options 	TCVERBOSE		# recognize "unknown" TC devices
111options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
112
113# The Alpha console firmware network boots using the BOOTP
114# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
115# in case we have NFS root.
116options 	NFS_BOOT_DHCP		# superset of BOOTP
117
118# WS console uses SUN or VT100 terminal emulation
119options 	WSEMUL_VT100
120
121# realtime clock compatible to OSF/1
122#options 	CLOCK_COMPAT_OSF1
123
124config		netbsd	root on ? type ?
125#config		netbsd	root on sd0 type ffs
126#config		netbsd	root on ? type nfs
127
128mainbus0 at	root
129cpu*	at	mainbus0
130
131# TurboLaser bus support and devices
132tlsb*	at	mainbus0
133gbus*	at	tlsb? node ? offset ?
134tlsbmem* at	tlsb? node ? offset ?
135kft*	at	tlsb? node ? offset ?
136
137# Gbus Devices
138mcclock* at	gbus? offset ?
139
140# MCBUS bus support
141mcbus*	at	mainbus0
142mcmem*	at	mcbus? mid ?
143
144#i2c	at	mcbus?
145
146#EV6 Tsunami Core Logic
147
148tsc*	at	mainbus0
149
150# TurboChannel host bus adapter support
151tcasic*	at	mainbus0
152
153# TurboChannel bus support
154tc*	at	tcasic?
155
156# TurboChannel devices
157ioasic*	at	tc? slot ? offset ?
158mcclock* at	ioasic? offset ?
159le*	at	ioasic? offset ?
160scc0	at	ioasic? offset ?
161scc1	at	ioasic? offset ?
162tcds*	at	tc? slot ? offset ?
163asc*	at	tcds? chip ?
164#cfb*	at	tc? slot ? offset ?
165#sfb*	at	tc? slot ? offset ?
166le*	at	tc? slot ? offset ?
167fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
168
169# PCI host bus adapter support
170apecs*	at	mainbus?
171cia*	at	mainbus?
172lca*	at	mainbus?
173dwlpx*	at	kft?
174mcpcia*	at	mcbus? mid ?
175tsp*	at	tsc?
176
177# PCI bus support
178pci*	at	apecs?
179pci*	at	cia?
180pci*	at	lca?
181pci*	at	ppb?
182pci*	at	dwlpx?
183pci*	at	mcpcia?
184pci*	at	tsp?
185
186# PCI devices
187adv*	at	pci? dev ? function ?		# AdvanSys SCSI
188adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
189#options 	ADW_WDTR_DISABLE		# 	disable WDTR
190#options 	ADW_SDTR_DISABLE		# 	disable SDTR
191#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
192ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
193bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
194cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
195cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
196de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
197dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
198eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
199en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
200ep*	at	pci? dev ? function ?		# 3COM 3c59x
201epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
202eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
203ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
204fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
205fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
206isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
207le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
208ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
209ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
210ohci*	at	pci? dev ? function ?		# USB Open Host Controller
211pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
212pciide*	at	pci? dev ? function ?		# PCI IDE controllers
213pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
214ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
215rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
216sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
217sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
218sv*	at	pci? dev ? function ?		# S3 SonicVibes
219tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
220ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
221tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
222tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
223#options 	TLP_MATCH_21040
224#options 	TLP_MATCH_21041
225#options 	TLP_MATCH_21140
226#options 	TLP_MATCH_21142
227uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
228vga*	at	pci? dev ? function ?		# PCI VGA Graphics
229vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
230
231audio*	at	eap?
232audio*	at	eso?
233audio*	at	sv?
234
235opl*	at	eso?
236#opl*	at	sv?
237
238mpu*	at	eso?
239
240# MII/PHY support
241exphy*	at mii? phy ?			# 3Com internal PHYs
242icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
243inphy*	at mii? phy ?			# Intel 82555 PHYs
244lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
245nsphy*	at mii? phy ?			# NS83840 PHYs
246qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
247sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
248tlphy*	at mii? phy ?			# ThunderLAN PHYs
249ukphy*	at mii? phy ?			# generic unknown PHYs
250
251# ISA/EISA bus support
252isa*	at	pceb?
253eisa*	at	pceb?
254isa*	at	sio?
255
256# ISA devices
257mcclock* at	isa? port 0x70
258pckbc*	at	isa?				# PC keyboard controller
259pckbd*	at	pckbc?				# PC keyboard (kbd port)
260pms*	at	pckbc?				# PS/2-style mouse (aux port)
261pcppi*	at	isa?				# PC prog. periph. interface
262spkr0	at	pcppi?				# IBM BASIC emulation
263isabeep0 at	pcppi?				# "keyboard" beep
264com*	at	isa? port 0x3f8 irq 4		# standard serial ports
265com*	at	isa? port 0x2f8 irq 3
266cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
267ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
268fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
269lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
270lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
271depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
272depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
273le*	at	depca?
274lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
275vga*	at	isa?				# ISA (EISA: XXX) VGA
276wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
277wdc1	at	isa? port 0x170 irq 15
278we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
279we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
280#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
281#audio*	at	wss?
282#midi*	at	wss?
283sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
284#sb*	at	isapnp?
285audio*	at	sb?
286#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
287aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
288aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
289bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
290bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
291uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
292uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
293
294# EISA devices
295ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
296ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
297bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
298ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
299fea*	at	eisa? slot ?			# DEC DEFEA FDDI
300tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
301uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
302
303# SCSI bus support
304scsibus* at	adv?
305scsibus* at	adw?
306scsibus* at	aha?
307scsibus* at	ahb?
308scsibus* at	ahc?
309scsibus* at	asc?
310scsibus* at	bha?
311scsibus* at	dpt?
312scsibus* at	isp?
313scsibus* at	ncr?
314scsibus* at	pcscp?
315scsibus* at	uha?
316
317# SCSI devices
318cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
319sd*	at	scsibus? target ? lun ?		# SCSI disk drives
320st*	at	scsibus? target ? lun ?		# SCSI tape drives
321
322# ST506/ESDI/IDE devices
323wd*	at	pciide? channel ?
324wd*	at	wdc? drive ?
325
326# ATAPI bus support
327atapibus* at	pciide? channel ?
328atapibus* at	wdc?
329
330# ATAPI devices
331sd*	at	atapibus? drive ?		# ATAPI disk devices
332cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
333
334# Floppy drives
335fd*	at	fdc? drive ?
336
337# Hardware RAID devices
338ca*	at	cac? unit ?
339
340# USB bus support
341usb*	at uhci?
342usb*	at ohci?
343
344# USB Hubs
345uhub*	at usb?
346uhub*	at uhub? port ? configuration ? interface ?
347
348# USB Mice
349ums*	at uhub? port ? configuration ? interface ?
350wsmouse*	at ums?
351
352# USB Keyboards
353ukbd*	at uhub? port ? configuration ? interface ?
354wskbd*	at ukbd? console ?
355
356# USB Generic HID devices
357uhid*	at uhub? port ? configuration ? interface ?
358
359# USB Printer
360ulpt*	at uhub? port ? configuration ? interface ?
361
362# USB Modem
363umodem*	at uhub? port ? configuration ?
364ucom*	at umodem?
365
366# USB Mass Storage
367umass*	at uhub? port ? configuration ? interface ?
368atapibus* at umass? channel ?
369scsibus* at umass? channel ?
370
371# USB Ethernet adapters
372aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
373cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
374kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
375
376# USB Generic driver
377ugen*	at uhub? port ?
378
379# Workstation Console attachments
380#wsdisplay*	at	cfb?
381wsdisplay*	at	vga?
382#wsdisplay*	at	sfb?
383wsdisplay*	at	tga?
384wskbd*		at	pckbd?
385wsmouse*	at	pms?
386
387pseudo-device	bpfilter	16
388pseudo-device	ccd		4
389#pseudo-device	raid		4		# RAIDframe disk driver
390#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
391pseudo-device	ipfilter	1
392pseudo-device	loop		1
393pseudo-device	md		1
394pseudo-device	ppp		4
395pseudo-device	pty		64
396pseudo-device	sl		4
397pseudo-device	vnd		4
398#pseudo-device	gre		2	# generic L3 over IP tunnel
399pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
400#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
401#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
402pseudo-device	sequencer	1	# MIDI sequencer
403
404# rnd is EXPERIMENTAL
405#pseudo-device	rnd			# /dev/random and in-kernel generator
406#options 	RND_COM			# use "com" randomness too
407