INSTALL revision 1.8 1 1.8 cgd # $NetBSD: INSTALL,v 1.8 1998/02/28 02:01:33 cgd Exp $
2 1.1 cjs #
3 1.1 cjs # Alpha INSTALL kernel.
4 1.1 cjs
5 1.1 cjs include "arch/alpha/conf/std.alpha"
6 1.1 cjs
7 1.1 cjs maxusers 8
8 1.1 cjs
9 1.1 cjs # Enable the hooks used for initializing the ram-disk.
10 1.1 cjs options MEMORY_DISK_HOOKS
11 1.1 cjs options MEMORY_DISK_IS_ROOT # Force root on ram-disk
12 1.7 thorpej options MINIROOTSIZE=6144 # 3 Megabytes
13 1.1 cjs
14 1.1 cjs # set kernel load address a bit higher to allow kernel to be netbooted.
15 1.1 cjs # if not netbooting, the "makeoptions LOADADDRESS" line can be commented
16 1.1 cjs # out to save a fair chunk (~850k) of RAM.
17 1.1 cjs makeoptions LOADADDRESS="fffffc0000300000"
18 1.1 cjs
19 1.1 cjs # CPU Support
20 1.1 cjs #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
21 1.1 cjs options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
22 1.4 cjs options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
23 1.4 cjs options DEC_3000_300 # Pelican etc: 3000/300*
24 1.1 cjs options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
25 1.1 cjs options DEC_EB164 # EB164: AlphaPC 164
26 1.1 cjs options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
27 1.1 cjs options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
28 1.4 cjs options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
29 1.1 cjs
30 1.1 cjs # File systems
31 1.1 cjs file-system FFS # Fast file system
32 1.1 cjs file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
33 1.4 cjs file-system MSDOSFS # MS-DOS-compatible file system
34 1.1 cjs file-system NFS # Sun NFS-compatible file system client
35 1.2 cjs file-system KERNFS # Kernel variable file system (/kern)
36 1.1 cjs
37 1.1 cjs # File system options
38 1.1 cjs options FIFO # POSIX fifo support (in all file systems)
39 1.1 cjs
40 1.1 cjs # Networking options
41 1.1 cjs options INET # Internet protocol suite
42 1.1 cjs
43 1.1 cjs # 4.3BSD compatibility. Should be optional, but necessary for now.
44 1.1 cjs options COMPAT_43
45 1.1 cjs
46 1.1 cjs # Binary compatibility with previous versions of NetBSD.
47 1.1 cjs #options COMPAT_09
48 1.4 cjs options COMPAT_10
49 1.4 cjs options COMPAT_11
50 1.4 cjs options COMPAT_12
51 1.4 cjs options COMPAT_13
52 1.4 cjs
53 1.4 cjs # Misc. options
54 1.4 cjs options EISAVERBOSE # recognize "unknown" EISA devices
55 1.4 cjs options PCIVERBOSE # recognize "unknown" PCI devices
56 1.4 cjs options SCSIVERBOSE # Verbose SCSI errors
57 1.4 cjs options TCVERBOSE # recognize "unknown" TC devices
58 1.4 cjs options UCONSOLE # users can use TIOCCONS (for xconsole)
59 1.4 cjs
60 1.4 cjs # The Alpha console firmware network boots using the BOOTP
61 1.8 cgd # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
62 1.8 cgd # in case we have NFS root.
63 1.8 cgd options NFS_BOOT_DHCP # superset of BOOTP
64 1.1 cjs
65 1.1 cjs config netbsd root on ? type ?
66 1.1 cjs
67 1.1 cjs mainbus0 at root
68 1.1 cjs cpu* at mainbus0
69 1.1 cjs
70 1.1 cjs # TurboLaser bus support and devices
71 1.4 cjs tlsb* at mainbus0
72 1.4 cjs gbus* at tlsb? node ? offset ?
73 1.4 cjs tlsbmem* at tlsb? node ? offset ?
74 1.4 cjs kft* at tlsb? node ? offset ?
75 1.1 cjs
76 1.1 cjs # Gbus Devices
77 1.4 cjs mcclock* at gbus? offset 0x20000000
78 1.1 cjs
79 1.1 cjs # TurboChannel host bus adapter support
80 1.4 cjs tcasic* at mainbus0
81 1.1 cjs
82 1.1 cjs # TurboChannel bus support
83 1.4 cjs tc* at tcasic?
84 1.1 cjs
85 1.1 cjs # TurboChannel devices
86 1.4 cjs ioasic* at tc? slot ? offset ?
87 1.4 cjs mcclock* at ioasic? offset ?
88 1.4 cjs le* at ioasic? offset ?
89 1.4 cjs scc0 at ioasic? offset ?
90 1.4 cjs scc1 at ioasic? offset ?
91 1.4 cjs tcds0 at tc? slot ? offset ?
92 1.4 cjs asc0 at tcds? slot ?
93 1.4 cjs asc1 at tcds? slot ?
94 1.4 cjs le* at tc? slot ? offset ?
95 1.4 cjs fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
96 1.1 cjs
97 1.1 cjs # PCI host bus adapter support
98 1.1 cjs apecs* at mainbus?
99 1.1 cjs cia* at mainbus?
100 1.1 cjs lca* at mainbus?
101 1.4 cjs dwlpx* at kft?
102 1.1 cjs
103 1.1 cjs # PCI bus support
104 1.1 cjs pci* at apecs?
105 1.1 cjs pci* at cia?
106 1.1 cjs pci* at lca?
107 1.1 cjs pci* at ppb?
108 1.4 cjs pci* at dwlpx?
109 1.1 cjs
110 1.1 cjs # PCI devices
111 1.1 cjs ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
112 1.1 cjs de* at pci? dev ? function ? # 21x4x-based Ethernet
113 1.1 cjs ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
114 1.1 cjs fpa* at pci? dev ? function ? # DEC DEFPA FDDI
115 1.1 cjs isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
116 1.1 cjs ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
117 1.1 cjs pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
118 1.1 cjs ppb* at pci? dev ? function ? # PCI-PCI Bridges
119 1.1 cjs sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
120 1.1 cjs tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
121 1.1 cjs vga* at pci? dev ? function ? # PCI VGA Graphics
122 1.1 cjs
123 1.1 cjs # ISA/EISA bus support
124 1.1 cjs isa* at pceb?
125 1.1 cjs eisa* at pceb?
126 1.1 cjs isa* at sio?
127 1.1 cjs
128 1.1 cjs # ISA devices
129 1.1 cjs mcclock* at isa? port 0x70
130 1.1 cjs pcppi* at isa? # PC prog. periph. interface
131 1.1 cjs pckbd* at pcppi? # PC keyboard (kbd port)
132 1.4 cjs pms* at pcppi? # PS/2-style mouse (aux port)
133 1.1 cjs com* at isa? port 0x3f8 irq 4 # standard serial ports
134 1.1 cjs com* at isa? port 0x2f8 irq 3
135 1.1 cjs ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
136 1.1 cjs lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
137 1.6 thorpej #le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
138 1.1 cjs lpt* at isa? port 0x3bc irq 7 # standard parallel port
139 1.1 cjs vga* at isa? # ISA (EISA: XXX) VGA
140 1.5 thorpej wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
141 1.5 thorpej wdc1 at isa? port 0x170 irq 15
142 1.1 cjs
143 1.1 cjs # EISA devices
144 1.1 cjs ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
145 1.1 cjs bha* at eisa? slot ? # BusLogic 7xx SCSI
146 1.4 cjs ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
147 1.1 cjs fea* at eisa? slot ? # DEC DEFEA FDDI
148 1.1 cjs
149 1.1 cjs # SCSI bus support
150 1.1 cjs scsibus* at ahc?
151 1.4 cjs scsibus* at asc?
152 1.1 cjs scsibus* at bha?
153 1.1 cjs scsibus* at isp?
154 1.1 cjs scsibus* at ncr?
155 1.1 cjs
156 1.1 cjs # SCSI devices
157 1.1 cjs cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
158 1.1 cjs sd* at scsibus? target ? lun ? # SCSI disk drives
159 1.1 cjs st* at scsibus? target ? lun ? # SCSI tape drives
160 1.1 cjs
161 1.1 cjs # ST506/ESDI/IDE devices
162 1.5 thorpej wd* at wdc? drive ?
163 1.5 thorpej
164 1.5 thorpej # ATAPI bus support
165 1.5 thorpej atapibus* at wdc?
166 1.5 thorpej
167 1.5 thorpej # ATAPI devices
168 1.5 thorpej sd* at atapibus? drive ? # ATAPI disk devices
169 1.5 thorpej cd* at atapibus? drive ? # ATAPI CD-ROM devices
170 1.1 cjs
171 1.1 cjs # Workstation Console attachments
172 1.1 cjs wscons* at vga?
173 1.1 cjs wscons* at tga?
174 1.1 cjs
175 1.1 cjs pseudo-device loop 1
176 1.1 cjs pseudo-device md 1
177 1.1 cjs pseudo-device ppp 1
178 1.4 cjs pseudo-device pty 64
179 1.1 cjs pseudo-device sl 1
180