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