INSTALL revision 1.1
1# $NetBSD: INSTALL,v 1.1 1997/10/19 01:31:49 cjs 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	NFS		# Sun NFS-compatible file system client
34
35# File system options
36options 	FIFO		# POSIX fifo support (in all file systems)
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
46#options 	COMPAT_10
47#options 	COMPAT_11
48#options 	COMPAT_12
49
50config		netbsd	root on ? type ?
51
52mainbus0 at	root
53cpu*	at	mainbus0
54
55# TurboLaser bus support and devices
56tlsb*	at	mainbus0
57gbus*	at	tlsb? node ? offset ?
58tlsbmem* at	tlsb? node ? offset ?
59kft*	at	tlsb? node ? offset ?
60
61# Gbus Devices
62mcclock* at	gbus? offset 0x20000000
63
64# TurboChannel host bus adapter support
65tcasic*	at	mainbus0
66
67# TurboChannel bus support
68tc*	at	tcasic?
69
70# TurboChannel devices
71ioasic*	at	tc? slot ? offset ?
72mcclock* at	ioasic? offset ?
73le*	at	ioasic? offset ?
74scc0	at	ioasic? offset ?
75scc1	at	ioasic? offset ?
76tcds0	at	tc? slot ? offset ?
77asc0	at	tcds? slot ?
78asc1	at	tcds? slot ?
79le*	at	tc? slot ? offset ?
80fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
81
82# PCI host bus adapter support
83apecs*	at	mainbus?
84cia*	at	mainbus?
85lca*	at	mainbus?
86dwlpx*	at	kft?
87
88# PCI bus support
89pci*	at	apecs?
90pci*	at	cia?
91pci*	at	lca?
92pci*	at	ppb?
93pci*	at	dwlpx?
94
95# PCI devices
96ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
97de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
98ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
99fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
100isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
101ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
102pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
103ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
104sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
105tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
106vga*	at	pci? dev ? function ?		# PCI VGA Graphics
107
108# ISA/EISA bus support
109isa*	at	pceb?
110eisa*	at	pceb?
111isa*	at	sio?
112
113# ISA devices
114mcclock* at	isa? port 0x70
115pcppi*	at	isa?				# PC prog. periph. interface
116pckbd*	at	pcppi?				# PC keyboard (kbd port)
117#pms*	at	pcppi?				# PS/2-style mouse (aux port)
118com*	at	isa? port 0x3f8 irq 4		# standard serial ports
119com*	at	isa? port 0x2f8 irq 3
120ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
121lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
122#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
123lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
124vga*	at	isa?				# ISA (EISA: XXX) VGA
125awdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
126awdc1	at	isa? port 0x170 irq 15
127
128# EISA devices
129ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
130bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
131fea*	at	eisa? slot ?			# DEC DEFEA FDDI
132
133# SCSI bus support
134scsibus* at	ahc?
135scsibus* at	asc?
136scsibus* at	bha?
137scsibus* at	isp?
138scsibus* at	ncr?
139
140# SCSI devices
141cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
142sd*	at	scsibus? target ? lun ?		# SCSI disk drives
143st*	at	scsibus? target ? lun ?		# SCSI tape drives
144
145# ST506/ESDI/IDE devices
146awd*	at	awdc? drive ?
147
148# Workstation Console attachments
149wscons*	at	vga?
150wscons*	at	tga?
151
152pseudo-device	loop		1
153pseudo-device	md		1
154pseudo-device	ppp		1
155pseudo-device	pty		16
156pseudo-device	sl		1
157