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