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