GENERIC revision 1.245
1# $NetBSD: GENERIC,v 1.245 2004/06/26 07:32:05 abs 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.245 $" 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# Loadable Kernel Modules 156options LKM 157 158# Disable kernel security. 159#options INSECURE 160 161# Misc. options 162options EISAVERBOSE # recognize "unknown" EISA devices 163options PCIVERBOSE # recognize "unknown" PCI devices 164options MIIVERBOSE # verbose PHY autoconfig messages 165#options PCI_CONFIG_DUMP # verbosely dump PCI config space 166options SCSIVERBOSE # Verbose SCSI errors 167options TCVERBOSE # recognize "unknown" TC devices 168#options PCMCIAVERBOSE 169options USERCONF # userconf(4) support 170#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 171options FONT_GALLANT12x22 # Console font for TC devices 172 173# The Alpha console firmware network boots using the BOOTP 174# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 175# in case we have NFS root. 176options NFS_BOOT_DHCP # superset of BOOTP 177 178# WS console uses SUN or VT100 terminal emulation 179options WSEMUL_VT100 180 181# realtime clock compatible to OSF/1 182#options CLOCK_COMPAT_OSF1 183 184config netbsd root on ? type ? 185#config netbsd root on sd0 type ffs 186#config netbsd root on ? type nfs 187 188mainbus0 at root 189cpu* at mainbus0 190 191# TurboLaser bus support and devices 192tlsb* at mainbus0 193gbus* at tlsb? node ? offset ? 194tlsbmem* at tlsb? node ? offset ? 195kft* at tlsb? node ? offset ? 196 197# Gbus Devices 198mcclock* at gbus? offset ? 199 200# MCBUS bus support 201mcbus* at mainbus0 202mcmem* at mcbus? mid ? 203 204#i2c at mcbus? 205 206#EV6 Tsunami Core Logic 207 208tsc* at mainbus0 209 210# DECpc AXP150 (Jensen) internal bus support 211jensenio* at mainbus0 212 213com* at jensenio? port ? 214lpt* at jensenio? port ? 215mcclock* at jensenio? port ? 216pckbc* at jensenio? port ? 217 218# TURBOchannel host bus adapter support 219tcasic* at mainbus0 220 221# TURBOchannel bus support 222tc* at tcasic? 223 224# TURBOchannel devices 225ioasic* at tc? slot ? offset ? 226mcclock* at ioasic? offset ? 227le* at ioasic? offset ? 228zsc0 at ioasic? offset 0x100000 229zsc1 at ioasic? offset 0x180000 230bba0 at ioasic? offset ? 231audio* at bba? 232tcds* at tc? slot ? offset ? 233asc* at tcds? chip ? 234asc* at tc? slot ? offset ? 235le* at tc? slot ? offset ? 236fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 237cfb* at tc? slot ? offset ? 238mfb* at tc? slot ? offset ? 239tfb* at tc? slot ? offset ? 240sfb* at tc? slot ? offset ? 241#sfbp* at tc? slot ? offset ? 242px* at tc? slot ? offset ? 243pxg* at tc? slot ? offset ? 244 245# TurboChannel serial attachments 246zstty* at zsc? channel ? # serial ports on B channels 247lkkbd0 at zsc1 channel ? # keyboard port on A channels 248vsms0 at zsc0 channel ? # mouse port on A channels 249 250# PCI host bus adapter support 251apecs* at mainbus? 252cia* at mainbus? 253irongate* at mainbus? 254lca* at mainbus? 255dwlpx* at kft? 256mcpcia* at mcbus? mid ? 257tsp* at tsc? 258ttwoga* at mainbus? 259 260# Sable PCI and STDIO bus and devices 261ttwopci* at ttwoga? hose ? 262sableio* at ttwopci? bus ? 263com* at sableio? port ? 264lpt* at sableio? port ? 265pckbc* at sableio? port ? 266fdc* at sableio? port ? 267 268# PCI bus support 269pci* at apecs? 270pci* at cia? 271pci* at irongate? 272pci* at lca? 273pci* at ppb? 274pci* at dwlpx? 275pci* at mcpcia? 276pci* at tsp? 277pci* at ttwopci? 278 279# AGP support 280agp* at irongate? 281 282# PCI devices 283 284# PCI cryptographic devices 285hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 286ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 287 288adv* at pci? dev ? function ? # AdvanSys SCSI 289adw* at pci? dev ? function ? # AdvanSys Wide SCSI 290#options SCSI_ADW_WDTR_DISABLE # disable WDTR 291#options SCSI_ADW_SDTR_DISABLE # disable SDTR 292#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing 293ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 294autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 295bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 296cac* at pci? dev ? function ? # Compaq array controller (untested) 297cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 Audio 298cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 299cz* at pci? dev ? function ? # Cyclades-Z (untested) 300dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 301eap* at pci? dev ? function ? # Ensoniq AudioPCI 302en* at pci? dev ? function ? # ENI PCI ATM (untested) 303ep* at pci? dev ? function ? # 3COM 3c59x 304epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 305eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 306ex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet 307fpa* at pci? dev ? function ? # DEC DEFPA FDDI 308fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 309gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 310iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 311isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 312le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 313sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 314siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 315esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 316mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 317mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 318ne* at pci? dev ? function ? # NE2000-compatible Ethernet 319ohci* at pci? dev ? function ? # USB Open Host Controller 320pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 321pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 322acardide*at pci? dev ? function ? # Acard IDE controllers 323aceride* at pci? dev ? function ? # Acer Lab IDE controllers 324artsata* at pci? dev ? function ? # Intel i31244 SATA controller 325cmdide* at pci? dev ? function ? # CMD tech IDE controllers 326cypide* at pci? dev ? function ? # Cypress IDE controllers 327hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 328optiide* at pci? dev ? function ? # Opti IDE controllers 329piixide* at pci? dev ? function ? # Intel IDE controllers 330pdcide* at pci? dev ? function ? # Promise IDE controllers 331satalink* at pci? dev ? function ? # SiI SATALink controllers 332siside* at pci? dev ? function ? # SiS IDE controllers 333slide* at pci? dev ? function ? # Symphony Labs IDE controllers 334viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 335pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 336ppb* at pci? dev ? function ? # PCI-PCI Bridges 337rtk* at pci? dev ? function ? # Realtek 8129/8139 Ethernet 338sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 339sip* at pci? dev ? function ? # SiS 900 Ethernet 340stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 GigE 341sv* at pci? dev ? function ? # S3 SonicVibes 342tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 343ti* at pci? dev ? function ? # Alteon Tigon Gig-E 344tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 345tlp* at pci? dev ? function ? # DECchip 21x4x and clones 346uhci* at pci? dev ? function ? # USB Univ. Host Controller 347vga* at pci? dev ? function ? # PCI VGA Graphics 348vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 349wi* at pci? dev ? function ? # Lucent/Intersil WaveLAN/IEEE 350yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 351 352audio* at cmpci? 353audio* at eap? 354audio* at eso? 355audio* at sv? 356audio* at yds? 357audio* at ess? 358 359opl* at cmpci? flags 1 360opl* at eso? 361#opl* at sv? 362opl* at yds? 363 364midi* at opl? 365 366mpu* at cmpci? 367mpu* at eso? 368mpu* at yds? 369 370midi* at mpu? 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) 397pcppi* at isa? # PC prog. periph. interface 398spkr0 at pcppi? # IBM BASIC emulation 399isabeep0 at pcppi? # "keyboard" beep 400midi* at pcppi? 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#audio* at wss? 425#midi* at wss? 426 427ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX 428sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 429#sb* at isapnp? 430audio* at sb? 431#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 432aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 433aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 434bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 435bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 436uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 437uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 438pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 439pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 440pcmcia* at pcic? controller ? socket ? 441 442# EISA devices 443ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 444ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 445bha* at eisa? slot ? # BusLogic 7xx SCSI 446ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 447fea* at eisa? slot ? # DEC DEFEA FDDI 448mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested) 449tlp* at eisa? slot ? # DEC DE-425 Ethernet 450depca* at eisa? slot ? # DEC DE-422 Ethernet 451le* at depca? 452uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 453 454# PCMCIA device 455aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 456com* at pcmcia? function ? # Modems and serial cards 457wdc* at pcmcia? function ? # PCMCIA IDE controllers 458ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 459mbe* at pcmcia? function ? # MB8696x based Ethernet 460ne* at pcmcia? function ? # NE2000-compatible Eth. 461sm* at pcmcia? function ? # Megahertz Ethernet 462ray* at pcmcia? function ? # Raytheon Raylink (802.11) 463wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE 464 465# SCSI bus support 466scsibus* at scsi? 467 468# SCSI devices 469cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 470sd* at scsibus? target ? lun ? # SCSI disk drives 471st* at scsibus? target ? lun ? # SCSI tape drives 472 473# ATA (IDE) bus support 474atabus* at ata? 475 476# IDE drives 477wd* at atabus? drive ? 478 479# ATAPI bus support 480atapibus* at atapi? 481 482# ATAPI devices 483sd* at atapibus? drive ? # ATAPI disk devices 484cd* at atapibus? drive ? # ATAPI CD-ROM devices 485 486# Floppy drives 487fd* at fdc? drive ? 488 489# Hardware RAID devices 490ld* at cac? unit ? 491ld* at mlx? unit ? 492 493# USB bus support 494usb* at uhci? 495usb* at ohci? 496 497# USB Hubs 498uhub* at usb? 499uhub* at uhub? port ? configuration ? interface ? 500 501# USB HID device 502uhidev* at uhub? port ? configuration ? interface ? 503 504# USB Mice 505ums* at uhidev? reportid ? 506wsmouse* at ums? 507 508# USB Keyboards 509ukbd* at uhidev? reportid ? 510wskbd* at ukbd? console ? 511 512# USB Generic HID devices 513uhid* at uhidev? reportid ? 514 515# USB Printer 516ulpt* at uhub? port ? configuration ? interface ? 517 518# USB Modem 519umodem* at uhub? port ? configuration ? 520ucom* at umodem? 521 522# USB Mass Storage 523umass* at uhub? port ? configuration ? interface ? 524atapibus* at umass? 525scsibus* at umass? channel ? 526 527# USB Ethernet adapters 528aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 529cue* at uhub? port ? # CATC USB-EL1201A based adapters 530kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 531uax* at uhub? port ? # ASIX AX88172 based adapters 532url* at uhub? port ? # Realtek RTL8150L based adapters 533udav* at uhub? port ? # Davicom DM9601 based adapters 534 535# Serial adapters 536# FTDI FT8U100AX serial adapter 537uftdi* at uhub? port ? 538ucom* at uftdi? portno ? 539 540# USB scanners 541uscanner* at uhub? port ? 542 543# Y@P firmware loader 544uyap* at uhub? port ? 545 546# D-Link DSB-R100 USB FM radio tuner 547udsbr* at uhub? port ? 548radio* at udsbr? 549 550# USB Generic driver 551ugen* at uhub? port ? 552 553# Workstation Console attachments 554wsdisplay* at cfb? 555wsdisplay* at mfb? 556wsdisplay* at tfb? 557wsdisplay* at sfb? 558#wsdisplay* at sfbp? 559wsdisplay* at px? 560wsdisplay* at pxg? 561wsdisplay* at vga? 562wsdisplay* at tga? 563wskbd* at lkkbd? console ? 564wsmouse* at vsms? 565wskbd* at pckbd? 566wsmouse* at pms? 567 568pseudo-device crypto # opencrypto framework 569 570pseudo-device bpfilter 16 571pseudo-device ccd 4 572#pseudo-device cgd 4 # cryptographic disk devices 573pseudo-device raid 8 # RAIDframe disk driver 574options RAID_AUTOCONFIG # auto-configuration of RAID components 575# Options to enable various other RAIDframe RAID types. 576# options RF_INCLUDE_EVENODD=1 577# options RF_INCLUDE_RAID5_RS=1 578# options RF_INCLUDE_PARITYLOGGING=1 579# options RF_INCLUDE_CHAINDECLUSTER=1 580# options RF_INCLUDE_INTERDECLUSTER=1 581# options RF_INCLUDE_PARITY_DECLUSTERING=1 582# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 583pseudo-device ipfilter 1 584pseudo-device loop 1 585pseudo-device md 1 586pseudo-device ppp 4 587pseudo-device pppoe # PPP over Ethernet (RFC 2516) 588pseudo-device pty # pseudo-terminals 589pseudo-device sl 4 590pseudo-device vnd 4 591#pseudo-device gre 2 # generic L3 over IP tunnel 592pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 593#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 594#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 595pseudo-device vlan # IEEE 802.1q encapsulation 596pseudo-device bridge # simple inter-network bridging 597#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 598pseudo-device sequencer 1 # MIDI sequencer 599pseudo-device rnd # /dev/random and in-kernel generator 600#options RND_COM # use "com" randomness too 601pseudo-device clockctl # user control of clock subsystem 602pseudo-device wsfont 603pseudo-device ksyms # /dev/ksyms 604#pseudo-device pf # PF packet filter 605#pseudo-device pflog # PF log if 606