GENERIC revision 1.88
1# $NetBSD: GENERIC,v 1.88 1998/06/02 01:43:33 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
148epic*	at	pci? dev ? function ?		# SMC EPIC/100 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
156pciide*	at	pci? dev ? function ?		# PCI IDE controllers
157wdc*	at	pciide? channel ?
158sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
159tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
160vga*	at	pci? dev ? function ?		# PCI VGA Graphics
161#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
162#audio*	at	eap?
163
164# ISA/EISA bus support
165isa*	at	pceb?
166eisa*	at	pceb?
167isa*	at	sio?
168
169# ISA devices
170mcclock* at	isa? port 0x70
171pckbc*	at	isa?				# PC keyboard controller
172pckbd*	at	pckbc?				# PC keyboard (kbd port)
173psm*	at	pckbc?				# PS/2-style mouse (aux port)
174pcppi*	at	isa?				# PC prog. periph. interface
175spkr0	at	pcppi?				# IBM BASIC emulation
176com*	at	isa? port 0x3f8 irq 4		# standard serial ports
177com*	at	isa? port 0x2f8 irq 3
178ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
179lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
180lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
181depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
182depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
183le*	at	depca?
184lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
185vga*	at	isa?				# ISA (EISA: XXX) VGA
186wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
187wdc1	at	isa? port 0x170 irq 15
188#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
189#audio*	at	wss?
190#midi*	at	wss?
191aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
192aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
193bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
194bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
195uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
196uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
197
198# EISA devices
199ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
200ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
201bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
202ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
203fea*	at	eisa? slot ?			# DEC DEFEA FDDI
204uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
205
206# SCSI bus support
207scsibus* at	aha?
208scsibus* at	ahb?
209scsibus* at	ahc?
210scsibus* at	asc?
211scsibus* at	bha?
212scsibus* at	isp?
213scsibus* at	ncr?
214scsibus* at	uha?
215
216# SCSI devices
217cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
218sd*	at	scsibus? target ? lun ?		# SCSI disk drives
219st*	at	scsibus? target ? lun ?		# SCSI tape drives
220
221# ST506/ESDI/IDE devices
222wd*	at	wdc? drive ?
223
224# ATAPI bus support
225atapibus* at	wdc?
226
227# ATAPI devices
228sd*	at	atapibus? drive ?		# ATAPI disk devices
229cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
230
231# Workstation Console attachments
232#wsdisplay*	at	cfb?
233wsdisplay*	at	vga?
234#wsdisplay*	at	sfb?
235wsdisplay*	at	tga?
236wskbd*		at	pckbd?
237wsmouse*	at	psm?
238
239pseudo-device	bpfilter	16
240pseudo-device	ccd		4
241pseudo-device	ipfilter	1
242pseudo-device	loop		1
243pseudo-device	md		1
244pseudo-device	ppp		4
245pseudo-device	pty		64
246pseudo-device	sl		4
247pseudo-device	vnd		4
248
249# rnd is EXPERIMENTAL
250#pseudo-device	rnd			# /dev/random and in-kernel generator
251#options 	RND_COM			# use "com" randomness too
252