1# $NetBSD: GENERIC,v 1.37 2021/01/21 06:51:55 nia 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 does not include all options, subsystems 7# and device drivers, but should be useful for most applications. 8# 9# The machine description file can be customised for your specific 10# machine to reduce the kernel size and improve its performance. 11# 12# For further information on compiling NetBSD kernels, see the config(8) 13# man page. 14# 15# For further information on hardware support for this architecture, see 16# the intro(4) man page. For further information about kernel options 17# for this architecture, see the options(4) man page. For an explanation 18# of each device driver in this file see the section 4 man page for the 19# device. 20 21include "arch/hppa/conf/std.hppa" 22 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 25 26#ident "GENERIC-$Revision: 1.37 $" 27 28maxusers 32 # estimated number of users 29 30# CPU support. At least one is REQUIRED. 31options HP7000_CPU # PCX, PCX-S 32options HP7100_CPU,HP7150_CPU # PCX-T 33options HP7100LC_CPU # PCX-L 34options HP7200_CPU,HP7250_CPU # PCX-T' 35options HP7300LC_CPU # PCX-L2 36options HP8000_CPU # PCX-U (in 32bit mode) 37options HP8200_CPU # PCX-V/U+ (in 32bit mode) 38options HP8500_CPU # PCX-W (in 32bit mode) 39options HP8600_CPU # PCX-W+ (in 32bit mode) 40options HP8700_CPU # PCX-W2 (in 32bit mode) 41 42# CPU-related options. 43options USELEDS # blink 'em 44 45# delay between "rebooting ..." message and hardware reset, in milliseconds 46#options CPURESET_DELAY=2000 47 48# Standard system options 49 50options INSECURE # disable kernel security levels 51 52options NTP # NTP phase/frequency locked loop 53 54options KTRACE # system call tracing via ktrace(1) 55 56options SYSVMSG # System V-like message queues 57options SYSVSEM # System V-like semaphores 58options SYSVSHM # System V-like memory sharing 59 60options MODULAR # new style module(7) framework 61options MODULAR_DEFAULT_AUTOLOAD 62 63options USERCONF # userconf(4) support 64 65# Alternate buffer queue strategies for better responsiveness under high 66# disk I/O load. 67#options BUFQ_READPRIO 68options BUFQ_PRIOCSCAN 69 70# Diagnostic/debugging support options 71#options DIAGNOSTIC # expensive kernel consistency checks 72#options DEBUG # expensive debugging checks/support 73options DDB # in-kernel debugger 74options DDB_HISTORY_SIZE=512 # enable history editing in DDB 75#options KGDB # remote debugger 76#options KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600 77#makeoptions DEBUG="-g" # compile full symbol table 78 79# Compatibility options 80include "conf/compat_netbsd20.config" 81 82#options COMPAT_LINUX # binary compatibility with Linux 83#options COMPAT_OSSAUDIO # binary compatibility with Linux 84 85# File systems 86file-system FFS # UFS 87file-system EXT2FS # second extended file system (linux) 88file-system LFS # log-structured file system 89file-system MFS # memory file system 90file-system NFS # Network File System client 91file-system NTFS # Windows/NT file system (experimental) 92file-system CD9660 # ISO 9660 + Rock Ridge file system 93file-system MSDOSFS # MS-DOS file system 94file-system FDESC # /dev/fd 95file-system KERNFS # /kern 96file-system NULLFS # loopback file system 97file-system OVERLAY # overlay file system 98file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 99file-system PROCFS # /proc 100file-system UMAPFS # NULLFS + uid and gid remapping 101file-system UNION # union file system 102file-system CODA # Coda File System; also needs vcoda (below) 103file-system PTYFS # /dev/pts/N support 104file-system TMPFS # Efficient memory file-system 105#file-system UDF # experimental - OSTA UDF CD/DVD file-system 106 107# File system options 108options QUOTA # legacy UFS quotas 109options QUOTA2 # new, in-filesystem UFS quotas 110#options FFS_EI # FFS Endian Independent support 111options WAPBL # File system journaling support 112#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 113options NFSSERVER # Network File System server 114#options FFS_NO_SNAPSHOT # No FFS snapshot support 115options UFS_EXTATTR # Extended attribute support for UFS1 116#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 117 # immutable) behave as system flags. 118 119# Networking options 120#options GATEWAY # packet forwarding 121options INET # IP + ICMP + TCP + UDP 122options INET6 # IPV6 123#options IPSEC # IP security 124#options IPSEC_DEBUG # debug for IP security 125#options MROUTING # IP multicast routing 126#options PIM # Protocol Independent Multicast 127#options NETATALK # AppleTalk networking protocols 128options PPP_BSDCOMP # BSD-Compress compression support for PPP 129options PPP_DEFLATE # Deflate compression support for PPP 130options PPP_FILTER # Active filter support for PPP (requires bpf) 131#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 132 133#options ALTQ # Manipulate network interfaces' output queues 134#options ALTQ_BLUE # Stochastic Fair Blue 135#options ALTQ_CBQ # Class-Based Queueing 136#options ALTQ_CDNR # Diffserv Traffic Conditioner 137#options ALTQ_FIFOQ # First-In First-Out Queue 138#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 139#options ALTQ_HFSC # Hierarchical Fair Service Curve 140#options ALTQ_LOCALQ # Local queueing discipline 141#options ALTQ_PRIQ # Priority Queueing 142#options ALTQ_RED # Random Early Detection 143#options ALTQ_RIO # RED with IN/OUT 144#options ALTQ_WFQ # Weighted Fair Queueing 145 146# These options enable verbose messages for several subsystems. 147# Warning, these may compile large string tables into the kernel! 148options GSCVERBOSE # verbose GSC device autoconfig messages 149options PCIVERBOSE # verbose PCI device autoconfig messages 150options EISAVERBOSE # verbose EISA device autoconfig messages 151options MIIVERBOSE # verbose PHY autoconfig messages 152options SCSIVERBOSE # human readable SCSI error messages 153 154options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 155 156# 157# wscons options 158# 159# builtin terminal emulations 160#options WSEMUL_SUN # sun terminal emulation 161options WSEMUL_VT100 # VT100 / VT220 emulation 162# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 163options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 164#options WS_DEFAULT_FG=WSCOL_WHITE 165#options WS_DEFAULT_BG=WSCOL_BLACK 166#options WS_DEFAULT_COLATTR="" 167#options WS_DEFAULT_MONOATTR="" 168options WS_KERNEL_FG=WSCOL_GREEN 169#options WS_KERNEL_BG=WSCOL_BLACK 170#options WS_KERNEL_COLATTR="" 171#options WS_KERNEL_MONOATTR="" 172# customization of console border color 173options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8) 174#options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color 175# compatibility to other console drivers 176options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 177options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 178options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 179options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 180# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 181#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 182# allocate a number of virtual screens at autoconfiguration time 183#options WSDISPLAY_DEFAULTSCREENS=4 184# use a large software cursor that doesn't blink 185options PCDISPLAY_SOFTCURSOR 186# modify the screen type of the console; defaults to "80x25" 187#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 188# work around a hardware bug that loaded fonts don't work; found on ATI cards 189#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 190# console scrolling support. 191#options WSDISPLAY_SCROLLSUPPORT 192# enable VGA raster mode capable of displaying multilingual text on console 193#options VGA_RASTERCONSOLE 194 195# Kernel root file system and dump configuration. 196config netbsd root on ? type ? 197#config netbsd root on sd0a type ffs 198#config netbsd root on ? type nfs 199 200# 201# Device configuration 202# 203 204mainbus0 at root 205 206# CPU and memory - DO NOT REMOVE THESE 207cpu* at mainbus0 irq 31 # HP PA-RISC CPU 208mem* at mainbus0 # /dev/*mem and memory controller 209 210# Coprocessor/SFU Support 211#fpu* at mainbus0 # HP PA-RISC fpu (iv N/A) 212#pmu* at mainbus0 # HP PA-RISC performance monitor unit (iv 29) 213 214# Miscellaneous 215pdc0 at mainbus0 # PDC/IODC wrapper for boot console 216power0 at mainbus0 # power/fail manager 217lcd0 at mainbus0 # LCD 218 219# Basic Bus Support 220lasi0 at mainbus0 irq 28 # LASI host adapter 221lasi0 at phantomas0 irq 28 # LASI on [AB]* 222lasi0 at uturn? irq 28 # LASI on [CJ]* 223lasi1 at mainbus0 irq 27 # 712 GIO card 224asp* at mainbus0 irq 28 # this one comes w/ Viper and LEDs 225wax* at mainbus0 # Wax GSC to GSC Bus Adapter 226mongoose* at mainbus0 # EISA Bus Adapter ( i82350 or TI??? ) 227#vmeb* at mainbus0 irq ? # VME bus adapter 228phantomas* at mainbus0 # Phantom PseudoBC GSC+ Port 229 230lasi* at phantomas? # LASI on [ABCJ?]* 231dino* at phantomas? # PCI bus bridge 232wax* at phantomas? # Wax GSC to GSC Bus Adapter 233 234# GSC bus support 235gsc* at lasi? # 712 236gsc* at asp? # 7xx (old) 237gsc* at wax? # {725,715}/{64,80,100}, C*, B*, J* 238 239# Wax GSC to EISA Bus Adapter 240#weisa* at mainbus0 # 7xx 241#weisa* at gsc? # C*, B* 242 243# Uturn/U2 IOA 244uturn0 at mainbus0 # U2/UTurn Runway IOA 245uturn1 at mainbus0 246lasi* at uturn? # LASI on [CJ]* 247dino* at uturn? # PCI bus bridge 248#wax* at uturn? # Wax on C* 249 250#gecko* at uturn? # GeckoBOA 251#lasi* at gecko? # LASI 252#dino* at gecko? # PCI bus bridge 253#wax* at gecko? # Wax GSC to GSC Bus Adapter 254 255# Astro memory & I/O controller 256astro* at mainbus0 # Astro memory & I/O controller 257elroy* at astro? 258 259# PCI bus support 260pci* at elroy? 261pci* at dino? 262com* at dino? 263ppb* at pci? dev ? function ? 264pci* at ppb? 265 266ssio* at pci? 267 268# EISA bus support 269eisa* at mongoose? 270#eisa* at weisa? 271 272# ISA bus support 273# Beware: Most ISA MI drivers are not endianness clean! 274#isa* at mongoose? 275#isa* at weisa? 276 277# VME bus support 278#vme* at vmeb? 279 280# Console Devices 281 282# STI graphics 283sti* at mainbus0 # [H]CRX-{8,24,48}[Z] and Visualize graphics 284sti* at phantomas? # [H]CRX-{8,24,48}[Z] and Visualize graphics 285sti* at uturn? 286sti* at pci? # EG-PCI, FX* 287 288# Human Interface Loop 289hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse 290hilkbd* at hil? # keyboard, knob and buttons 291hilms* at hil? # mouse and tablets 292hilid* at hil? # ID module 293 294# wscons 295gsckbc* at gsc? # pc keyboard controller 296pckbd* at gsckbc? # PC keyboard 297pms* at gsckbc? # PS/2 mouse for wsmouse 298wskbd* at pckbd? console ? 299wsmouse* at pms? mux 0 300wskbd* at hilkbd? console ? 301wsmouse* at hilms? mux 0 302wsdisplay* at sti? 303 304# Serial Devices 305 306# SSIO serial interfaces 307com0 at ssio? irq 4 308com1 at ssio? irq 3 309 310# GSC serial interfaces 311com* at gsc? # RS/232 serial port 312 313# PCI serial interfaces 314puc* at pci? dev ? function ? # PCI "universal" comm. cards 315com* at puc? port ? # 16x50s on "universal" comm boards 316cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 317cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 318 319# Parallel Printer Interfaces 320 321# SSIO parallel printer interface 322lpt0 at ssio? 323 324# GSC parallel printer interface 325lpt* at gsc? 326 327# PCI parallel printer interfaces 328lpt* at puc? port ? # || ports on "universal" comm boards 329 330# SCSI Controllers and Devices 331 332# GSC SCSI controllers 333oosiop* at gsc? # NCR 53c700 334osiop* at gsc? flags 0x00000 # NCR 53c710 335siop* at gsc? # NCR 53c720 (Fast/Wide) 336siop* at mainbus0 # NCR 53c720 (Fast/Wide) 337siop* at phantomas? # NCR 53c720 (Fast/Wide) 338siop* at uturn? # NCR 53c720 (Fast/Wide) 339 340# PCI SCSI controllers 341adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 342adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 343ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 344ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 345bha* at pci? dev ? function ? # BusLogic 9xx SCSI 346dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 347iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 348isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 349mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 350mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 351pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 352siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 353esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 354#options SIOP_SYMLED # drive the act. LED in software 355trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 356 357# EISA SCSI controllers 358ahb* at eisa? slot ? # Adaptec 174[02] SCSI 359ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 360bha* at eisa? slot ? # BusLogic 7xx SCSI 361dpt* at eisa? slot ? # DPT EATA SCSI 362uha* at eisa? slot ? # UltraStor 24f SCSI 363 364# SCSI bus support 365scsibus* at scsi? 366 367# SCSI devices 368sd* at scsibus? target ? lun ? # SCSI disk drives 369st* at scsibus? target ? lun ? # SCSI tape drives 370cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 371ch* at scsibus? target ? lun ? # SCSI autochangers 372ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 373ss* at scsibus? target ? lun ? # SCSI scanners 374uk* at scsibus? target ? lun ? # SCSI unknown 375 376 377# RAID controllers and devices 378# aac is broken 379#aac* at pci? dev ? function ? # Adaptec AAC family 380amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 381cac* at eisa? slot ? # Compaq EISA array controllers 382cac* at pci? dev ? function ? # Compaq PCI array controllers 383icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 384mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 385mlx* at eisa? slot ? # Mylex DAC960 & DEC SWXCR family 386twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 387 388#ld* at aac? unit ? # logical disk devices 389ld* at amr? unit ? 390ld* at cac? unit ? 391ld* at icp? unit ? 392ld* at mlx? unit ? 393ld* at twe? unit ? 394 395icpsp* at icp? unit ? # SCSI pass-through 396 397# IDE and related devices 398# PCI IDE controllers - see pciide(4) for supported hardware. 399# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 400# how to set up DMA modes for this chip. This may work, or may cause 401# a machine hang with some controllers. 402pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 403acardide* at pci? dev ? function ? # Acard IDE controllers 404aceride* at pci? dev ? function ? # Acer Lab IDE controllers 405artsata* at pci? dev ? function ? # Intel i31244 SATA controller 406cmdide* at pci? dev ? function ? # CMD tech IDE controllers 407cypide* at pci? dev ? function ? # Cypress IDE controllers 408geodeide* at pci? dev ? function ? # AMD Geode IDE controllers 409hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 410nside* at pci? dev ? function ? # National Semiconductor IDE controllers 411optiide* at pci? dev ? function ? # Opti IDE controllers 412pdcide* at pci? dev ? function ? # Promise IDE controllers 413pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 414rccide* at pci? dev ? function ? # ServerWorks IDE controllers 415satalink* at pci? dev ? function ? # SiI SATALink controllers 416siside* at pci? dev ? function ? # SiS IDE controllers 417slide* at pci? dev ? function ? # Symphony Labs IDE controllers 418stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 419viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 420 421# ATA (IDE) bus support 422atabus* at ata? 423 424# IDE drives 425# Flags are used only with controllers that support DMA operations 426# and mode settings (e.g. some pciide controllers) 427# The lowest order four bits (rightmost digit) of the flags define the PIO 428# mode to use, the next set of four bits the DMA mode and the third set the 429# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 430# to use, and the last bit must be 1 for this setting to be used. 431# For DMA and UDMA, 0xf (1111) means 'disable'. 432# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 433# (0xc=1100, 0xa=1010, 0xf=1111) 434# 0x0000 means "use whatever the drive claims to support". 435wd* at atabus? drive ? flags 0x0000 436 437# ATA RAID configuration support, as found on some Promise controllers. 438pseudo-device ataraid 439ld* at ataraid? vendtype ? unit ? 440 441# ATAPI bus support 442atapibus* at atapi? 443 444# ATAPI devices 445# flags have the same meaning as for IDE drives. 446cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 447sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 448st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 449uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 450 451# Miscellaneous mass storage devices 452 453# GSC floppy 454#fdc* at gsc? # PC floppy controller (WD37C65C) 455#fd* at fdc? drive ? # the drives themselves 456 457# Network Interfaces 458 459# GSC network interfaces 460#medusa* at gsc? # FDDI 461ie* at gsc? # old 82C5[89]6 Ethernet, use iee(4) 462iee* at gsc? # 82C596 Ethernet 463 464# PCI network interfaces 465an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 466atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 467bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 468bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 469ep* at pci? dev ? function ? # 3Com 3c59x 470epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 471ex* at pci? dev ? function ? # 3Com 90x[BC] 472fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 473gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 474mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 475ne* at pci? dev ? function ? # NE2000-compatible Ethernet 476ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 477pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 478re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 479rtk* at pci? dev ? function ? # Realtek 8129/8139 480sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 481sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 482skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 483sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 484ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 485stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 486ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 487tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 488tlp* at pci? dev ? function ? # DECchip 21x4x and clones 489vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 490wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 491wm* at pci? dev ? function ? # Intel 8254x gigabit 492 493# EISA network interfaces 494ep* at eisa? slot ? # 3Com 3c579 Ethernet 495tlp* at eisa? slot ? # DEC DE-425 Ethernet 496#sh* at eisa? slot ? # Interphase Seahawk 4811 FDDI 497#ie* at eisa? slot ? # Intel Ethernet 498 499# MII/PHY support 500acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 501amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 502bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 503brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 504dmphy* at mii? phy ? # Davicom DM9101 PHYs 505exphy* at mii? phy ? # 3Com internal PHYs 506gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 507glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 508gphyter* at mii? phy ? # NS83861 Gig-E PHY 509icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 510igphy* at mii? phy ? # Intel IGP01E1000 511ikphy* at mii? phy ? # Intel 82563 PHYs 512inphy* at mii? phy ? # Intel 82555 PHYs 513iophy* at mii? phy ? # Intel 82553 PHYs 514lxtphy* at mii? phy ? # Level One LXT-970 PHYs 515makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 516nsphy* at mii? phy ? # NS83840 PHYs 517nsphyter* at mii? phy ? # NS83843 PHYs 518pnaphy* at mii? phy ? # generic HomePNA PHYs 519qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 520rgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs 521rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 522sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 523tlphy* at mii? phy ? # ThunderLAN PHYs 524tqphy* at mii? phy ? # TDK Semiconductor PHYs 525ukphy* at mii? phy ? # generic unknown PHYs 526urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 527 528# Audio Devices 529 530# GSC audio devices 531#aone* at gsc? # Audio Type 1 (PSB 2160-N) 532harmony* at gsc? # Audio Type 2 (CS4215) 533#com* at harmony? # Telephone add-in card 534audio* at audiobus? 535 536spkr* at audio? # PC speaker (synthesized) 537 538# USB Controller and Devices 539 540# PCI USB controllers 541ehci* at pci? dev ? function ? # Enhanced Host Controller 542ohci* at pci? dev ? function ? # Open Host Controller 543uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 544 545# USB bus support 546usb* at ehci? 547usb* at ohci? 548usb* at uhci? 549 550# USB Hubs 551uhub* at usb? 552uhub* at uhub? port ? 553 554# USB HID device 555uhidev* at uhub? port ? configuration ? interface ? 556 557# USB Mice 558ums* at uhidev? reportid ? 559wsmouse* at ums? mux 0 560 561# USB eGalax touch-panel 562uep* at uhub? port ? 563wsmouse* at uep? mux 0 564 565# USB Keyboards 566ukbd* at uhidev? reportid ? 567wskbd* at ukbd? console ? mux 1 568 569# USB serial adapter 570ucycom* at uhidev? reportid ? 571 572# USB Generic HID devices 573uhid* at uhidev? reportid ? 574 575# USB LCDs and USB-VGA adaptors 576udl* at uhub? port ? # DisplayLink DL-1x0/1x5 577wsdisplay* at udl? 578 579# USB Printer 580ulpt* at uhub? port ? configuration ? interface ? 581 582# USB Modem 583umodem* at uhub? port ? configuration ? 584ucom* at umodem? 585 586# Option N.V. Wireless WAN modems 587uhso* at uhub? port ? configuration ? 588 589# USB Mass Storage 590umass* at uhub? port ? configuration ? interface ? 591 592# USB audio 593uaudio* at uhub? port ? configuration ? 594 595# USB MIDI 596umidi* at uhub? port ? configuration ? 597midi* at midibus? 598 599# USB IrDA 600# USB-IrDA bridge spec 601uirda* at uhub? port ? configuration ? interface ? 602irframe* at uirda? 603 604stuirda* at uhub? port ? configuration ? interface ? 605irframe* at stuirda? 606 607# SigmaTel STIr4200 USB/IrDA Bridge 608ustir* at uhub? port ? 609irframe* at ustir? 610 611# USB Ethernet adapters 612aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 613axe* at uhub? port ? # ASIX AX88172 based adapters 614cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 615cue* at uhub? port ? # CATC USB-EL1201A based adapters 616kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 617mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters 618udav* at uhub? port ? # Davicom DM9601 based adapters 619ure* at uhub? port ? # Realtek RTL8152/RTL8153 based adapters 620url* at uhub? port ? # Realtek RTL8150L based adapters 621 622# USB 802.11 adapters 623atu* at uhub? port ? # Atmel AT76C50XX based adapters 624ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 625rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 626zyd* at uhub? port ? # Zydas ZD1211 627 628# Prolific PL2301/PL2302 host-to-host adapter 629upl* at uhub? port ? 630 631# Serial adapters 632ubsa* at uhub? port ? # Belkin serial adapter 633ucom* at ubsa? portno ? 634 635uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 636ucom* at uchcom? portno ? 637 638uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 639ucom* at uftdi? portno ? 640 641uipaq* at uhub? port ? # iPAQ PDAs 642ucom* at uipaq? portno ? 643 644umct* at uhub? port ? # MCT USB-RS232 serial adapter 645ucom* at umct? portno ? 646 647uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 648ucom* at uplcom? portno ? 649 650uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 651ucom* at uslsa? portno ? 652 653uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 654ucom* at uvscom? portno ? 655 656# RIM BlackBerry 657uberry* at uhub? port ? 658 659# USB Handspring Visor 660uvisor* at uhub? port ? 661ucom* at uvisor? 662 663# Kyocera AIR-EDGE PHONE 664ukyopon* at uhub? port ? 665ucom* at ukyopon? portno ? 666 667# USB scanners 668#uscanner* at uhub? port ? 669 670# USB scanners that use SCSI emulation, e.g., HP5300 671usscanner* at uhub? port ? 672 673# Topfield TF5000PVR range of DVB recorders 674utoppy* at uhub? port ? 675 676# D-Link DSB-R100 USB radio 677udsbr* at uhub? port ? 678radio* at udsbr? 679 680# USB Generic driver 681ugen* at uhub? port ? 682 683# USB 3G datacards 684umodeswitch* at uhub? port ? 685u3g* at uhub? port ? 686ucom* at u3g? 687 688# USB generic serial port (e.g., data over cellular) 689ugensa* at uhub? port ? 690ucom* at ugensa? 691 692# Pseudo-Devices 693 694pseudo-device crypto # /dev/crypto device 695pseudo-device swcrypto # software crypto implementation 696 697# disk/mass storage pseudo-devices 698pseudo-device ccd # concatenated/striped disk devices 699#pseudo-device cgd # cryptographic disk devices 700pseudo-device raid # RAIDframe disk driver 701options RAID_AUTOCONFIG # auto-configuration of RAID components 702#Options to enable various other RAIDframe RAID types. 703#options RF_INCLUDE_EVENODD=1 704#options RF_INCLUDE_RAID5_RS=1 705#options RF_INCLUDE_PARITYLOGGING=1 706#options RF_INCLUDE_CHAINDECLUSTER=1 707#options RF_INCLUDE_INTERDECLUSTER=1 708#options RF_INCLUDE_PARITY_DECLUSTERING=1 709#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 710pseudo-device fss # file system snapshot device 711pseudo-device md # memory disk device (ramdisk) 712pseudo-device vnd # disk-like interface to files 713#options VND_COMPRESSION # compressed vnd(4) 714pseudo-device putter # for puffs and pud 715 716# network pseudo-devices 717pseudo-device bpfilter # Berkeley packet filter 718pseudo-device carp # Common Address Redundancy Protocol 719pseudo-device npf # NPF packet filter 720pseudo-device loop # network loopback 721pseudo-device ppp # Point-to-Point Protocol 722pseudo-device pppoe # PPP over Ethernet (RFC 2516) 723pseudo-device sl # Serial Line IP 724pseudo-device irframetty # IrDA frame line discipline 725pseudo-device tun # network tunneling over tty 726pseudo-device tap # virtual Ethernet 727pseudo-device gre # generic L3 over IP tunnel 728pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 729#pseudo-device faith # IPv[46] tcp relay translation i/f 730pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 731pseudo-device vlan # IEEE 802.1q encapsulation 732pseudo-device bridge # simple inter-network bridging 733pseudo-device vether # Virtual Ethernet for bridge 734pseudo-device agr # IEEE 802.3ad link aggregation 735 736# 737# accept filters 738pseudo-device accf_data # "dataready" accept filter 739pseudo-device accf_http # "httpready" accept filter 740 741# miscellaneous pseudo-devices 742pseudo-device pty # pseudo-terminals 743pseudo-device sequencer # MIDI sequencer 744# rnd works; RND_COM does not on port hppa yet. 745#options RND_COM # use "com" randomness as well (BROKEN) 746pseudo-device clockctl # user control of clock subsystem 747 748# a pseudo device needed for Coda # also needs CODA (above) 749pseudo-device vcoda # coda minicache <-> venus comm. 750 751# wscons pseudo-devices 752pseudo-device wsmux # mouse & keyboard multiplexor 753pseudo-device wsfont 754pseudo-device ksyms # /dev/ksyms 755 756# userland interface to drivers, including autoconf and properties retrieval 757pseudo-device drvctl 758 759include "dev/veriexec.config" 760