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