INSTALL revision 1.36 1 # $NetBSD: INSTALL,v 1.36 2000/04/28 13:51:56 ad 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 options COMPAT_14
55
56 # Misc. options
57 #options EISAVERBOSE # recognize "unknown" EISA devices
58 #options PCIVERBOSE # recognize "unknown" PCI devices
59 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
60 #options SCSIVERBOSE # Verbose SCSI errors
61 #options TCVERBOSE # recognize "unknown" TC devices
62 options UCONSOLE # users can use TIOCCONS (for xconsole)
63 options INSECURE # disable `kernel security level'
64
65 # The Alpha console firmware network boots using the BOOTP
66 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
67 # in case we have NFS root.
68 options NFS_BOOT_DHCP # superset of BOOTP
69
70 # WS console uses SUN or VT100 terminal emulation
71 options WSEMUL_VT100
72
73 config netbsd root on ? type ?
74
75 mainbus0 at root
76 cpu* at mainbus0
77
78 # TurboLaser bus support and devices
79 tlsb* at mainbus0
80 gbus* at tlsb? node ? offset ?
81 tlsbmem* at tlsb? node ? offset ?
82 kft* at tlsb? node ? offset ?
83
84 # Gbus Devices
85 mcclock* at gbus? offset ?
86
87 # MCBUS bus support
88 mcbus* at mainbus0
89 mcmem* at mcbus? mid ?
90
91 #EV6 Tsunami Core Logic
92
93 tsc* at mainbus0
94
95 # TurboChannel host bus adapter support
96 tcasic* at mainbus0
97
98 # TurboChannel bus support
99 tc* at tcasic?
100
101 # TurboChannel devices
102 ioasic* at tc? slot ? offset ?
103 mcclock* at ioasic? offset ?
104 le* at ioasic? offset ?
105 scc0 at ioasic? offset ?
106 scc1 at ioasic? offset ?
107 tcds* at tc? slot ? offset ?
108 asc* at tcds? chip ?
109 le* at tc? slot ? offset ?
110 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
111
112 # PCI host bus adapter support
113 apecs* at mainbus?
114 cia* at mainbus?
115 lca* at mainbus?
116 dwlpx* at kft?
117 mcpcia* at mcbus? mid ?
118 tsp* at tsc?
119
120 # PCI bus support
121 pci* at apecs?
122 pci* at cia?
123 pci* at lca?
124 pci* at ppb?
125 pci* at dwlpx?
126 pci* at mcpcia?
127 pci* at tsp?
128
129 # PCI devices
130 adv* at pci? dev ? function ? # AdvanSys SCSI
131 adw* at pci? dev ? function ? # AdvanSys Wide SCSI
132 #options ADW_WDTR_DISABLE # disable WDTR
133 #options ADW_SDTR_DISABLE # disable SDTR
134 #options ADW_TAGQ_DISABLE # disable Tag Queuing
135 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
136 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
137 cac* at pci? dev ? function ? # Compaq array controller (untested)
138 de* at pci? dev ? function ? # 21x4x-based Ethernet
139 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
140 en* at pci? dev ? function ? # ENI PCI ATM (untested)
141 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
142 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
143 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
144 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
145 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
146 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
147 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
148 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
149 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
150 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
151 pciide* at pci? dev ? function ? # PCI IDE controllers
152 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
153 ppb* at pci? dev ? function ? # PCI-PCI Bridges
154 rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
155 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
156 sip* at pci? dev ? function ? # SiS 900 Ethernet
157 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
158 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
159 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
160 #options TLP_MATCH_21040
161 #options TLP_MATCH_21041
162 #options TLP_MATCH_21140
163 #options TLP_MATCH_21142
164 vga* at pci? dev ? function ? # PCI VGA Graphics
165 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
166
167 # MII/PHY support
168 exphy* at mii? phy ? # 3Com internal PHYs
169 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
170 inphy* at mii? phy ? # Intel 82555 PHYs
171 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
172 nsphy* at mii? phy ? # NS83840 PHYs
173 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
174 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
175 tlphy* at mii? phy ? # ThunderLAN PHYs
176 ukphy* at mii? phy ? # generic unknown PHYs
177
178 # ISA/EISA bus support
179 isa* at pceb?
180 eisa* at pceb?
181 isa* at sio?
182
183 # ISA devices
184 mcclock* at isa? port 0x70
185 pckbc* at isa? # PC keyboard controller
186 pckbd* at pckbc? # PC keyboard (kbd port)
187 pms* at pckbc? # PS/2-style mouse (aux port)
188 com* at isa? port 0x3f8 irq 4 # standard serial ports
189 com* at isa? port 0x2f8 irq 3
190 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
191 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
192 lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
193 #le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
194 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
195 we1 at isa? port 0x300 iomem 0xcc000 irq 10
196 lpt* at isa? port 0x3bc irq 7 # standard parallel port
197 vga* at isa? # ISA (EISA: XXX) VGA
198 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
199 wdc1 at isa? port 0x170 irq 15
200
201 # EISA devices
202 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
203 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
204 bha* at eisa? slot ? # BusLogic 7xx SCSI
205 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
206 fea* at eisa? slot ? # DEC DEFEA FDDI
207 tlp* at eisa? slot ? # DEC DE-425 Ethernet
208 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
209
210 # SCSI bus support
211 scsibus* at adv?
212 scsibus* at adw?
213 scsibus* at ahc?
214 scsibus* at asc?
215 scsibus* at bha?
216 scsibus* at dpt?
217 scsibus* at isp?
218 scsibus* at ncr?
219
220 # SCSI devices
221 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
222 sd* at scsibus? target ? lun ? # SCSI disk drives
223 st* at scsibus? target ? lun ? # SCSI tape drives
224
225 # ST506/ESDI/IDE devices
226 wd* at pciide? channel ?
227 wd* at wdc? drive ?
228
229 # ATAPI bus support
230 atapibus* at pciide? channel ?
231 atapibus* at wdc?
232
233 # ATAPI devices
234 sd* at atapibus? drive ? # ATAPI disk devices
235 cd* at atapibus? drive ? # ATAPI CD-ROM devices
236
237 # Floppy drives
238 fd* at fdc? drive ?
239
240 # Hardware RAID devices
241 ca* at cac? unit ?
242
243 # Workstation Console attachments
244 wsdisplay* at vga?
245 wsdisplay* at tga?
246 wskbd* at pckbd?
247 wsmouse* at pms?
248
249 pseudo-device loop 1
250 pseudo-device md 1
251 pseudo-device ppp 1
252 pseudo-device pty 64
253 pseudo-device sl 1
254