INSTALL revision 1.6
1# $NetBSD: INSTALL,v 1.6 1998/02/01 00:24:26 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=4096	# 2 Megabytes
13
14# set kernel load address a bit higher to allow kernel to be netbooted.
15# if not netbooting, the "makeoptions LOADADDRESS" line can be commented
16# out to save a fair chunk (~850k) of RAM.
17makeoptions	LOADADDRESS="fffffc0000300000"
18
19# CPU Support
20#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
21options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
22options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
23options 	DEC_3000_300	# Pelican etc:	3000/300*
24options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
25options 	DEC_EB164	# EB164:	AlphaPC 164
26options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
27options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
28options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
29
30# File systems
31file-system	FFS		# Fast file system
32file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
33file-system	MSDOSFS		# MS-DOS-compatible file system
34file-system	NFS		# Sun NFS-compatible file system client
35file-system	KERNFS		# Kernel variable file system (/kern)
36
37# File system options
38options 	FIFO		# POSIX fifo support (in all file systems)
39
40# Networking options
41options 	INET		# Internet protocol suite
42
43# 4.3BSD compatibility.  Should be optional, but necessary for now.
44options 	COMPAT_43
45
46# Binary compatibility with previous versions of NetBSD.
47#options 	COMPAT_09
48options 	COMPAT_10
49options 	COMPAT_11
50options 	COMPAT_12
51options 	COMPAT_13
52
53# Misc. options
54options 	EISAVERBOSE		# recognize "unknown" EISA devices
55options 	PCIVERBOSE		# recognize "unknown" PCI devices
56options 	SCSIVERBOSE		# Verbose SCSI errors
57options 	TCVERBOSE		# recognize "unknown" TC devices
58options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
59
60# The Alpha console firmware network boots using the BOOTP
61# protocol, so we ask the NFS code to use BOOTP as well, in
62# case we have NFS root.
63options 	NFS_BOOT_BOOTP
64
65config		netbsd	root on ? type ?
66
67mainbus0 at	root
68cpu*	at	mainbus0
69
70# TurboLaser bus support and devices
71tlsb*	at	mainbus0
72gbus*	at	tlsb? node ? offset ?
73tlsbmem* at	tlsb? node ? offset ?
74kft*	at	tlsb? node ? offset ?
75
76# Gbus Devices
77mcclock* at	gbus? offset 0x20000000
78
79# TurboChannel host bus adapter support
80tcasic*	at	mainbus0
81
82# TurboChannel bus support
83tc*	at	tcasic?
84
85# TurboChannel devices
86ioasic*	at	tc? slot ? offset ?
87mcclock* at	ioasic? offset ?
88le*	at	ioasic? offset ?
89scc0	at	ioasic? offset ?
90scc1	at	ioasic? offset ?
91tcds0	at	tc? slot ? offset ?
92asc0	at	tcds? slot ?
93asc1	at	tcds? slot ?
94le*	at	tc? slot ? offset ?
95fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
96
97# PCI host bus adapter support
98apecs*	at	mainbus?
99cia*	at	mainbus?
100lca*	at	mainbus?
101dwlpx*	at	kft?
102
103# PCI bus support
104pci*	at	apecs?
105pci*	at	cia?
106pci*	at	lca?
107pci*	at	ppb?
108pci*	at	dwlpx?
109
110# PCI devices
111ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
112de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
113ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
114fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
115isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
116ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
117pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
118ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
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
130pcppi*	at	isa?				# PC prog. periph. interface
131pckbd*	at	pcppi?				# PC keyboard (kbd port)
132pms*	at	pcppi?				# 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
172wscons*	at	vga?
173wscons*	at	tga?
174
175pseudo-device	loop		1
176pseudo-device	md		1
177pseudo-device	ppp		1
178pseudo-device	pty		64
179pseudo-device	sl		1
180