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