GENERIC revision 1.247
1# $NetBSD: GENERIC,v 1.247 2004/07/15 03:53:45 atatat Exp $ 2# 3# GENERIC machine description file 4# 5# This machine description file is used to generate the default NetBSD 6# kernel. The generic kernel on NetBSD/alpha does enough to get booted, 7# etc., but not much more. For a more complete kernel see the ALPHA 8# machine description file. 9# 10# The machine description file can be customised for your specific 11# machine to reduce the kernel size and improve its performance. 12# 13# For further information on compiling NetBSD kernels, see the config(8) 14# man page. 15# 16# For further information on hardware support for this architecture, see 17# the intro(4) man page. For further information about kernel options 18# for this architecture, see the options(4) man page. For an explanation 19# of each device driver in this file see the section 4 man page for the 20# device. 21 22# If you add stuff to this, please add it to the ALPHA configuration, too. 23 24include "arch/alpha/conf/std.alpha" 25 26options INCLUDE_CONFIG_FILE # embed config file in kernel binary 27 28#ident "GENERIC-$Revision: 1.247 $" 29 30maxusers 32 31 32# CPU Support 33options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 34options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 35options DEC_2100_A500 # Sable: AlphaServer 2100 36options DEC_2100A_A500 # Lynx: AlphaServer 2100A 37options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 38options DEC_3000_300 # Pelican etc: 3000/300* 39options DEC_AXPPCI_33 # NoName: AXPpci33, etc. 40options DEC_EB164 # EB164: AlphaPC 164 41options DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 42options DEC_KN20AA # KN20AA: AlphaStation 500 and 600 43options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 44options DEC_KN300 # KN300: AlphaServer 4100 and 1200 45options DEC_550 # Miata: Digital Personal Workstation 46options DEC_1000 # Mikasa etc: Digital AlphaServer 1000 47options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A 48options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 49options DEC_EB66 # EB66: 21066 Evaluation Board 50options DEC_6600 # EV6: 264DP OEM Board 51options API_UP1000 # EV6: Alpha Processor, Inc. UP1000 52 53# Standard system options 54options KTRACE # System call tracing support 55options SYSTRACE # System call vetting via systrace(1) 56options NTP # kernel PLL for NTP 57 58# Enable experimental buffer queue strategy for better responsiveness under 59# high disk I/O load. Use it with caution - it's not proven to be stable yet. 60#options NEW_BUFQ_STRATEGY 61 62# Diagnostic/debugging support options 63options DIAGNOSTIC # Cheap kernel consistency checks 64options DDB # kernel debugger 65#makeoptions DEBUG="-g" 66#makeoptions DEBUGLIST="pattern1 pattern2 ..." 67 68#options KGDB # Remote kernel GDB support 69#options KGDB_DEVNAME="\"com\"" # device to use for KGDB 70#options KGDB_DEVADDR=0x2f8 # at this address 71#options KGDB_DEVRATE=57600 # at this comm. rate 72 73# File systems 74file-system FFS # Fast file system 75file-system MFS # Memory-based file system 76file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 77file-system MSDOSFS # MS-DOS-compatible file system 78file-system NTFS # Windows/NT file system (experimental) 79file-system NFS # Sun NFS-compatible file system client 80file-system KERNFS # Kernel variable file system (/kern) 81file-system PROCFS # Process file system (/proc) 82 83# File system options 84options QUOTA # UFS quotas 85#options FFS_EI # FFS Endian Independant support 86options SOFTDEP # FFS soft updates support. 87options NFSSERVER # Sun NFS-compatible file system server 88 89# Networking options 90#options GATEWAY # packet forwarding 91options INET # IP + ICMP + TCP + UDP 92options INET6 # IPV6 93#options IPSEC # IP security 94#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 95#options IPSEC_DEBUG # debug for IP security 96#options MROUTING # IP multicast routing 97#options NS # XNS 98#options NSIP # XNS tunneling over IP 99#options ISO,TPIP # OSI 100#options EON # OSI tunneling over IP 101#options CCITT,LLC,HDLC # X.25 102#options NETATALK # AppleTalk networking protocols 103#options PPP_BSDCOMP # BSD-Compress compression support for PPP 104#options PPP_DEFLATE # Deflate compression support for PPP 105#options PPP_FILTER # Active filter support for PPP (requires bpf) 106#options PFIL_HOOKS # pfil(9) packet filter hooks 107#options IPFILTER_LOG # ipmon(8) log support 108#options IPFILTER_DEFAULT_BLOCK # block all packets by default 109#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 110 111#options ALTQ # Manipulate network interfaces' output queues 112#options ALTQ_BLUE # Stochastic Fair Blue 113#options ALTQ_CBQ # Class-Based Queueing 114#options ALTQ_CDNR # Diffserv Traffic Conditioner 115#options ALTQ_FIFOQ # First-In First-Out Queue 116#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 117#options ALTQ_HFSC # Hierarchical Fair Service Curve 118#options ALTQ_LOCALQ # Local queueing discipline 119#options ALTQ_PRIQ # Priority Queueing 120#options ALTQ_RED # Random Early Detection 121#options ALTQ_RIO # RED with IN/OUT 122#options ALTQ_WFQ # Weighted Fair Queueing 123 124# 4.3BSD compatibility. Should be optional, but necessary for now. 125options COMPAT_43 126 127# Binary compatibility with previous versions of NetBSD. 128#options COMPAT_09 129options COMPAT_10 130options COMPAT_11 131options COMPAT_12 132options COMPAT_13 133options COMPAT_14 134options COMPAT_16 135# OSF/1 binary compatibility 136options COMPAT_OSF1 137 138# Linux binary compatibility 139options COMPAT_LINUX 140 141# System V-like message queues 142options SYSVMSG 143#options SEMMNI=10 # number of semaphore identifiers 144#options SEMMNS=60 # number of semaphores in system 145#options SEMUME=10 # max number of undo entries per process 146#options SEMMNU=30 # number of undo structures in system 147 148# System V-like semaphores 149options SYSVSEM 150 151# System V-like shared memory 152options SYSVSHM 153#options SHMMAXPGS=1024 # 1024 pages is the default 154 155# p1003.1b semaphore support 156options P1003_1B_SEMAPHORE 157 158# Loadable Kernel Modules 159options LKM 160 161# Disable kernel security. 162#options INSECURE 163 164# Misc. options 165options EISAVERBOSE # recognize "unknown" EISA devices 166options PCIVERBOSE # recognize "unknown" PCI devices 167options MIIVERBOSE # verbose PHY autoconfig messages 168#options PCI_CONFIG_DUMP # verbosely dump PCI config space 169options SCSIVERBOSE # Verbose SCSI errors 170options TCVERBOSE # recognize "unknown" TC devices 171#options PCMCIAVERBOSE 172options USERCONF # userconf(4) support 173#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 174options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 175options FONT_GALLANT12x22 # Console font for TC devices 176 177# The Alpha console firmware network boots using the BOOTP 178# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 179# in case we have NFS root. 180options NFS_BOOT_DHCP # superset of BOOTP 181 182# WS console uses SUN or VT100 terminal emulation 183options WSEMUL_VT100 184 185# realtime clock compatible to OSF/1 186#options CLOCK_COMPAT_OSF1 187 188config netbsd root on ? type ? 189#config netbsd root on sd0 type ffs 190#config netbsd root on ? type nfs 191 192mainbus0 at root 193cpu* at mainbus0 194 195# TurboLaser bus support and devices 196tlsb* at mainbus0 197gbus* at tlsb? node ? offset ? 198tlsbmem* at tlsb? node ? offset ? 199kft* at tlsb? node ? offset ? 200 201# Gbus Devices 202mcclock* at gbus? offset ? 203 204# MCBUS bus support 205mcbus* at mainbus0 206mcmem* at mcbus? mid ? 207 208#i2c at mcbus? 209 210#EV6 Tsunami Core Logic 211 212tsc* at mainbus0 213 214# DECpc AXP150 (Jensen) internal bus support 215jensenio* at mainbus0 216 217com* at jensenio? port ? 218lpt* at jensenio? port ? 219mcclock* at jensenio? port ? 220pckbc* at jensenio? port ? 221 222# TURBOchannel host bus adapter support 223tcasic* at mainbus0 224 225# TURBOchannel bus support 226tc* at tcasic? 227 228# TURBOchannel devices 229ioasic* at tc? slot ? offset ? 230mcclock* at ioasic? offset ? 231le* at ioasic? offset ? 232zsc0 at ioasic? offset 0x100000 233zsc1 at ioasic? offset 0x180000 234bba0 at ioasic? offset ? 235audio* at bba? 236tcds* at tc? slot ? offset ? 237asc* at tcds? chip ? 238asc* at tc? slot ? offset ? 239le* at tc? slot ? offset ? 240fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 241cfb* at tc? slot ? offset ? 242mfb* at tc? slot ? offset ? 243tfb* at tc? slot ? offset ? 244sfb* at tc? slot ? offset ? 245#sfbp* at tc? slot ? offset ? 246px* at tc? slot ? offset ? 247pxg* at tc? slot ? offset ? 248 249# TurboChannel serial attachments 250zstty* at zsc? channel ? # serial ports on B channels 251lkkbd0 at zsc1 channel ? # keyboard port on A channels 252vsms0 at zsc0 channel ? # mouse port on A channels 253 254# PCI host bus adapter support 255apecs* at mainbus? 256cia* at mainbus? 257irongate* at mainbus? 258lca* at mainbus? 259dwlpx* at kft? 260mcpcia* at mcbus? mid ? 261tsp* at tsc? 262ttwoga* at mainbus? 263 264# Sable PCI and STDIO bus and devices 265ttwopci* at ttwoga? hose ? 266sableio* at ttwopci? bus ? 267com* at sableio? port ? 268lpt* at sableio? port ? 269pckbc* at sableio? port ? 270fdc* at sableio? port ? 271 272# PCI bus support 273pci* at apecs? 274pci* at cia? 275pci* at irongate? 276pci* at lca? 277pci* at ppb? 278pci* at dwlpx? 279pci* at mcpcia? 280pci* at tsp? 281pci* at ttwopci? 282 283# AGP support 284agp* at irongate? 285 286# PCI devices 287 288# PCI cryptographic devices 289hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 290ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 291 292adv* at pci? dev ? function ? # AdvanSys SCSI 293adw* at pci? dev ? function ? # AdvanSys Wide SCSI 294#options SCSI_ADW_WDTR_DISABLE # disable WDTR 295#options SCSI_ADW_SDTR_DISABLE # disable SDTR 296#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing 297ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 298autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 299bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 300cac* at pci? dev ? function ? # Compaq array controller (untested) 301cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 Audio 302cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 303cz* at pci? dev ? function ? # Cyclades-Z (untested) 304dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 305eap* at pci? dev ? function ? # Ensoniq AudioPCI 306en* at pci? dev ? function ? # ENI PCI ATM (untested) 307ep* at pci? dev ? function ? # 3COM 3c59x 308epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 309eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 310ex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet 311fpa* at pci? dev ? function ? # DEC DEFPA FDDI 312fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 313gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 314iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 315isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 316le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 317sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 318siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 319esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 320mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 321mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 322ne* at pci? dev ? function ? # NE2000-compatible Ethernet 323ohci* at pci? dev ? function ? # USB Open Host Controller 324pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 325pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 326acardide*at pci? dev ? function ? # Acard IDE controllers 327aceride* at pci? dev ? function ? # Acer Lab IDE controllers 328artsata* at pci? dev ? function ? # Intel i31244 SATA controller 329cmdide* at pci? dev ? function ? # CMD tech IDE controllers 330cypide* at pci? dev ? function ? # Cypress IDE controllers 331hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 332optiide* at pci? dev ? function ? # Opti IDE controllers 333piixide* at pci? dev ? function ? # Intel IDE controllers 334pdcide* at pci? dev ? function ? # Promise IDE controllers 335satalink* at pci? dev ? function ? # SiI SATALink controllers 336siside* at pci? dev ? function ? # SiS IDE controllers 337slide* at pci? dev ? function ? # Symphony Labs IDE controllers 338viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 339pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 340ppb* at pci? dev ? function ? # PCI-PCI Bridges 341rtk* at pci? dev ? function ? # Realtek 8129/8139 Ethernet 342sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 343sip* at pci? dev ? function ? # SiS 900 Ethernet 344stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 GigE 345sv* at pci? dev ? function ? # S3 SonicVibes 346tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 347ti* at pci? dev ? function ? # Alteon Tigon Gig-E 348tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 349tlp* at pci? dev ? function ? # DECchip 21x4x and clones 350uhci* at pci? dev ? function ? # USB Univ. Host Controller 351vga* at pci? dev ? function ? # PCI VGA Graphics 352vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 353wi* at pci? dev ? function ? # Lucent/Intersil WaveLAN/IEEE 354yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 355 356audio* at cmpci? 357audio* at eap? 358audio* at eso? 359audio* at sv? 360audio* at yds? 361audio* at ess? 362 363opl* at cmpci? flags 1 364opl* at eso? 365#opl* at sv? 366opl* at yds? 367 368midi* at opl? 369 370mpu* at cmpci? 371mpu* at eso? 372mpu* at yds? 373 374midi* at mpu? 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) 401pcppi* at isa? # PC prog. periph. interface 402spkr0 at pcppi? # IBM BASIC emulation 403isabeep0 at pcppi? # "keyboard" beep 404midi* at pcppi? 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#audio* at wss? 429#midi* at wss? 430 431ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 432sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 433#sb* at isapnp? 434audio* at sb? 435#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 436aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 437aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 438bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 439bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 440uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 441uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 442pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 443pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 444pcmcia* at pcic? controller ? socket ? 445 446# EISA devices 447ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 448ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 449bha* at eisa? slot ? # BusLogic 7xx SCSI 450ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 451fea* at eisa? slot ? # DEC DEFEA FDDI 452mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested) 453tlp* at eisa? slot ? # DEC DE-425 Ethernet 454depca* at eisa? slot ? # DEC DE-422 Ethernet 455le* at depca? 456uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 457 458# PCMCIA device 459aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 460com* at pcmcia? function ? # Modems and serial cards 461wdc* at pcmcia? function ? # PCMCIA IDE controllers 462ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 463mbe* at pcmcia? function ? # MB8696x based Ethernet 464ne* at pcmcia? function ? # NE2000-compatible Eth. 465sm* at pcmcia? function ? # Megahertz Ethernet 466ray* at pcmcia? function ? # Raytheon Raylink (802.11) 467wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE 468 469# SCSI bus support 470scsibus* at scsi? 471 472# SCSI devices 473cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 474sd* at scsibus? target ? lun ? # SCSI disk drives 475st* at scsibus? target ? lun ? # SCSI tape drives 476 477# ATA (IDE) bus support 478atabus* at ata? 479 480# IDE drives 481wd* at atabus? drive ? 482 483# ATAPI bus support 484atapibus* at atapi? 485 486# ATAPI devices 487sd* at atapibus? drive ? # ATAPI disk devices 488cd* at atapibus? drive ? # ATAPI CD-ROM devices 489 490# Floppy drives 491fd* at fdc? drive ? 492 493# Hardware RAID devices 494ld* at cac? unit ? 495ld* at mlx? unit ? 496 497# USB bus support 498usb* at uhci? 499usb* at ohci? 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 ? 515 516# USB Generic HID devices 517uhid* at uhidev? reportid ? 518 519# USB Printer 520ulpt* at uhub? port ? configuration ? interface ? 521 522# USB Modem 523umodem* at uhub? port ? configuration ? 524ucom* at umodem? 525 526# USB Mass Storage 527umass* at uhub? port ? configuration ? interface ? 528atapibus* at umass? 529scsibus* at umass? channel ? 530 531# USB Ethernet adapters 532aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 533cue* at uhub? port ? # CATC USB-EL1201A based adapters 534kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 535uax* at uhub? port ? # ASIX AX88172 based adapters 536url* at uhub? port ? # Realtek RTL8150L based adapters 537udav* at uhub? port ? # Davicom DM9601 based adapters 538 539# Serial adapters 540# FTDI FT8U100AX serial adapter 541uftdi* at uhub? port ? 542ucom* at uftdi? portno ? 543 544# USB scanners 545uscanner* at uhub? port ? 546 547# Y@P firmware loader 548uyap* at uhub? port ? 549 550# D-Link DSB-R100 USB FM radio tuner 551udsbr* at uhub? port ? 552radio* at udsbr? 553 554# USB Generic driver 555ugen* at uhub? port ? 556 557# Workstation Console attachments 558wsdisplay* at cfb? 559wsdisplay* at mfb? 560wsdisplay* at tfb? 561wsdisplay* at sfb? 562#wsdisplay* at sfbp? 563wsdisplay* at px? 564wsdisplay* at pxg? 565wsdisplay* at vga? 566wsdisplay* at tga? 567wskbd* at lkkbd? console ? 568wsmouse* at vsms? 569wskbd* at pckbd? 570wsmouse* at pms? 571 572pseudo-device crypto # opencrypto framework 573 574pseudo-device bpfilter 16 575pseudo-device ccd 4 576#pseudo-device cgd 4 # cryptographic disk devices 577pseudo-device raid 8 # RAIDframe disk driver 578options RAID_AUTOCONFIG # auto-configuration of RAID components 579# Options to enable various other RAIDframe RAID types. 580# options RF_INCLUDE_EVENODD=1 581# options RF_INCLUDE_RAID5_RS=1 582# options RF_INCLUDE_PARITYLOGGING=1 583# options RF_INCLUDE_CHAINDECLUSTER=1 584# options RF_INCLUDE_INTERDECLUSTER=1 585# options RF_INCLUDE_PARITY_DECLUSTERING=1 586# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 587pseudo-device ipfilter 1 588pseudo-device loop 1 589pseudo-device md 1 590pseudo-device ppp 4 591pseudo-device pppoe # PPP over Ethernet (RFC 2516) 592pseudo-device pty # pseudo-terminals 593pseudo-device sl 4 594pseudo-device vnd 4 595#pseudo-device gre 2 # generic L3 over IP tunnel 596pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 597#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 598#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 599pseudo-device vlan # IEEE 802.1q encapsulation 600pseudo-device bridge # simple inter-network bridging 601#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 602pseudo-device sequencer 1 # MIDI sequencer 603pseudo-device rnd # /dev/random and in-kernel generator 604#options RND_COM # use "com" randomness too 605pseudo-device clockctl # user control of clock subsystem 606pseudo-device wsfont 607pseudo-device ksyms # /dev/ksyms 608#pseudo-device pf # PF packet filter 609#pseudo-device pflog # PF log if 610