GENERIC revision 1.279 1 #
2 # This machine description file is used to generate the default NetBSD
3 # kernel. The generic kernel on NetBSD/alpha does enough to get booted,
4 # etc., but not much more. For a more complete kernel see the ALPHA
5 # machine description file.
6 #
7 # The machine description file can be customised for your specific
8 # machine to reduce the kernel size and improve its performance.
9 #
10 # For further information on compiling NetBSD kernels, see the config(8)
11 # man page.
12 #
13 # For further information on hardware support for this architecture, see
14 # the intro(4) man page. For further information about kernel options
15 # for this architecture, see the options(4) man page. For an explanation
16 # of each device driver in this file see the section 4 man page for the
17 # device.
18
19 # If you add stuff to this, please add it to the ALPHA configuration, too.
20
21 include "arch/alpha/conf/std.alpha"
22
23 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24
25 #ident "GENERIC-$Revision: 1.279 $"
26
27 maxusers 32
28
29 # CPU Support
30 options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
31 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
32 options DEC_2100_A500 # Sable: AlphaServer 2100
33 options DEC_2100A_A500 # Lynx: AlphaServer 2100A
34 options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
35 options DEC_3000_300 # Pelican etc: 3000/300*
36 options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
37 options DEC_EB164 # EB164: AlphaPC 164
38 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
39 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
40 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
41 options DEC_KN300 # KN300: AlphaServer 4100 and 1200
42 options DEC_550 # Miata: Digital Personal Workstation
43 options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
44 options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
45 options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
46 options DEC_EB66 # EB66: 21066 Evaluation Board
47 options DEC_6600 # EV6: 264DP OEM Board
48 options API_UP1000 # EV6: Alpha Processor, Inc. UP1000
49
50 # Standard system options
51 options KTRACE # System call tracing support
52 options SYSTRACE # System call vetting via systrace(1)
53 options NTP # kernel PLL for NTP
54
55 # Enable experimental buffer queue strategy for better responsiveness under
56 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
57 #options BUFQ_READPRIO
58 #options BUFQ_PRIOCSCAN
59
60 # Diagnostic/debugging support options
61 #options DIAGNOSTIC # Cheap kernel consistency checks
62 options DDB # kernel debugger
63 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
64 #makeoptions DEBUG="-g"
65 #makeoptions DEBUGLIST="pattern1 pattern2 ..."
66
67 #options KGDB # Remote kernel GDB support
68 #options KGDB_DEVNAME="\"com\"" # device to use for KGDB
69 #options KGDB_DEVADDR=0x2f8 # at this address
70 #options KGDB_DEVRATE=57600 # at this comm. rate
71
72 # File systems
73 file-system FFS # Fast file system
74 file-system MFS # Memory-based file system
75 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
76 file-system MSDOSFS # MS-DOS-compatible file system
77 file-system NTFS # Windows/NT file system (experimental)
78 file-system NFS # Sun NFS-compatible file system client
79 file-system KERNFS # Kernel variable file system (/kern)
80 file-system PROCFS # Process file system (/proc)
81 file-system PTYFS # /dev/pts/N support
82 #file-system TMPFS # experimental - Efficient memory file-system
83
84 # File system options
85 options QUOTA # UFS quotas
86 #options FFS_EI # FFS Endian Independant support
87 options SOFTDEP # FFS soft updates support.
88 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
89 options NFSSERVER # Sun NFS-compatible file system server
90 #options FFS_NO_SNAPSHOT # ffs snapshots
91
92 # Networking options
93 #options GATEWAY # packet forwarding
94 options INET # IP + ICMP + TCP + UDP
95 options INET6 # IPV6
96 #options IPSEC # IP security
97 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
98 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
99 #options IPSEC_DEBUG # debug for IP security
100 #options MROUTING # IP multicast routing
101 #options PIM # Protocol Independent Multicast
102 #options NS # XNS
103 #options NSIP # XNS tunneling over IP
104 #options ISO,TPIP # OSI
105 #options EON # OSI tunneling over IP
106 #options CCITT,LLC,HDLC # X.25
107 #options NETATALK # AppleTalk networking protocols
108 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
109 #options PPP_DEFLATE # Deflate compression support for PPP
110 #options PPP_FILTER # Active filter support for PPP (requires bpf)
111 #options PFIL_HOOKS # pfil(9) packet filter hooks
112 options IPFILTER_LOG # ipmon(8) log support
113 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
114 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
115
116 #options ALTQ # Manipulate network interfaces' output queues
117 #options ALTQ_BLUE # Stochastic Fair Blue
118 #options ALTQ_CBQ # Class-Based Queueing
119 #options ALTQ_CDNR # Diffserv Traffic Conditioner
120 #options ALTQ_FIFOQ # First-In First-Out Queue
121 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
122 #options ALTQ_HFSC # Hierarchical Fair Service Curve
123 #options ALTQ_LOCALQ # Local queueing discipline
124 #options ALTQ_PRIQ # Priority Queueing
125 #options ALTQ_RED # Random Early Detection
126 #options ALTQ_RIO # RED with IN/OUT
127 #options ALTQ_WFQ # Weighted Fair Queueing
128
129 # 4.3BSD compatibility. Should be optional, but necessary for now.
130 options COMPAT_43
131
132 # Binary compatibility with previous versions of NetBSD.
133 #options COMPAT_09
134 options COMPAT_10
135 options COMPAT_11
136 options COMPAT_12
137 options COMPAT_13
138 options COMPAT_14
139 options COMPAT_16
140 options COMPAT_20
141 options COMPAT_30 # NetBSD 3.0 compatibility.
142 # OSF/1 binary compatibility
143 options COMPAT_OSF1
144
145 # Linux binary compatibility
146 options COMPAT_LINUX
147
148 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
149
150 # System V-like message queues
151 options SYSVMSG
152 #options SEMMNI=10 # number of semaphore identifiers
153 #options SEMMNS=60 # number of semaphores in system
154 #options SEMUME=10 # max number of undo entries per process
155 #options SEMMNU=30 # number of undo structures in system
156
157 # System V-like semaphores
158 options SYSVSEM
159
160 # System V-like shared memory
161 options SYSVSHM
162 #options SHMMAXPGS=1024 # 1024 pages is the default
163
164 # p1003.1b semaphore support
165 options P1003_1B_SEMAPHORE
166
167 # Loadable Kernel Modules
168 options LKM
169
170 # Disable kernel security.
171 #options INSECURE
172
173 # Misc. options
174 options EISAVERBOSE # recognize "unknown" EISA devices
175 options PCIVERBOSE # recognize "unknown" PCI devices
176 options MIIVERBOSE # verbose PHY autoconfig messages
177 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
178 options SCSIVERBOSE # Verbose SCSI errors
179 options USBVERBOSE # verbose USB device autoconfig messages
180 options TCVERBOSE # recognize "unknown" TC devices
181 #options PCMCIAVERBOSE
182 options USERCONF # userconf(4) support
183 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
184 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
185 options FONT_GALLANT12x22 # Console font for TC devices
186
187 # The Alpha console firmware network boots using the BOOTP
188 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
189 # in case we have NFS root.
190 options NFS_BOOT_DHCP # superset of BOOTP
191
192 # WS console uses SUN or VT100 terminal emulation
193 options WSEMUL_VT100
194
195 # realtime clock compatible to OSF/1
196 #options CLOCK_COMPAT_OSF1
197
198 config netbsd root on ? type ?
199 #config netbsd root on sd0 type ffs
200 #config netbsd root on ? type nfs
201
202 mainbus0 at root
203 cpu* at mainbus0
204
205 # TurboLaser bus support and devices
206 tlsb* at mainbus0
207 gbus* at tlsb? node ? offset ?
208 tlsbmem* at tlsb? node ? offset ?
209 kft* at tlsb? node ? offset ?
210
211 # Gbus Devices
212 mcclock* at gbus? offset ?
213
214 # MCBUS bus support
215 mcbus* at mainbus0
216 mcmem* at mcbus? mid ?
217
218 #i2c at mcbus?
219
220 #EV6 Tsunami Core Logic
221
222 tsc* at mainbus0
223
224 # DECpc AXP150 (Jensen) internal bus support
225 jensenio* at mainbus0
226
227 com* at jensenio? port ?
228 lpt* at jensenio? port ?
229 mcclock* at jensenio? port ?
230 pckbc* at jensenio? port ?
231
232 # TURBOchannel host bus adapter support
233 tcasic* at mainbus0
234
235 # TURBOchannel bus support
236 tc* at tcasic?
237
238 # TURBOchannel devices
239 ioasic* at tc? slot ? offset ?
240 mcclock* at ioasic? offset ?
241 le* at ioasic? offset ?
242 zsc0 at ioasic? offset 0x100000
243 zsc1 at ioasic? offset 0x180000
244 bba0 at ioasic? offset ?
245 tcds* at tc? slot ? offset ?
246 asc* at tcds? chip ?
247 asc* at tc? slot ? offset ?
248 le* at tc? slot ? offset ?
249 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
250 cfb* at tc? slot ? offset ?
251 mfb* at tc? slot ? offset ?
252 tfb* at tc? slot ? offset ?
253 sfb* at tc? slot ? offset ?
254 #sfbp* at tc? slot ? offset ?
255 px* at tc? slot ? offset ?
256 pxg* at tc? slot ? offset ?
257
258 # TurboChannel serial attachments
259 zstty* at zsc? channel ? # serial ports on B channels
260 lkkbd0 at zsc1 channel ? # keyboard port on A channels
261 vsms0 at zsc0 channel ? # mouse port on A channels
262
263 # PCI host bus adapter support
264 apecs* at mainbus?
265 cia* at mainbus?
266 irongate* at mainbus?
267 lca* at mainbus?
268 dwlpx* at kft?
269 mcpcia* at mcbus? mid ?
270 tsp* at tsc?
271 ttwoga* at mainbus?
272
273 # Sable PCI and STDIO bus and devices
274 ttwopci* at ttwoga? hose ?
275 sableio* at ttwopci? bus ?
276 com* at sableio? port ?
277 lpt* at sableio? port ?
278 pckbc* at sableio? port ?
279 fdc* at sableio? port ?
280
281 # PCI bus support
282 pci* at apecs?
283 pci* at cia?
284 pci* at irongate?
285 pci* at lca?
286 pci* at ppb?
287 pci* at dwlpx?
288 pci* at mcpcia?
289 pci* at tsp?
290 pci* at ttwopci?
291
292 # AGP support
293 agp* at irongate?
294
295 # PCI devices
296
297 # PCI cryptographic devices
298 hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
299 ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
300
301 adv* at pci? dev ? function ? # AdvanSys SCSI
302 adw* at pci? dev ? function ? # AdvanSys Wide SCSI
303 #options SCSI_ADW_WDTR_DISABLE # disable WDTR
304 #options SCSI_ADW_SDTR_DISABLE # disable SDTR
305 #options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing
306 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
307 autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
308 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
309 cac* at pci? dev ? function ? # Compaq array controller (untested)
310 cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 Audio
311 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
312 cz* at pci? dev ? function ? # Cyclades-Z (untested)
313 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
314 eap* at pci? dev ? function ? # Ensoniq AudioPCI
315 en* at pci? dev ? function ? # ENI PCI ATM (untested)
316 ep* at pci? dev ? function ? # 3COM 3c59x
317 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
318 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
319 ex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet
320 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
321 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
322 gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
323 iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
324 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
325 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
326 sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
327 siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
328 esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer
329 mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
330 mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
331 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
332 ohci* at pci? dev ? function ? # USB Open Host Controller
333 ehci* at pci? dev ? function ? # USB-2 Host controller
334 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
335 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
336 acardide* at pci? dev ? function ? # Acard IDE controllers
337 aceride* at pci? dev ? function ? # Acer Lab IDE controllers
338 artsata* at pci? dev ? function ? # Intel i31244 SATA controller
339 cmdide* at pci? dev ? function ? # CMD tech IDE controllers
340 cypide* at pci? dev ? function ? # Cypress IDE controllers
341 hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
342 optiide* at pci? dev ? function ? # Opti IDE controllers
343 pdcide* at pci? dev ? function ? # Promise IDE controllers
344 pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
345 satalink* at pci? dev ? function ? # SiI SATALink controllers
346 siside* at pci? dev ? function ? # SiS IDE controllers
347 slide* at pci? dev ? function ? # Symphony Labs IDE controllers
348 viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
349 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
350 ppb* at pci? dev ? function ? # PCI-PCI Bridges
351 rtk* at pci? dev ? function ? # Realtek 8129/8139 Ethernet
352 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
353 sip* at pci? dev ? function ? # SiS 900 Ethernet
354 stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 GigE
355 sv* at pci? dev ? function ? # S3 SonicVibes
356 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
357 ti* at pci? dev ? function ? # Alteon Tigon Gig-E
358 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
359 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
360 uhci* at pci? dev ? function ? # USB Univ. Host Controller
361 vga* at pci? dev ? function ? # PCI VGA Graphics
362 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
363 wi* at pci? dev ? function ? # Lucent/Intersil WaveLAN/IEEE
364 yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
365
366 opl* at cmpci? flags 1
367 opl* at eso?
368 #opl* at sv?
369 opl* at yds?
370
371 mpu* at cmpci?
372 mpu* at eso?
373 mpu* at yds?
374
375 # MII/PHY support
376 exphy* at mii? phy ? # 3Com internal PHYs
377 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
378 inphy* at mii? phy ? # Intel 82555 PHYs
379 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
380 gphyter* at mii? phy ? # NS83861 Gig-E PHY
381 nsphy* at mii? phy ? # NS83840 PHYs
382 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
383 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
384 tlphy* at mii? phy ? # ThunderLAN PHYs
385 ukphy* at mii? phy ? # generic unknown PHYs
386
387 # ISA/EISA bus support
388 isa* at jensenio?
389 eisa* at jensenio?
390 isa* at pceb?
391 eisa* at pceb?
392 isa* at sio?
393 #isapnp* at isa?
394
395 # ISA devices
396 mcclock* at isa? port 0x70
397 pckbc* at isa? # PC keyboard controller
398 pckbd* at pckbc? # PC keyboard (kbd port)
399 pms* at pckbc? # PS/2-style mouse (aux port)
400 attimer* at isa? # AT Timer
401 pcppi* at isa? # PC prog. periph. interface
402 spkr0 at pcppi? # IBM BASIC emulation
403 isabeep0 at pcppi? # "keyboard" beep
404 com* at isa? port 0x3f8 irq 4 # standard serial ports
405 com* at isa? port 0x2f8 irq 3
406 cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
407 ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
408 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
409 #ep* at isapnp?
410 #ix0 at isa? port 0x300 irq 10 # EtherExpress/16
411 #iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
412 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
413 lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
414 lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
415 depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
416 depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
417 le* at depca?
418 lpt* at isa? port 0x3bc irq 7 # standard parallel port
419 vga* at isa? # ISA (EISA: XXX) VGA
420 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
421 wdc1 at isa? port 0x170 irq 15
422 #wdc* at isapnp?
423 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
424 we1 at isa? port 0x300 iomem 0xcc000 irq 10
425 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
426 #wss* at isapnp?
427
428 ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX
429 sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
430 #sb* at isapnp?
431 #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
432 aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
433 aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
434 bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
435 bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
436 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
437 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
438 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
439 pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
440 pcmcia* at pcic? controller ? socket ?
441
442 # EISA devices
443 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
444 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
445 bha* at eisa? slot ? # BusLogic 7xx SCSI
446 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
447 fea* at eisa? slot ? # DEC DEFEA FDDI
448 mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested)
449 tlp* at eisa? slot ? # DEC DE-425 Ethernet
450 depca* at eisa? slot ? # DEC DE-422 Ethernet
451 le* at depca?
452 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
453
454 # PCMCIA device
455 com* at pcmcia? function ? # Modems and serial cards
456
457 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
458 spc* at pcmcia? function ? # Fujitsu MB87030 SCSI
459
460 wdc* at pcmcia? function ? # PCMCIA IDE controllers
461
462 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
463 mbe* at pcmcia? function ? # MB8696x based Ethernet
464 ne* at pcmcia? function ? # NE2000-compatible Eth.
465 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
466 sm* at pcmcia? function ? # Megahertz Ethernet
467 wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE
468 xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
469 com* at xirc?
470 xi* at xirc?
471 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
472 com* at mhzc?
473 sm* at mhzc?
474
475 # SCSI bus support
476 scsibus* at scsi?
477
478 # SCSI devices
479 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
480 sd* at scsibus? target ? lun ? # SCSI disk drives
481 st* at scsibus? target ? lun ? # SCSI tape drives
482
483 # ATA (IDE) bus support
484 atabus* at ata?
485
486 # IDE drives
487 wd* at atabus? drive ?
488
489 # ATAPI bus support
490 atapibus* at atapi?
491
492 # ATAPI devices
493 sd* at atapibus? drive ? # ATAPI disk devices
494 cd* at atapibus? drive ? # ATAPI CD-ROM devices
495
496 # Floppy drives
497 fd* at fdc? drive ?
498
499 # Hardware RAID devices
500 ld* at cac? unit ?
501 ld* at mlx? unit ?
502
503 # USB bus support
504 usb* at uhci?
505 usb* at ohci?
506 usb* at ehci?
507
508 # USB Hubs
509 uhub* at usb?
510 uhub* at uhub? port ? configuration ? interface ?
511
512 # USB HID device
513 uhidev* at uhub? port ? configuration ? interface ?
514
515 # USB Mice
516 ums* at uhidev? reportid ?
517 wsmouse* at ums?
518
519 # USB Keyboards
520 ukbd* at uhidev? reportid ?
521 wskbd* at ukbd? console ?
522 options WSDISPLAY_COMPAT_RAWKBD
523
524 # USB serial adpater
525 ucycom* at uhidev? reportid ?
526
527 # USB Generic HID devices
528 uhid* at uhidev? reportid ?
529
530 # USB Printer
531 ulpt* at uhub? port ? configuration ? interface ?
532
533 # USB Modem
534 umodem* at uhub? port ? configuration ?
535 ucom* at umodem?
536
537 # USB Mass Storage
538 umass* at uhub? port ? configuration ? interface ?
539 atapibus* at umass?
540 scsibus* at umass? channel ?
541
542 # USB audio
543 uaudio* at uhub? port ? configuration ?
544
545 # USB MIDI
546 umidi* at uhub? port ? configuration ?
547
548 # USB IrDA
549 # USB-IrDA bridge spec
550 uirda* at uhub? port ? configuration ? interface ?
551 irframe* at uirda?
552
553 # SigmaTel STIr4200 USB/IrDA Bridge
554 ustir* at uhub? port ?
555 irframe* at ustir?
556
557 # USB Ethernet adapters
558 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
559 axe* at uhub? port ? # ASIX AX88172 based adapters
560 cue* at uhub? port ? # CATC USB-EL1201A based adapters
561 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
562 url* at uhub? port ? # Realtek RTL8150L based adapters
563 udav* at uhub? port ? # Davicom DM9601 based adapters
564
565 # Serial adapters
566 # FTDI FT8U100AX serial adapter
567 uftdi* at uhub? port ?
568 ucom* at uftdi? portno ?
569
570 # Kyocera AIR-EDGE PHONE
571 #ukyopon* at uhub? port ?
572 #ucom* at ukyopon? portno ?
573
574 # USB scanners
575 uscanner* at uhub? port ?
576
577 # Y@P firmware loader
578 uyap* at uhub? port ?
579
580 # D-Link DSB-R100 USB FM radio tuner
581 udsbr* at uhub? port ?
582 radio* at udsbr?
583
584 # USB Generic driver
585 ugen* at uhub? port ?
586
587 # PCI IEEE1394 controllers
588 #fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
589
590 #ieee1394if* at fwohci?
591 #fwip* at ieee1394if? # IP over IEEE1394
592 #sbp* at ieee1394if? euihi ? euilo ?
593
594 # Audio support
595 audio* at audiobus?
596 midi* at midibus?
597 midi* at pcppi?
598
599 # Workstation Console attachments
600 wsdisplay* at cfb?
601 wsdisplay* at mfb?
602 wsdisplay* at tfb?
603 wsdisplay* at sfb?
604 #wsdisplay* at sfbp?
605 wsdisplay* at px?
606 wsdisplay* at pxg?
607 wsdisplay* at vga?
608 wsdisplay* at tga?
609 wskbd* at lkkbd? console ?
610 wsmouse* at vsms?
611 wskbd* at pckbd?
612 wsmouse* at pms?
613
614 pseudo-device crypto # /dev/crypto device
615 pseudo-device swcr # software crypto implementation
616
617 pseudo-device bpfilter 16
618 pseudo-device ccd 4
619 #pseudo-device cgd 4 # cryptographic disk devices
620 pseudo-device raid 8 # RAIDframe disk driver
621 options RAID_AUTOCONFIG # auto-configuration of RAID components
622 # Options to enable various other RAIDframe RAID types.
623 # options RF_INCLUDE_EVENODD=1
624 # options RF_INCLUDE_RAID5_RS=1
625 # options RF_INCLUDE_PARITYLOGGING=1
626 # options RF_INCLUDE_CHAINDECLUSTER=1
627 # options RF_INCLUDE_INTERDECLUSTER=1
628 # options RF_INCLUDE_PARITY_DECLUSTERING=1
629 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
630 pseudo-device fss 4 # file system snapshot device
631 pseudo-device ipfilter 1
632 pseudo-device loop 1
633 pseudo-device md 1
634 pseudo-device ppp 4
635 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
636 pseudo-device pty # pseudo-terminals
637 pseudo-device sl 4
638 pseudo-device vnd 4
639 #options VND_COMPRESSION # compressed vnd(4)
640 #pseudo-device gre 2 # generic L3 over IP tunnel
641 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
642 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
643 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
644 pseudo-device vlan # IEEE 802.1q encapsulation
645 pseudo-device bridge # simple inter-network bridging
646 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
647 pseudo-device sequencer 1 # MIDI sequencer
648 pseudo-device rnd # /dev/random and in-kernel generator
649 #options RND_COM # use "com" randomness too
650 pseudo-device clockctl # user control of clock subsystem
651 pseudo-device wsfont
652 pseudo-device wsmux # mouse and keyboad multiplexing
653 pseudo-device ksyms # /dev/ksyms
654 #pseudo-device pf # PF packet filter
655 #pseudo-device pflog # PF log if
656