INSTALL revision 1.42
1# $NetBSD: INSTALL,v 1.42 2000/08/11 18:26:10 thorpej Exp $
2#
3# Alpha INSTALL kernel.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 8
8
9options 	DDB
10makeoptions	DEBUG="-g"
11
12# Enable the hooks used for initializing the ram-disk.
13options 	MEMORY_DISK_HOOKS
14options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
15options 	MINIROOTSIZE=9300	# 4 Megabytes
16
17# CPU Support
18options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
19options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
20#options 	DEC_2100_A500	# Sable:	AlphaServer 2100
21#options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
22options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
23options 	DEC_3000_300	# Pelican etc:	3000/300*
24options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
25options 	DEC_EB164	# EB164:	AlphaPC 164
26options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
27options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
28options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
29options 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
30options 	DEC_550		# Miata:	Digital Personal Workstation
31options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
32options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
33options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
34options 	DEC_EB66	# EB66:		21066 Evaluation Board
35options 	DEC_6600	# EV6:		264DP OEM Board
36options 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
37
38# File systems
39file-system	FFS		# Fast file system
40file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
41file-system	MSDOSFS		# MS-DOS-compatible file system
42file-system	NFS		# Sun NFS-compatible file system client
43file-system	KERNFS		# Kernel variable file system (/kern)
44
45# Networking options
46options 	INET		# Internet protocol suite
47
48# 4.3BSD compatibility.  Should be optional, but necessary for now.
49options 	COMPAT_43
50
51# Binary compatibility with previous versions of NetBSD.
52#options 	COMPAT_09
53options 	COMPAT_10
54options 	COMPAT_11
55options 	COMPAT_12
56options 	COMPAT_13
57options 	COMPAT_14
58
59# Misc. options
60#options 	EISAVERBOSE		# recognize "unknown" EISA devices
61#options 	PCIVERBOSE		# recognize "unknown" PCI devices
62#options 	MIIVERBOSE		# verbose PHY autoconfig messages
63#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
64#options 	SCSIVERBOSE		# Verbose SCSI errors
65#options 	TCVERBOSE		# recognize "unknown" TC devices
66options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
67options 	INSECURE		# disable `kernel security level'
68
69# The Alpha console firmware network boots using the BOOTP
70# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
71# in case we have NFS root.
72options 	NFS_BOOT_DHCP		# superset of BOOTP
73
74# WS console uses SUN or VT100 terminal emulation
75options 	WSEMUL_VT100
76
77config		netbsd	root on ? type ?
78
79mainbus0 at	root
80cpu*	at	mainbus0
81
82# TurboLaser bus support and devices
83tlsb*	at	mainbus0
84gbus*	at	tlsb? node ? offset ?
85tlsbmem* at	tlsb? node ? offset ?
86kft*	at	tlsb? node ? offset ?
87
88# Gbus Devices
89mcclock* at	gbus? offset ?
90
91# MCBUS bus support
92mcbus*	at	mainbus0
93mcmem*	at	mcbus? mid ?
94
95#EV6 Tsunami Core Logic
96
97tsc*	at	mainbus0
98
99# DECpc AXP150 (Jensen) internal bus support
100jensenio* at	mainbus0
101
102com*	at	jensenio? port ?
103lpt*	at	jensenio? port ?
104mcclock* at	jensenio? port ?
105pckbc*	at	jensenio? port ?
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 ?
121le*	at	tc? slot ? offset ?
122fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
123
124# PCI host bus adapter support
125apecs*	at	mainbus?
126cia*	at	mainbus?
127irongate* at	mainbus?
128lca*	at	mainbus?
129dwlpx*	at	kft?
130mcpcia*	at	mcbus? mid ?
131tsp*	at	tsc?
132#ttwoga*	at	mainbus?
133
134# Sable PCI and STDIO bus and devices
135#ttwopci* at	ttwoga? hose ?  
136#sableio* at	ttwopci? bus ?  
137#com*	at	sableio? port ? 
138#lpt*	at	sableio? port ? 
139#pckbc*	at	sableio? port ? 
140#fdc*	at	sableio? port ?
141
142# PCI bus support
143pci*	at	apecs?
144pci*	at	cia?
145pci*	at	irongate?
146pci*	at	lca?
147pci*	at	ppb?
148pci*	at	dwlpx?
149pci*	at	mcpcia?
150pci*	at	tsp?
151#pci*	at	ttwopci?
152
153# PCI devices
154adv*	at	pci? dev ? function ?		# AdvanSys SCSI
155adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
156#options 	ADW_WDTR_DISABLE		# 	disable WDTR
157#options 	ADW_SDTR_DISABLE		# 	disable SDTR
158#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
159ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
160bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
161cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
162de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
163dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
164en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
165ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
166epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
167ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
168fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
169fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
170isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
171le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
172#ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
173siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
174ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
175pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
176pciide*	at	pci? dev ? function ?		# PCI IDE controllers
177pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
178ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
179rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
180sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
181sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
182tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
183tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
184tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
185#options 	TLP_MATCH_21040
186#options 	TLP_MATCH_21041
187#options 	TLP_MATCH_21140
188#options 	TLP_MATCH_21142
189vga*	at	pci? dev ? function ?		# PCI VGA Graphics
190vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
191
192# MII/PHY support
193exphy*	at mii? phy ?			# 3Com internal PHYs
194icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
195inphy*	at mii? phy ?			# Intel 82555 PHYs
196lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
197nsphy*	at mii? phy ?			# NS83840 PHYs
198qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
199sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
200tlphy*	at mii? phy ?			# ThunderLAN PHYs
201ukphy*	at mii? phy ?			# generic unknown PHYs
202
203# ISA/EISA bus support
204isa*	at	jensenio?
205eisa*	at	jensenio?
206isa*	at	pceb?
207eisa*	at	pceb?
208isa*	at	sio?
209
210# ISA devices
211mcclock* at	isa? port 0x70
212pckbc*	at	isa?				# PC keyboard controller
213pckbd*	at	pckbc?				# PC keyboard (kbd port)
214pms*	at	pckbc?				# PS/2-style mouse (aux port)
215com*	at	isa? port 0x3f8 irq 4		# standard serial ports
216com*	at	isa? port 0x2f8 irq 3
217ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
218fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
219lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
220#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
221we0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
222we1     at 	isa? port 0x300 iomem 0xcc000 irq 10
223lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
224vga*	at	isa?				# ISA (EISA: XXX) VGA
225wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
226wdc1	at	isa? port 0x170 irq 15
227
228# EISA devices
229ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
230ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
231bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
232ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
233fea*	at	eisa? slot ?			# DEC DEFEA FDDI
234tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
235depca*	at	eisa? slot ?			# DEC DE-422 Ethernet
236le*	at	depca?
237uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
238
239# SCSI bus support
240scsibus* at	adv?
241#scsibus* at	aic?
242scsibus* at	adw?
243#scsibus* at	aha?
244scsibus* at	ahb?
245scsibus* at	ahc?
246scsibus* at	asc?
247scsibus* at	bha?
248scsibus* at	dpt?
249scsibus* at	isp?
250#scsibus* at	ncr?
251scsibus* at	siop?
252scsibus* at	pcscp?
253scsibus* at	uha?
254
255# SCSI devices
256cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
257sd*	at	scsibus? target ? lun ?		# SCSI disk drives
258st*	at	scsibus? target ? lun ?		# SCSI tape drives
259
260# ST506/ESDI/IDE devices
261wd*	at	pciide? channel ?
262wd*	at	wdc? drive ?
263
264# ATAPI bus support
265atapibus* at	pciide? channel ?
266atapibus* at	wdc?
267
268# ATAPI devices
269sd*	at	atapibus? drive ?		# ATAPI disk devices
270cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
271
272# Floppy drives
273fd*	at	fdc? drive ?
274
275# Hardware RAID devices
276ca*	at	cac? unit ?
277
278# Workstation Console attachments
279wsdisplay*	at	vga?
280wsdisplay*	at	tga?
281wskbd*		at	pckbd?
282wsmouse*	at	pms?
283
284pseudo-device	loop		1
285pseudo-device	md		1
286pseudo-device	ppp		1
287pseudo-device	pty		64
288pseudo-device	sl		1
289