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