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