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