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