GENERIC revision 1.89 1 # $NetBSD: GENERIC,v 1.89 1998/06/05 02:13:41 thorpej Exp $
2 #
3 # Generic Alpha kernel. Enough to get booted, etc., but not much more.
4
5 include "arch/alpha/conf/std.alpha"
6
7 maxusers 32
8
9 #makeoptions DEBUG="-g"
10
11 # CPU Support
12 #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
13 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
14 options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
15 options DEC_3000_300 # Pelican etc: 3000/300*
16 options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
17 options DEC_EB164 # EB164: AlphaPC 164
18 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
19 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
20 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
21 options DEC_KN300 # KN300: AlphaServer 4100
22 options DEC_550 # Miata: Digital Personal Workstation
23
24 # Standard system options
25 options KTRACE # System call tracing support
26
27 # Diagnostic/debugging support options
28 options DIAGNOSTIC # Cheap kernel consistency checks
29
30 # File systems
31 file-system FFS # Fast file system
32 file-system MFS # Memory-based file system
33 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
34 file-system MSDOSFS # MS-DOS-compatible file system
35 file-system NFS # Sun NFS-compatible file system client
36
37 # File system options
38 options FIFO # POSIX fifo support (in all file systems)
39 options NFSSERVER # Sun NFS-compatible file system server
40 #options FFS_EI # FFS Endian Independant support
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
55 # System V-like message queues
56 options SYSVMSG
57
58 # System V-like semaphores
59 options SYSVSEM
60
61 # System V-like shared memory
62 options SYSVSHM
63 #options SHMMAXPGS=1024 # 1024 pages is the default
64
65 # Loadable Kernel Modules
66 options LKM
67
68 # Disable kernel security.
69 #options INSECURE
70
71 # Misc. options
72 options EISAVERBOSE # recognize "unknown" EISA devices
73 options PCIVERBOSE # recognize "unknown" PCI devices
74 options SCSIVERBOSE # Verbose SCSI errors
75 options TCVERBOSE # recognize "unknown" TC devices
76 options UCONSOLE # users can use TIOCCONS (for xconsole)
77
78 # The Alpha console firmware network boots using the BOOTP
79 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
80 # in case we have NFS root.
81 options NFS_BOOT_DHCP # superset of BOOTP
82
83 # WS console uses SUN terminal emulation
84 options WSEMUL_SUN
85
86 config netbsd root on ? type ?
87 #config netbsd root on sd0 type ffs
88 #config netbsd root on ? type nfs
89
90 mainbus0 at root
91 cpu* at mainbus0
92
93 # TurboLaser bus support and devices
94 tlsb* at mainbus0
95 gbus* at tlsb? node ? offset ?
96 tlsbmem* at tlsb? node ? offset ?
97 kft* at tlsb? node ? offset ?
98
99 # Gbus Devices
100 mcclock* at gbus? offset ?
101
102 # MCBUS bus support
103 mcbus* at mainbus0
104 mcmem* at mcbus? mid ?
105
106 #i2c at mcbus?
107
108 # TurboChannel host bus adapter support
109 tcasic* at mainbus0
110
111 # TurboChannel bus support
112 tc* at tcasic?
113
114 # TurboChannel devices
115 ioasic* at tc? slot ? offset ?
116 mcclock* at ioasic? offset ?
117 le* at ioasic? offset ?
118 scc0 at ioasic? offset ?
119 scc1 at ioasic? offset ?
120 tcds* at tc? slot ? offset ?
121 asc* at tcds? chip ?
122 #cfb* at tc? slot ? offset ?
123 #sfb* at tc? slot ? offset ?
124 le* at tc? slot ? offset ?
125 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
126
127 # PCI host bus adapter support
128 apecs* at mainbus?
129 cia* at mainbus?
130 lca* at mainbus?
131 dwlpx* at kft?
132 mcpcia* at mcbus? mid ?
133
134 # PCI bus support
135 pci* at apecs?
136 pci* at cia?
137 pci* at lca?
138 pci* at ppb?
139 pci* at dwlpx?
140 pci* at mcpcia?
141
142 # PCI devices
143 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
144 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
145 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
146 de* at pci? dev ? function ? # 21x4x-based Ethernet
147 en* at pci? dev ? function ? # ENI PCI ATM (untested)
148 ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
149 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
150 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
151 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
152 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
153 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
154 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
155 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
156 ppb* at pci? dev ? function ? # PCI-PCI Bridges
157 pciide* at pci? dev ? function ? # PCI IDE controllers
158 wdc* at pciide? channel ?
159 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
160 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
161 vga* at pci? dev ? function ? # PCI VGA Graphics
162 #eap* at pci? dev ? function ? # Ensoniq AudioPCI
163 #audio* at eap?
164
165 # ISA/EISA bus support
166 isa* at pceb?
167 eisa* at pceb?
168 isa* at sio?
169
170 # ISA devices
171 mcclock* at isa? port 0x70
172 pckbc* at isa? # PC keyboard controller
173 pckbd* at pckbc? # PC keyboard (kbd port)
174 psm* at pckbc? # PS/2-style mouse (aux port)
175 pcppi* at isa? # PC prog. periph. interface
176 spkr0 at pcppi? # IBM BASIC emulation
177 com* at isa? port 0x3f8 irq 4 # standard serial ports
178 com* at isa? port 0x2f8 irq 3
179 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
180 lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
181 lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
182 depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
183 depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
184 le* at depca?
185 lpt* at isa? port 0x3bc irq 7 # standard parallel port
186 vga* at isa? # ISA (EISA: XXX) VGA
187 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
188 wdc1 at isa? port 0x170 irq 15
189 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
190 #audio* at wss?
191 #midi* at wss?
192 aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
193 aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
194 bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
195 bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
196 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
197 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
198
199 # EISA devices
200 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
201 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
202 bha* at eisa? slot ? # BusLogic 7xx SCSI
203 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
204 fea* at eisa? slot ? # DEC DEFEA FDDI
205 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
206
207 # SCSI bus support
208 scsibus* at aha?
209 scsibus* at ahb?
210 scsibus* at ahc?
211 scsibus* at asc?
212 scsibus* at bha?
213 scsibus* at isp?
214 scsibus* at ncr?
215 scsibus* at uha?
216
217 # SCSI devices
218 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
219 sd* at scsibus? target ? lun ? # SCSI disk drives
220 st* at scsibus? target ? lun ? # SCSI tape drives
221
222 # ST506/ESDI/IDE devices
223 wd* at wdc? drive ?
224
225 # ATAPI bus support
226 atapibus* at wdc?
227
228 # ATAPI devices
229 sd* at atapibus? drive ? # ATAPI disk devices
230 cd* at atapibus? drive ? # ATAPI CD-ROM devices
231
232 # Workstation Console attachments
233 #wsdisplay* at cfb?
234 wsdisplay* at vga?
235 #wsdisplay* at sfb?
236 wsdisplay* at tga?
237 wskbd* at pckbd?
238 wsmouse* at psm?
239
240 pseudo-device bpfilter 16
241 pseudo-device ccd 4
242 pseudo-device ipfilter 1
243 pseudo-device loop 1
244 pseudo-device md 1
245 pseudo-device ppp 4
246 pseudo-device pty 64
247 pseudo-device sl 4
248 pseudo-device vnd 4
249
250 # rnd is EXPERIMENTAL
251 #pseudo-device rnd # /dev/random and in-kernel generator
252 #options RND_COM # use "com" randomness too
253