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