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