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