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