INSTALL revision 1.27 1 # $NetBSD: INSTALL,v 1.27 1999/06/29 07:04:16 ross Exp $
2 #
3 # Alpha INSTALL kernel.
4
5 include "arch/alpha/conf/std.alpha"
6
7 maxusers 8
8
9 #options DDB
10 #makeoptions DEBUG="-g"
11
12 # Enable the hooks used for initializing the ram-disk.
13 options MEMORY_DISK_HOOKS
14 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
15 options MINIROOTSIZE=9300 # 4 Megabytes
16
17 # CPU Support
18 #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
19 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
20 options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
21 options DEC_3000_300 # Pelican etc: 3000/300*
22 options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
23 options DEC_EB164 # EB164: AlphaPC 164
24 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
25 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
26 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
27 options DEC_KN300 # KN300: AlphaServer 4100
28 options DEC_550 # Miata: Digital Personal Workstation
29 options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
30 options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
31 options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
32 options DEC_EB66 # EB66: 21066 Evaluation Board
33 options DEC_6600 # EV6: 264DP OEM Board
34
35 # File systems
36 file-system FFS # Fast file system
37 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
38 file-system MSDOSFS # MS-DOS-compatible file system
39 file-system NFS # Sun NFS-compatible file system client
40 file-system KERNFS # Kernel variable file system (/kern)
41
42 # Networking options
43 options INET # Internet protocol suite
44
45 # 4.3BSD compatibility. Should be optional, but necessary for now.
46 options COMPAT_43
47
48 # Binary compatibility with previous versions of NetBSD.
49 #options COMPAT_09
50 options COMPAT_10
51 options COMPAT_11
52 options COMPAT_12
53 options COMPAT_13
54
55 # Misc. options
56 #options EISAVERBOSE # recognize "unknown" EISA devices
57 #options PCIVERBOSE # recognize "unknown" PCI devices
58 #options SCSIVERBOSE # Verbose SCSI errors
59 #options TCVERBOSE # recognize "unknown" TC devices
60 options UCONSOLE # users can use TIOCCONS (for xconsole)
61 options INSECURE # disable `kernel security level'
62
63 # The Alpha console firmware network boots using the BOOTP
64 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
65 # in case we have NFS root.
66 options NFS_BOOT_DHCP # superset of BOOTP
67
68 # WS console uses SUN or VT100 terminal emulation
69 options WSEMUL_VT100
70
71 config netbsd root on ? type ?
72
73 mainbus0 at root
74 cpu* at mainbus0
75
76 # TurboLaser bus support and devices
77 tlsb* at mainbus0
78 gbus* at tlsb? node ? offset ?
79 tlsbmem* at tlsb? node ? offset ?
80 kft* at tlsb? node ? offset ?
81
82 # Gbus Devices
83 mcclock* at gbus? offset ?
84
85 # MCBUS bus support
86 mcbus* at mainbus0
87 mcmem* at mcbus? mid ?
88
89 #EV6 Tsunami Core Logic
90
91 tsc* at mainbus0
92
93 # TurboChannel host bus adapter support
94 tcasic* at mainbus0
95
96 # TurboChannel bus support
97 tc* at tcasic?
98
99 # TurboChannel devices
100 ioasic* at tc? slot ? offset ?
101 mcclock* at ioasic? offset ?
102 le* at ioasic? offset ?
103 scc0 at ioasic? offset ?
104 scc1 at ioasic? offset ?
105 tcds* at tc? slot ? offset ?
106 asc* at tcds? chip ?
107 le* at tc? slot ? offset ?
108 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
109
110 # PCI host bus adapter support
111 apecs* at mainbus?
112 cia* at mainbus?
113 lca* at mainbus?
114 dwlpx* at kft?
115 mcpcia* at mcbus? mid ?
116 tsp* at tsc?
117
118 # PCI bus support
119 pci* at apecs?
120 pci* at cia?
121 pci* at lca?
122 pci* at ppb?
123 pci* at dwlpx?
124 pci* at mcpcia?
125 pci* at tsp?
126
127 # PCI devices
128 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
129 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
130 de* at pci? dev ? function ? # 21x4x-based Ethernet
131 en* at pci? dev ? function ? # ENI PCI ATM (untested)
132 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
133 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
134 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
135 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
136 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
137 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
138 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
139 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
140 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
141 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
142 pciide* at pci? dev ? function ? # PCI IDE controllers
143 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
144 ppb* at pci? dev ? function ? # PCI-PCI Bridges
145 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
146 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
147 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
148 vga* at pci? dev ? function ? # PCI VGA Graphics
149 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
150
151 # MII/PHY support
152 exphy* at mii? phy ? # 3Com internal PHYs
153 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
154 inphy* at mii? phy ? # Intel 82555 PHYs
155 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
156 nsphy* at mii? phy ? # NS83840 PHYs
157 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
158 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
159 tlphy* at mii? phy ? # ThunderLAN PHYs
160 ukphy* at mii? phy ? # generic unknown PHYs
161
162 # ISA/EISA bus support
163 isa* at pceb?
164 eisa* at pceb?
165 isa* at sio?
166
167 # ISA devices
168 mcclock* at isa? port 0x70
169 pckbc* at isa? # PC keyboard controller
170 pckbd* at pckbc? # PC keyboard (kbd port)
171 pms* at pckbc? # PS/2-style mouse (aux port)
172 com* at isa? port 0x3f8 irq 4 # standard serial ports
173 com* at isa? port 0x2f8 irq 3
174 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
175 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
176 lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
177 #le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
178 lpt* at isa? port 0x3bc irq 7 # standard parallel port
179 vga* at isa? # ISA (EISA: XXX) VGA
180 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
181 wdc1 at isa? port 0x170 irq 15
182
183 # EISA devices
184 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
185 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
186 bha* at eisa? slot ? # BusLogic 7xx SCSI
187 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
188 fea* at eisa? slot ? # DEC DEFEA FDDI
189 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
190
191 # SCSI bus support
192 scsibus* at ahc?
193 scsibus* at asc?
194 scsibus* at bha?
195 scsibus* at isp?
196 scsibus* at ncr?
197
198 # SCSI devices
199 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
200 sd* at scsibus? target ? lun ? # SCSI disk drives
201 st* at scsibus? target ? lun ? # SCSI tape drives
202
203 # ST506/ESDI/IDE devices
204 wd* at pciide? channel ?
205 wd* at wdc? drive ?
206
207 # ATAPI bus support
208 atapibus* at pciide? channel ?
209 atapibus* at wdc?
210
211 # ATAPI devices
212 sd* at atapibus? drive ? # ATAPI disk devices
213 cd* at atapibus? drive ? # ATAPI CD-ROM devices
214
215 # Floppy drives
216 fd* at fdc? drive ?
217
218 # Workstation Console attachments
219 wsdisplay* at vga?
220 wsdisplay* at tga?
221 wskbd* at pckbd?
222 wsmouse* at pms?
223
224 pseudo-device loop 1
225 pseudo-device md 1
226 pseudo-device ppp 1
227 pseudo-device pty 64
228 pseudo-device sl 1
229