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