GENERIC revision 1.148
1# $NetBSD: GENERIC,v 1.148 2000/04/19 06:50:27 itojun 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.148 $"
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
107#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
108options 	SCSIVERBOSE		# Verbose SCSI errors
109options 	TCVERBOSE		# recognize "unknown" TC devices
110options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
111
112# The Alpha console firmware network boots using the BOOTP
113# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
114# in case we have NFS root.
115options 	NFS_BOOT_DHCP		# superset of BOOTP
116
117# WS console uses SUN or VT100 terminal emulation
118options 	WSEMUL_VT100
119
120# realtime clock compatible to OSF/1
121#options 	CLOCK_COMPAT_OSF1
122
123config		netbsd	root on ? type ?
124#config		netbsd	root on sd0 type ffs
125#config		netbsd	root on ? type nfs
126
127mainbus0 at	root
128cpu*	at	mainbus0
129
130# TurboLaser bus support and devices
131tlsb*	at	mainbus0
132gbus*	at	tlsb? node ? offset ?
133tlsbmem* at	tlsb? node ? offset ?
134kft*	at	tlsb? node ? offset ?
135
136# Gbus Devices
137mcclock* at	gbus? offset ?
138
139# MCBUS bus support
140mcbus*	at	mainbus0
141mcmem*	at	mcbus? mid ?
142
143#i2c	at	mcbus?
144
145#EV6 Tsunami Core Logic
146
147tsc*	at	mainbus0
148
149# TurboChannel host bus adapter support
150tcasic*	at	mainbus0
151
152# TurboChannel bus support
153tc*	at	tcasic?
154
155# TurboChannel devices
156ioasic*	at	tc? slot ? offset ?
157mcclock* at	ioasic? offset ?
158le*	at	ioasic? offset ?
159scc0	at	ioasic? offset ?
160scc1	at	ioasic? offset ?
161tcds*	at	tc? slot ? offset ?
162asc*	at	tcds? chip ?
163#cfb*	at	tc? slot ? offset ?
164#sfb*	at	tc? slot ? offset ?
165le*	at	tc? slot ? offset ?
166fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
167
168# PCI host bus adapter support
169apecs*	at	mainbus?
170cia*	at	mainbus?
171lca*	at	mainbus?
172dwlpx*	at	kft?
173mcpcia*	at	mcbus? mid ?
174tsp*	at	tsc?
175
176# PCI bus support
177pci*	at	apecs?
178pci*	at	cia?
179pci*	at	lca?
180pci*	at	ppb?
181pci*	at	dwlpx?
182pci*	at	mcpcia?
183pci*	at	tsp?
184
185# PCI devices
186adv*	at	pci? dev ? function ?		# AdvanSys SCSI
187adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
188#options 	ADW_WDTR_DISABLE		# 	disable WDTR
189#options 	ADW_SDTR_DISABLE		# 	disable SDTR
190#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
191ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
192bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
193cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
194de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
195dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
196eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
197en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
198ep*	at	pci? dev ? function ?		# 3COM 3c59x
199epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
200eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
201ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
202fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
203fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
204isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
205le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
206ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
207ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
208ohci*	at	pci? dev ? function ?		# USB Open Host Controller
209pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
210pciide*	at	pci? dev ? function ?		# PCI IDE controllers
211pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
212ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
213rl*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
214sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
215sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
216sv*	at	pci? dev ? function ?		# S3 SonicVibes
217tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
218ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
219tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
220tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
221#options 	TLP_MATCH_21040
222#options 	TLP_MATCH_21041
223#options 	TLP_MATCH_21140
224#options 	TLP_MATCH_21142
225uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
226vga*	at	pci? dev ? function ?		# PCI VGA Graphics
227vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
228
229audio*	at	eap?
230audio*	at	eso?
231audio*	at	sv?
232
233opl*	at	eso?
234#opl*	at	sv?
235
236mpu*	at	eso?
237
238# MII/PHY support
239exphy*	at mii? phy ?			# 3Com internal PHYs
240icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
241inphy*	at mii? phy ?			# Intel 82555 PHYs
242lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
243nsphy*	at mii? phy ?			# NS83840 PHYs
244qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
245sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
246tlphy*	at mii? phy ?			# ThunderLAN PHYs
247ukphy*	at mii? phy ?			# generic unknown PHYs
248
249# ISA/EISA bus support
250isa*	at	pceb?
251eisa*	at	pceb?
252isa*	at	sio?
253
254# ISA devices
255mcclock* at	isa? port 0x70
256pckbc*	at	isa?				# PC keyboard controller
257pckbd*	at	pckbc?				# PC keyboard (kbd port)
258pms*	at	pckbc?				# PS/2-style mouse (aux port)
259pcppi*	at	isa?				# PC prog. periph. interface
260spkr0	at	pcppi?				# IBM BASIC emulation
261isabeep0 at	pcppi?				# "keyboard" beep
262com*	at	isa? port 0x3f8 irq 4		# standard serial ports
263com*	at	isa? port 0x2f8 irq 3
264cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
265ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
266fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
267lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
268lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
269depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
270depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
271le*	at	depca?
272lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
273vga*	at	isa?				# ISA (EISA: XXX) VGA
274wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
275wdc1	at	isa? port 0x170 irq 15
276we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
277we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
278#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
279#audio*	at	wss?
280#midi*	at	wss?
281sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
282#sb*	at	isapnp?
283audio*	at	sb?
284#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
285aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
286aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
287bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
288bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
289uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
290uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
291
292# EISA devices
293ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
294ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
295bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
296ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
297fea*	at	eisa? slot ?			# DEC DEFEA FDDI
298tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
299uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
300
301# SCSI bus support
302scsibus* at	adv?
303scsibus* at	adw?
304scsibus* at	aha?
305scsibus* at	ahb?
306scsibus* at	ahc?
307scsibus* at	asc?
308scsibus* at	bha?
309scsibus* at	dpt?
310scsibus* at	isp?
311scsibus* at	ncr?
312scsibus* at	pcscp?
313scsibus* at	uha?
314
315# SCSI devices
316cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
317sd*	at	scsibus? target ? lun ?		# SCSI disk drives
318st*	at	scsibus? target ? lun ?		# SCSI tape drives
319
320# ST506/ESDI/IDE devices
321wd*	at	pciide? channel ?
322wd*	at	wdc? drive ?
323
324# ATAPI bus support
325atapibus* at	pciide? channel ?
326atapibus* at	wdc?
327
328# ATAPI devices
329sd*	at	atapibus? drive ?		# ATAPI disk devices
330cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
331
332# Floppy drives
333fd*	at	fdc? drive ?
334
335# USB bus support
336usb*	at uhci?
337usb*	at ohci?
338
339# USB Hubs
340uhub*	at usb?
341uhub*	at uhub? port ? configuration ? interface ?
342
343# USB Mice
344ums*	at uhub? port ? configuration ? interface ?
345wsmouse*	at ums?
346
347# USB Keyboards
348ukbd*	at uhub? port ? configuration ? interface ?
349wskbd*	at ukbd? console ?
350
351# USB Generic HID devices
352uhid*	at uhub? port ? configuration ? interface ?
353
354# USB Printer
355ulpt*	at uhub? port ? configuration ? interface ?
356
357# USB Modem
358umodem*	at uhub? port ? configuration ?
359ucom*	at umodem?
360
361# USB Mass Storage
362umass*	at uhub? port ? configuration ? interface ?
363atapibus* at umass? channel ?
364scsibus* at umass? channel ?
365
366# USB Ethernet adapters
367aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
368cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
369kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
370
371# USB Generic driver
372ugen*	at uhub? port ?
373
374# Workstation Console attachments
375#wsdisplay*	at	cfb?
376wsdisplay*	at	vga?
377#wsdisplay*	at	sfb?
378wsdisplay*	at	tga?
379wskbd*		at	pckbd?
380wsmouse*	at	pms?
381
382pseudo-device	bpfilter	16
383pseudo-device	ccd		4
384#pseudo-device	raid		4		# RAIDframe disk driver
385#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
386pseudo-device	ipfilter	1
387pseudo-device	loop		1
388pseudo-device	md		1
389pseudo-device	ppp		4
390pseudo-device	pty		64
391pseudo-device	sl		4
392pseudo-device	vnd		4
393#pseudo-device	gre		2	# generic L3 over IP tunnel
394pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
395#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
396#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
397pseudo-device	sequencer	1	# MIDI sequencer
398
399# rnd is EXPERIMENTAL
400#pseudo-device	rnd			# /dev/random and in-kernel generator
401#options 	RND_COM			# use "com" randomness too
402