INSTALL revision 1.3 1 # $NetBSD: INSTALL,v 1.3 1998/01/12 07:09:24 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 NFS # Sun NFS-compatible file system client
34 file-system KERNFS # Kernel variable file system (/kern)
35
36 # File system options
37 options FIFO # POSIX fifo support (in all file systems)
38
39 # Networking options
40 options INET # Internet protocol suite
41
42 # 4.3BSD compatibility. Should be optional, but necessary for now.
43 options COMPAT_43
44
45 # Binary compatibility with previous versions of NetBSD.
46 #options COMPAT_09
47 #options COMPAT_10
48 #options COMPAT_11
49 #options COMPAT_12
50 #options COMPAT_13
51
52 config netbsd root on ? type ?
53
54 mainbus0 at root
55 cpu* at mainbus0
56
57 # TurboLaser bus support and devices
58 #tlsb* at mainbus0
59 #gbus* at tlsb? node ? offset ?
60 #tlsbmem* at tlsb? node ? offset ?
61 #kft* at tlsb? node ? offset ?
62
63 # Gbus Devices
64 #mcclock* at gbus? offset 0x20000000
65
66 # TurboChannel host bus adapter support
67 #tcasic* at mainbus0
68
69 # TurboChannel bus support
70 #tc* at tcasic?
71
72 # TurboChannel devices
73 #ioasic* at tc? slot ? offset ?
74 #mcclock* at ioasic? offset ?
75 #le* at ioasic? offset ?
76 #scc0 at ioasic? offset ?
77 #scc1 at ioasic? offset ?
78 #tcds0 at tc? slot ? offset ?
79 #asc0 at tcds? slot ?
80 #asc1 at tcds? slot ?
81 #le* at tc? slot ? offset ?
82 #fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
83
84 # PCI host bus adapter support
85 apecs* at mainbus?
86 cia* at mainbus?
87 lca* at mainbus?
88 #dwlpx* at kft?
89
90 # PCI bus support
91 pci* at apecs?
92 pci* at cia?
93 pci* at lca?
94 pci* at ppb?
95 #pci* at dwlpx?
96
97 # PCI devices
98 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
99 de* at pci? dev ? function ? # 21x4x-based Ethernet
100 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
101 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
102 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
103 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
104 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
105 ppb* at pci? dev ? function ? # PCI-PCI Bridges
106 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
107 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
108 vga* at pci? dev ? function ? # PCI VGA Graphics
109
110 # ISA/EISA bus support
111 isa* at pceb?
112 eisa* at pceb?
113 isa* at sio?
114
115 # ISA devices
116 mcclock* at isa? port 0x70
117 pcppi* at isa? # PC prog. periph. interface
118 pckbd* at pcppi? # PC keyboard (kbd port)
119 #pms* at pcppi? # PS/2-style mouse (aux port)
120 com* at isa? port 0x3f8 irq 4 # standard serial ports
121 com* at isa? port 0x2f8 irq 3
122 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
123 lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC)
124 #le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.)
125 lpt* at isa? port 0x3bc irq 7 # standard parallel port
126 vga* at isa? # ISA (EISA: XXX) VGA
127 awdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
128 awdc1 at isa? port 0x170 irq 15
129
130 # EISA devices
131 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
132 bha* at eisa? slot ? # BusLogic 7xx SCSI
133 fea* at eisa? slot ? # DEC DEFEA FDDI
134
135 # SCSI bus support
136 scsibus* at ahc?
137 #scsibus* at asc?
138 scsibus* at bha?
139 scsibus* at isp?
140 scsibus* at ncr?
141
142 # SCSI devices
143 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
144 sd* at scsibus? target ? lun ? # SCSI disk drives
145 st* at scsibus? target ? lun ? # SCSI tape drives
146
147 # ST506/ESDI/IDE devices
148 awd* at awdc? drive ?
149
150 # Workstation Console attachments
151 wscons* at vga?
152 wscons* at tga?
153
154 pseudo-device loop 1
155 pseudo-device md 1
156 pseudo-device ppp 1
157 pseudo-device pty 16
158 pseudo-device sl 1
159