INSTALL revision 1.17
1# $NetBSD: INSTALL,v 1.17 1998/06/26 01:53:45 lukem 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=6144	# 3 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_550		# Miata:	Digital Personal Workstation
25
26# File systems
27file-system	FFS		# Fast file system
28file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
29file-system	MSDOSFS		# MS-DOS-compatible file system
30file-system	NFS		# Sun NFS-compatible file system client
31file-system	KERNFS		# Kernel variable file system (/kern)
32
33# Networking options
34options 	INET		# Internet protocol suite
35
36# 4.3BSD compatibility.  Should be optional, but necessary for now.
37options 	COMPAT_43
38
39# Binary compatibility with previous versions of NetBSD.
40#options 	COMPAT_09
41options 	COMPAT_10
42options 	COMPAT_11
43options 	COMPAT_12
44options 	COMPAT_13
45
46# Misc. options
47options 	EISAVERBOSE		# recognize "unknown" EISA devices
48options 	PCIVERBOSE		# recognize "unknown" PCI devices
49options 	SCSIVERBOSE		# Verbose SCSI errors
50options 	TCVERBOSE		# recognize "unknown" TC devices
51options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
52
53# The Alpha console firmware network boots using the BOOTP
54# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
55# in case we have NFS root.
56options 	NFS_BOOT_DHCP		# superset of BOOTP
57
58# WS console uses SUN terminal emulation
59options 	WSEMUL_SUN
60
61config		netbsd	root on ? type ?
62
63mainbus0 at	root
64cpu*	at	mainbus0
65
66# TurboLaser bus support and devices
67tlsb*	at	mainbus0
68gbus*	at	tlsb? node ? offset ?
69tlsbmem* at	tlsb? node ? offset ?
70kft*	at	tlsb? node ? offset ?
71
72# Gbus Devices
73mcclock* at	gbus? offset ?
74
75# TurboChannel host bus adapter support
76tcasic*	at	mainbus0
77
78# TurboChannel bus support
79tc*	at	tcasic?
80
81# TurboChannel devices
82ioasic*	at	tc? slot ? offset ?
83mcclock* at	ioasic? offset ?
84le*	at	ioasic? offset ?
85scc0	at	ioasic? offset ?
86scc1	at	ioasic? offset ?
87tcds*	at	tc? slot ? offset ?
88asc*	at	tcds? chip ?
89le*	at	tc? slot ? offset ?
90fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
91
92# PCI host bus adapter support
93apecs*	at	mainbus?
94cia*	at	mainbus?
95lca*	at	mainbus?
96dwlpx*	at	kft?
97
98# PCI bus support
99pci*	at	apecs?
100pci*	at	cia?
101pci*	at	lca?
102pci*	at	ppb?
103pci*	at	dwlpx?
104
105# PCI devices
106ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
107de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
108ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
109epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
110fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
111isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
112ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
113pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
114ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
115pciide*	at	pci? dev ? function ?		# PCI IDE controllers
116wdc*	at	pciide? channel ?
117sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
118tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
119vga*	at	pci? dev ? function ?		# PCI VGA Graphics
120
121# ISA/EISA bus support
122isa*	at	pceb?
123eisa*	at	pceb?
124isa*	at	sio?
125
126# ISA devices
127mcclock* at	isa? port 0x70
128pckbc*	at	isa?				# PC keyboard controller
129pckbd*	at	pckbc?				# PC keyboard (kbd port)
130psm*	at	pckbc?				# PS/2-style mouse (aux port)
131com*	at	isa? port 0x3f8 irq 4		# standard serial ports
132com*	at	isa? port 0x2f8 irq 3
133ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
134lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
135#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
136lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
137vga*	at	isa?				# ISA (EISA: XXX) VGA
138wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
139wdc1	at	isa? port 0x170 irq 15
140
141# EISA devices
142ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
143bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
144ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
145fea*	at	eisa? slot ?			# DEC DEFEA FDDI
146
147# SCSI bus support
148scsibus* at	ahc?
149scsibus* at	asc?
150scsibus* at	bha?
151scsibus* at	isp?
152scsibus* at	ncr?
153
154# SCSI devices
155cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
156sd*	at	scsibus? target ? lun ?		# SCSI disk drives
157st*	at	scsibus? target ? lun ?		# SCSI tape drives
158
159# ST506/ESDI/IDE devices
160wd*	at	wdc? drive ?
161
162# ATAPI bus support
163atapibus* at	wdc?
164
165# ATAPI devices
166sd*	at	atapibus? drive ?		# ATAPI disk devices
167cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
168
169# Workstation Console attachments
170wsdisplay*	at	vga?
171wsdisplay*	at	tga?
172wskbd*		at	pckbd?
173wsmouse*	at	psm?
174
175pseudo-device	loop		1
176pseudo-device	md		1
177pseudo-device	ppp		1
178pseudo-device	pty		64
179pseudo-device	sl		1
180