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