GENERIC revision 1.81
1# $NetBSD: GENERIC,v 1.81 1998/04/15 21:19:22 drochner 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 0x20000000
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 ?
119tcds0	at	tc? slot ? offset ?
120asc0	at	tcds? slot ?
121asc1	at	tcds? slot ?
122#cfb*	at	tc? slot ? offset ?
123#sfb*	at	tc? slot ? offset ?
124le*	at	tc? slot ? offset ?
125fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
126
127# PCI host bus adapter support
128apecs*	at	mainbus?
129cia*	at	mainbus?
130lca*	at	mainbus?
131dwlpx*	at	kft?
132mcpcia*	at	mcbus? mid ?
133
134# PCI bus support
135pci*	at	apecs?
136pci*	at	cia?
137pci*	at	lca?
138pci*	at	ppb?
139pci*	at	dwlpx?
140pci*	at	mcpcia?
141
142# PCI devices
143ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
144bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
145cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
146de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
147en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
148ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
149fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
150fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
151isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
152le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
153ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
154pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
155ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
156sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
157tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
158vga*	at	pci? dev ? function ?		# PCI VGA Graphics
159
160# ISA/EISA bus support
161isa*	at	pceb?
162eisa*	at	pceb?
163isa*	at	sio?
164
165# ISA devices
166mcclock* at	isa? port 0x70
167pckbc*	at	isa?				# PC keyboard controller
168pckbd*	at	pckbc?				# PC keyboard (kbd port)
169psm*	at	pckbc?				# PS/2-style mouse (aux port)
170pcppi*		at	isa?				# PC prog. periph. interface
171spkr0		at	pcppi?				# IBM BASIC emulation
172com*	at	isa? port 0x3f8 irq 4		# standard serial ports
173com*	at	isa? port 0x2f8 irq 3
174ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
175lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
176#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
177lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
178vga*	at	isa?				# ISA (EISA: XXX) VGA
179wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
180wdc1	at	isa? port 0x170 irq 15
181#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
182#audio*	at	wss?
183aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
184aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
185bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
186bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
187uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
188uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
189
190# EISA devices
191ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
192ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
193bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
194ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
195fea*	at	eisa? slot ?			# DEC DEFEA FDDI
196uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
197
198# SCSI bus support
199scsibus* at	aha?
200scsibus* at	ahb?
201scsibus* at	ahc?
202scsibus* at	asc?
203scsibus* at	bha?
204scsibus* at	isp?
205scsibus* at	ncr?
206scsibus* at	uha?
207
208# SCSI devices
209cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
210sd*	at	scsibus? target ? lun ?		# SCSI disk drives
211st*	at	scsibus? target ? lun ?		# SCSI tape drives
212
213# ST506/ESDI/IDE devices
214wd*	at	wdc? drive ?
215
216# ATAPI bus support
217atapibus* at	wdc?
218
219# ATAPI devices
220sd*	at	atapibus? drive ?		# ATAPI disk devices
221cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
222
223# Workstation Console attachments
224#wsdisplay* at	cfb?
225wsdisplay*	at	vga?
226#wsdisplay* at	sfb?
227wsdisplay*	at	tga?
228wskbd*	at	pckbd?
229wsmouse*	at	psm?
230
231pseudo-device	bpfilter	16
232pseudo-device	ccd		4
233pseudo-device	ipfilter	1
234pseudo-device	loop		1
235pseudo-device	md		1
236pseudo-device	ppp		4
237pseudo-device	pty		64
238pseudo-device	sl		4
239pseudo-device	vnd		4
240
241# rnd is EXPERIMENTAL
242#pseudo-device	rnd			# /dev/random and in-kernel generator
243#options 	RND_COM			# use "com" randomness too
244