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