INSTALL revision 1.35 1 # $NetBSD: INSTALL,v 1.35 2000/04/22 16:28:48 thorpej 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 de* at pci? dev ? function ? # 21x4x-based Ethernet
138 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
139 en* at pci? dev ? function ? # ENI PCI ATM (untested)
140 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
141 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
142 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
143 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
144 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
145 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
146 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
147 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
148 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
149 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
150 pciide* at pci? dev ? function ? # PCI IDE controllers
151 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
152 ppb* at pci? dev ? function ? # PCI-PCI Bridges
153 rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
154 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
155 sip* at pci? dev ? function ? # SiS 900 Ethernet
156 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
157 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
158 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
159 #options TLP_MATCH_21040
160 #options TLP_MATCH_21041
161 #options TLP_MATCH_21140
162 #options TLP_MATCH_21142
163 vga* at pci? dev ? function ? # PCI VGA Graphics
164 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
165
166 # MII/PHY support
167 exphy* at mii? phy ? # 3Com internal PHYs
168 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
169 inphy* at mii? phy ? # Intel 82555 PHYs
170 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
171 nsphy* at mii? phy ? # NS83840 PHYs
172 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
173 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
174 tlphy* at mii? phy ? # ThunderLAN PHYs
175 ukphy* at mii? phy ? # generic unknown PHYs
176
177 # ISA/EISA bus support
178 isa* at pceb?
179 eisa* at pceb?
180 isa* at sio?
181
182 # ISA devices
183 mcclock* at isa? port 0x70
184 pckbc* at isa? # PC keyboard controller
185 pckbd* at pckbc? # PC keyboard (kbd port)
186 pms* at pckbc? # PS/2-style mouse (aux port)
187 com* at isa? port 0x3f8 irq 4 # standard serial ports
188 com* at isa? port 0x2f8 irq 3
189 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
190 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
191 lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
192 #le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
193 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
194 we1 at isa? port 0x300 iomem 0xcc000 irq 10
195 lpt* at isa? port 0x3bc irq 7 # standard parallel port
196 vga* at isa? # ISA (EISA: XXX) VGA
197 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
198 wdc1 at isa? port 0x170 irq 15
199
200 # EISA devices
201 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
202 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
203 bha* at eisa? slot ? # BusLogic 7xx SCSI
204 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
205 fea* at eisa? slot ? # DEC DEFEA FDDI
206 tlp* at eisa? slot ? # DEC DE-425 Ethernet
207 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
208
209 # SCSI bus support
210 scsibus* at adv?
211 scsibus* at adw?
212 scsibus* at ahc?
213 scsibus* at asc?
214 scsibus* at bha?
215 scsibus* at dpt?
216 scsibus* at isp?
217 scsibus* at ncr?
218
219 # SCSI devices
220 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
221 sd* at scsibus? target ? lun ? # SCSI disk drives
222 st* at scsibus? target ? lun ? # SCSI tape drives
223
224 # ST506/ESDI/IDE devices
225 wd* at pciide? channel ?
226 wd* at wdc? drive ?
227
228 # ATAPI bus support
229 atapibus* at pciide? channel ?
230 atapibus* at wdc?
231
232 # ATAPI devices
233 sd* at atapibus? drive ? # ATAPI disk devices
234 cd* at atapibus? drive ? # ATAPI CD-ROM devices
235
236 # Floppy drives
237 fd* at fdc? drive ?
238
239 # Workstation Console attachments
240 wsdisplay* at vga?
241 wsdisplay* at tga?
242 wskbd* at pckbd?
243 wsmouse* at pms?
244
245 pseudo-device loop 1
246 pseudo-device md 1
247 pseudo-device ppp 1
248 pseudo-device pty 64
249 pseudo-device sl 1
250