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