GENERIC revision 1.93
1# $NetBSD: GENERIC,v 1.93 1998/06/26 21:53:11 ross Exp $
2#
3# Generic Alpha kernel.  Enough to get booted, etc., but not much more.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 32
8
9#makeoptions	DEBUG="-g"
10
11# CPU Support
12#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
13options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
14options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
15options 	DEC_3000_300	# Pelican etc:	3000/300*
16options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
17options 	DEC_EB164	# EB164:	AlphaPC 164
18options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
19options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
20options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
21options		DEC_KN300	# KN300:	AlphaServer 4100
22options 	DEC_550		# Miata:	Digital Personal Workstation
23options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
24options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
25options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
26
27# Standard system options
28options 	KTRACE			# System call tracing support
29
30# Diagnostic/debugging support options
31options 	DIAGNOSTIC		# Cheap kernel consistency checks
32
33# File systems
34file-system	FFS		# Fast file system
35file-system	MFS		# Memory-based file system
36file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
37file-system	MSDOSFS		# MS-DOS-compatible file system
38file-system	NFS		# Sun NFS-compatible file system client
39
40# File system options
41options 	NFSSERVER	# Sun NFS-compatible file system server
42#options 	FFS_EI		# FFS Endian Independant support
43
44# Networking options
45options 	INET		# Internet protocol suite
46
47# 4.3BSD compatibility.  Should be optional, but necessary for now.
48options 	COMPAT_43
49
50# Binary compatibility with previous versions of NetBSD.
51#options 	COMPAT_09
52options 	COMPAT_10
53options 	COMPAT_11
54options 	COMPAT_12
55options 	COMPAT_13
56
57# System V-like message queues
58options 	SYSVMSG
59
60# System V-like semaphores
61options 	SYSVSEM
62
63# System V-like shared memory
64options 	SYSVSHM
65#options 	SHMMAXPGS=1024		# 1024 pages is the default
66
67# Loadable Kernel Modules
68options 	LKM
69
70# Disable kernel security.
71#options 	INSECURE
72
73# Misc. options
74options 	EISAVERBOSE		# recognize "unknown" EISA devices
75options 	PCIVERBOSE		# recognize "unknown" PCI devices
76options 	SCSIVERBOSE		# Verbose SCSI errors
77options 	TCVERBOSE		# recognize "unknown" TC devices
78options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
79
80# The Alpha console firmware network boots using the BOOTP
81# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
82# in case we have NFS root.
83options 	NFS_BOOT_DHCP		# superset of BOOTP
84
85# WS console uses SUN terminal emulation
86options 	WSEMUL_SUN
87
88config		netbsd	root on ? type ?
89#config		netbsd	root on sd0 type ffs
90#config		netbsd	root on ? type nfs
91
92mainbus0 at	root
93cpu*	at	mainbus0
94
95# TurboLaser bus support and devices
96tlsb*	at	mainbus0
97gbus*	at	tlsb? node ? offset ?
98tlsbmem* at	tlsb? node ? offset ?
99kft*	at	tlsb? node ? offset ?
100
101# Gbus Devices
102mcclock* at	gbus? offset ?
103
104# MCBUS bus support
105mcbus*	at	mainbus0
106mcmem*	at	mcbus? mid ?
107
108#i2c	at	mcbus?
109
110# TurboChannel host bus adapter support
111tcasic*	at	mainbus0
112
113# TurboChannel bus support
114tc*	at	tcasic?
115
116# TurboChannel devices
117ioasic*	at	tc? slot ? offset ?
118mcclock* at	ioasic? offset ?
119le*	at	ioasic? offset ?
120scc0	at	ioasic? offset ?
121scc1	at	ioasic? offset ?
122tcds*	at	tc? slot ? offset ?
123asc*	at	tcds? chip ?
124#cfb*	at	tc? slot ? offset ?
125#sfb*	at	tc? slot ? offset ?
126le*	at	tc? slot ? offset ?
127fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
128
129# PCI host bus adapter support
130apecs*	at	mainbus?
131cia*	at	mainbus?
132lca*	at	mainbus?
133dwlpx*	at	kft?
134mcpcia*	at	mcbus? mid ?
135
136# PCI bus support
137pci*	at	apecs?
138pci*	at	cia?
139pci*	at	lca?
140pci*	at	ppb?
141pci*	at	dwlpx?
142pci*	at	mcpcia?
143
144# PCI devices
145ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
146bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
147cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
148de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
149en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
150ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
151epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
152fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
153fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
154isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
155le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
156ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
157pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
158ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
159pciide*	at	pci? dev ? function ?		# PCI IDE controllers
160wdc*	at	pciide? channel ?
161sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
162tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
163vga*	at	pci? dev ? function ?		# PCI VGA Graphics
164#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
165#audio*	at	eap?
166
167# ISA/EISA bus support
168isa*	at	pceb?
169eisa*	at	pceb?
170isa*	at	sio?
171
172# ISA devices
173mcclock* at	isa? port 0x70
174pckbc*	at	isa?				# PC keyboard controller
175pckbd*	at	pckbc?				# PC keyboard (kbd port)
176psm*	at	pckbc?				# PS/2-style mouse (aux port)
177pcppi*	at	isa?				# PC prog. periph. interface
178spkr0	at	pcppi?				# IBM BASIC emulation
179com*	at	isa? port 0x3f8 irq 4		# standard serial ports
180com*	at	isa? port 0x2f8 irq 3
181ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
182lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
183lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
184depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
185depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
186le*	at	depca?
187lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
188vga*	at	isa?				# ISA (EISA: XXX) VGA
189wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
190wdc1	at	isa? port 0x170 irq 15
191#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
192#audio*	at	wss?
193#midi*	at	wss?
194aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
195aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
196bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
197bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
198uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
199uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
200
201# EISA devices
202ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
203ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
204bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
205ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
206fea*	at	eisa? slot ?			# DEC DEFEA FDDI
207uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
208
209# SCSI bus support
210scsibus* at	aha?
211scsibus* at	ahb?
212scsibus* at	ahc?
213scsibus* at	asc?
214scsibus* at	bha?
215scsibus* at	isp?
216scsibus* at	ncr?
217scsibus* at	uha?
218
219# SCSI devices
220cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
221sd*	at	scsibus? target ? lun ?		# SCSI disk drives
222st*	at	scsibus? target ? lun ?		# SCSI tape drives
223
224# ST506/ESDI/IDE devices
225wd*	at	wdc? drive ?
226
227# ATAPI bus support
228atapibus* at	wdc?
229
230# ATAPI devices
231sd*	at	atapibus? drive ?		# ATAPI disk devices
232cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
233
234# Workstation Console attachments
235#wsdisplay*	at	cfb?
236wsdisplay*	at	vga?
237#wsdisplay*	at	sfb?
238wsdisplay*	at	tga?
239wskbd*		at	pckbd?
240wsmouse*	at	psm?
241
242pseudo-device	bpfilter	16
243pseudo-device	ccd		4
244pseudo-device	ipfilter	1
245pseudo-device	loop		1
246pseudo-device	md		1
247pseudo-device	ppp		4
248pseudo-device	pty		64
249pseudo-device	sl		4
250pseudo-device	vnd		4
251
252# rnd is EXPERIMENTAL
253#pseudo-device	rnd			# /dev/random and in-kernel generator
254#options 	RND_COM			# use "com" randomness too
255