GENERIC revision 1.117 1 # $NetBSD: GENERIC,v 1.117 1999/04/29 01:28:41 ross 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 # CPU Support
10 #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
11 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
12 options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
13 options DEC_3000_300 # Pelican etc: 3000/300*
14 options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
15 options DEC_EB164 # EB164: AlphaPC 164
16 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
17 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
18 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
19 options DEC_KN300 # KN300: AlphaServer 4100
20 options DEC_550 # Miata: Digital Personal Workstation
21 options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
22 options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
23 options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
24 options DEC_EB66 # EB66: 21066 Evaluation Board
25
26 # Standard system options
27 options KTRACE # System call tracing support
28
29 # Diagnostic/debugging support options
30 options DIAGNOSTIC # Cheap kernel consistency checks
31 options DDB # kernel debugger
32 #makeoptions DEBUG="-g"
33
34 # File systems
35 file-system FFS # Fast file system
36 file-system MFS # Memory-based 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
41 # File system options
42 options NFSSERVER # Sun NFS-compatible file system server
43 #options FFS_EI # FFS Endian Independant support
44
45 # Networking options
46 options INET # Internet protocol suite
47
48 # 4.3BSD compatibility. Should be optional, but necessary for now.
49 options COMPAT_43
50
51 # Binary compatibility with previous versions of NetBSD.
52 #options COMPAT_09
53 options COMPAT_10
54 options COMPAT_11
55 options COMPAT_12
56 options COMPAT_13
57
58 # System V-like message queues
59 options SYSVMSG
60
61 # System V-like semaphores
62 options SYSVSEM
63
64 # System V-like shared memory
65 options SYSVSHM
66 #options SHMMAXPGS=1024 # 1024 pages is the default
67
68 # Loadable Kernel Modules
69 options LKM
70
71 # Disable kernel security.
72 #options INSECURE
73
74 # Misc. options
75 options EISAVERBOSE # recognize "unknown" EISA devices
76 options PCIVERBOSE # recognize "unknown" PCI devices
77 options SCSIVERBOSE # Verbose SCSI errors
78 options TCVERBOSE # recognize "unknown" TC devices
79 options UCONSOLE # users can use TIOCCONS (for xconsole)
80
81 # The Alpha console firmware network boots using the BOOTP
82 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
83 # in case we have NFS root.
84 options NFS_BOOT_DHCP # superset of BOOTP
85
86 # WS console uses SUN or VT100 terminal emulation
87 options WSEMUL_VT100
88
89 # realtime clock compatible to OSF/1
90 #options CLOCK_COMPAT_OSF1
91
92 config netbsd root on ? type ?
93 #config netbsd root on sd0 type ffs
94 #config netbsd root on ? type nfs
95
96 mainbus0 at root
97 cpu* at mainbus0
98
99 # TurboLaser bus support and devices
100 tlsb* at mainbus0
101 gbus* at tlsb? node ? offset ?
102 tlsbmem* at tlsb? node ? offset ?
103 kft* at tlsb? node ? offset ?
104
105 # Gbus Devices
106 mcclock* at gbus? offset ?
107
108 # MCBUS bus support
109 mcbus* at mainbus0
110 mcmem* at mcbus? mid ?
111
112 #i2c at mcbus?
113
114 # TurboChannel host bus adapter support
115 tcasic* at mainbus0
116
117 # TurboChannel bus support
118 tc* at tcasic?
119
120 # TurboChannel devices
121 ioasic* at tc? slot ? offset ?
122 mcclock* at ioasic? offset ?
123 le* at ioasic? offset ?
124 scc0 at ioasic? offset ?
125 scc1 at ioasic? offset ?
126 tcds* at tc? slot ? offset ?
127 asc* at tcds? chip ?
128 #cfb* at tc? slot ? offset ?
129 #sfb* at tc? slot ? offset ?
130 le* at tc? slot ? offset ?
131 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
132
133 # PCI host bus adapter support
134 apecs* at mainbus?
135 cia* at mainbus?
136 lca* at mainbus?
137 dwlpx* at kft?
138 mcpcia* at mcbus? mid ?
139
140 # PCI bus support
141 pci* at apecs?
142 pci* at cia?
143 pci* at lca?
144 pci* at ppb?
145 pci* at dwlpx?
146 pci* at mcpcia?
147
148 # PCI devices
149 #adv* at pci? dev ? function ? # AdvanSys SCSI
150 #adw* at pci? dev ? function ? # AdvanSys Wide SCSI
151 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
152 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
153 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
154 de* at pci? dev ? function ? # 21x4x-based Ethernet
155 en* at pci? dev ? function ? # ENI PCI ATM (untested)
156 ep* at pci? dev ? function ? # 3COM 3c59x
157 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
158 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
159 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
160 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
161 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
162 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
163 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
164 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
165 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
166 ppb* at pci? dev ? function ? # PCI-PCI Bridges
167 pciide* at pci? dev ? function ? # PCI IDE controllers
168 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
169 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
170 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
171 vga* at pci? dev ? function ? # PCI VGA Graphics
172 uhci* at pci? dev ? function ? # USB Univ. Host Controller
173 ohci* at pci? dev ? function ? # USB Open Host Controller
174 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
175 eap* at pci? dev ? function ? # Ensoniq AudioPCI
176 audio* at eap?
177 sv* at pci? dev ? function ? # S3 SonicVibes
178 audio* at sv?
179 #opl* at sv?
180
181 # MII/PHY support
182 exphy* at mii? phy ?
183 inphy* at mii? phy ?
184 nsphy* at mii? phy ?
185 qsphy* at mii? phy ?
186 tlphy* at mii? phy ?
187
188 # ISA/EISA bus support
189 isa* at pceb?
190 eisa* at pceb?
191 isa* at sio?
192
193 # ISA devices
194 mcclock* at isa? port 0x70
195 pckbc0 at isa? # PC keyboard controller
196 pckbd* at pckbc? # PC keyboard (kbd port)
197 pms* at pckbc? # PS/2-style mouse (aux port)
198 pcppi* at isa? # PC prog. periph. interface
199 spkr0 at pcppi? # IBM BASIC emulation
200 isabeep0 at pcppi? # "keyboard" beep
201 com* at isa? port 0x3f8 irq 4 # standard serial ports
202 com* at isa? port 0x2f8 irq 3
203 cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
204 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
205 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
206 lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
207 lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
208 depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
209 depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
210 le* at depca?
211 lpt* at isa? port 0x3bc irq 7 # standard parallel port
212 vga* at isa? # ISA (EISA: XXX) VGA
213 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
214 wdc1 at isa? port 0x170 irq 15
215 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
216 #audio* at wss?
217 #midi* at wss?
218 sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
219 #sb* at isapnp?
220 audio* at sb?
221 aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
222 aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
223 bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
224 bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
225 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
226 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
227
228 # EISA devices
229 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
230 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
231 bha* at eisa? slot ? # BusLogic 7xx SCSI
232 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
233 fea* at eisa? slot ? # DEC DEFEA FDDI
234 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
235
236 # SCSI bus support
237 #scsibus* at adv?
238 #scsibus* at adw?
239 scsibus* at aha?
240 scsibus* at ahb?
241 scsibus* at ahc?
242 scsibus* at asc?
243 scsibus* at bha?
244 scsibus* at isp?
245 scsibus* at ncr?
246 scsibus* at pcscp?
247 scsibus* at uha?
248
249 # SCSI devices
250 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
251 sd* at scsibus? target ? lun ? # SCSI disk drives
252 st* at scsibus? target ? lun ? # SCSI tape drives
253
254 # ST506/ESDI/IDE devices
255 wd* at pciide? channel ?
256 wd* at wdc? drive ?
257
258 # ATAPI bus support
259 atapibus* at pciide? channel ?
260 atapibus* at wdc?
261
262 # ATAPI devices
263 sd* at atapibus? drive ? # ATAPI disk devices
264 cd* at atapibus? drive ? # ATAPI CD-ROM devices
265
266 # Floppy drives
267 fd* at fdc? drive ?
268
269 # USB bus support
270 usb* at uhci?
271 usb* at ohci?
272
273 # USB hubs
274 uhub* at usb?
275 uhub* at uhub? port ?
276
277 # USB mice
278 ums* at uhub? port ?
279 wsmouse* at ums?
280
281 # USB Keyboards
282 ukbd* at uhub? port ?
283 wskbd* at ukbd? console ?
284
285 # USB Generic HID devices
286 uhid* at uhub? port ?
287
288 # USB Printers
289 ulpt* at uhub? port ?
290
291 # Workstation Console attachments
292 #wsdisplay* at cfb?
293 wsdisplay* at vga?
294 #wsdisplay* at sfb?
295 wsdisplay* at tga?
296 wskbd* at pckbd?
297 wsmouse* at pms?
298
299 pseudo-device bpfilter 16
300 pseudo-device ccd 4
301 #pseudo-device raid 4 # RAIDframe disk driver
302 pseudo-device ipfilter 1
303 pseudo-device loop 1
304 pseudo-device md 1
305 pseudo-device ppp 4
306 pseudo-device pty 64
307 pseudo-device sl 4
308 pseudo-device vnd 4
309 #pseudo-device gre 2 # generic L3 over IP tunnel
310
311 # rnd is EXPERIMENTAL
312 #pseudo-device rnd # /dev/random and in-kernel generator
313 #options RND_COM # use "com" randomness too
314