INSTALL revision 1.28
1# $NetBSD: INSTALL,v 1.28 1999/07/29 10:37:13 augustss Exp $
2#
3# Alpha INSTALL kernel.
4
5include	"arch/alpha/conf/std.alpha"
6
7maxusers 8
8
9#options	DDB
10#makeoptions	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
18#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
19options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
20options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
21options 	DEC_3000_300	# Pelican etc:	3000/300*
22options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
23options 	DEC_EB164	# EB164:	AlphaPC 164
24options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
25options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
26options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
27options 	DEC_KN300	# KN300:	AlphaServer 4100
28options 	DEC_550		# Miata:	Digital Personal Workstation
29options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
30options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
31options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
32options 	DEC_EB66	# EB66:		21066 Evaluation Board
33options 	DEC_6600	# EV6:		264DP OEM Board
34
35# File systems
36file-system	FFS		# Fast file system
37file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
38file-system	MSDOSFS		# MS-DOS-compatible file system
39file-system	NFS		# Sun NFS-compatible file system client
40file-system	KERNFS		# Kernel variable file system (/kern)
41
42# Networking options
43options 	INET		# Internet protocol suite
44
45# 4.3BSD compatibility.  Should be optional, but necessary for now.
46options 	COMPAT_43
47
48# Binary compatibility with previous versions of NetBSD.
49#options 	COMPAT_09
50options 	COMPAT_10
51options 	COMPAT_11
52options 	COMPAT_12
53options 	COMPAT_13
54options 	COMPAT_14
55
56# Misc. options
57#options 	EISAVERBOSE		# recognize "unknown" EISA devices
58#options 	PCIVERBOSE		# recognize "unknown" PCI devices
59#options 	SCSIVERBOSE		# Verbose SCSI errors
60#options 	TCVERBOSE		# recognize "unknown" TC devices
61options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
62options 	INSECURE		# disable `kernel security level'
63
64# The Alpha console firmware network boots using the BOOTP
65# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
66# in case we have NFS root.
67options 	NFS_BOOT_DHCP		# superset of BOOTP
68
69# WS console uses SUN or VT100 terminal emulation
70options 	WSEMUL_VT100
71
72config		netbsd	root on ? type ?
73
74mainbus0 at	root
75cpu*	at	mainbus0
76
77# TurboLaser bus support and devices
78tlsb*	at	mainbus0
79gbus*	at	tlsb? node ? offset ?
80tlsbmem* at	tlsb? node ? offset ?
81kft*	at	tlsb? node ? offset ?
82
83# Gbus Devices
84mcclock* at	gbus? offset ?
85
86# MCBUS bus support
87mcbus*	at	mainbus0
88mcmem*	at	mcbus? mid ?
89
90#EV6 Tsunami Core Logic
91
92tsc*	at	mainbus0
93
94# TurboChannel host bus adapter support
95tcasic*	at	mainbus0
96
97# TurboChannel bus support
98tc*	at	tcasic?
99
100# TurboChannel devices
101ioasic*	at	tc? slot ? offset ?
102mcclock* at	ioasic? offset ?
103le*	at	ioasic? offset ?
104scc0	at	ioasic? offset ?
105scc1	at	ioasic? offset ?
106tcds*	at	tc? slot ? offset ?
107asc*	at	tcds? chip ?
108le*	at	tc? slot ? offset ?
109fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
110
111# PCI host bus adapter support
112apecs*	at	mainbus?
113cia*	at	mainbus?
114lca*	at	mainbus?
115dwlpx*	at	kft?
116mcpcia*	at	mcbus? mid ?
117tsp*	at	tsc?
118
119# PCI bus support
120pci*	at	apecs?
121pci*	at	cia?
122pci*	at	lca?
123pci*	at	ppb?
124pci*	at	dwlpx?
125pci*	at	mcpcia?
126pci*	at	tsp?
127
128# PCI devices
129ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
130bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
131de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
132en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
133ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
134epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
135ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
136fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
137fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
138isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
139le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
140ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
141ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
142pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
143pciide*	at	pci? dev ? function ?		# PCI IDE controllers
144pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
145ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
146sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
147tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
148tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
149vga*	at	pci? dev ? function ?		# PCI VGA Graphics
150vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
151
152# MII/PHY support
153exphy*	at mii? phy ?			# 3Com internal PHYs
154icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
155inphy*	at mii? phy ?			# Intel 82555 PHYs
156lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
157nsphy*	at mii? phy ?			# NS83840 PHYs
158qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
159sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
160tlphy*	at mii? phy ?			# ThunderLAN PHYs
161ukphy*	at mii? phy ?			# generic unknown PHYs
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)
172pms*	at	pckbc?				# PS/2-style mouse (aux port)
173com*	at	isa? port 0x3f8 irq 4		# standard serial ports
174com*	at	isa? port 0x2f8 irq 3
175ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
176fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
177lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
178#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
179lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
180vga*	at	isa?				# ISA (EISA: XXX) VGA
181wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
182wdc1	at	isa? port 0x170 irq 15
183
184# EISA devices
185ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
186ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
187bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
188ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
189fea*	at	eisa? slot ?			# DEC DEFEA FDDI
190uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
191
192# SCSI bus support
193scsibus* at	ahc?
194scsibus* at	asc?
195scsibus* at	bha?
196scsibus* at	isp?
197scsibus* at	ncr?
198
199# SCSI devices
200cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
201sd*	at	scsibus? target ? lun ?		# SCSI disk drives
202st*	at	scsibus? target ? lun ?		# SCSI tape drives
203
204# ST506/ESDI/IDE devices
205wd*	at	pciide? channel ?
206wd*	at	wdc? drive ?
207
208# ATAPI bus support
209atapibus* at	pciide? channel ?
210atapibus* at	wdc?
211
212# ATAPI devices
213sd*	at	atapibus? drive ?		# ATAPI disk devices
214cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
215
216# Floppy drives
217fd*	at	fdc? drive ?
218
219# Workstation Console attachments
220wsdisplay*	at	vga?
221wsdisplay*	at	tga?
222wskbd*		at	pckbd?
223wsmouse*	at	pms?
224
225pseudo-device	loop		1
226pseudo-device	md		1
227pseudo-device	ppp		1
228pseudo-device	pty		64
229pseudo-device	sl		1
230