GENERIC revision 1.50
1# $NetBSD: GENERIC,v 1.50 2008/08/10 15:31:21 tls 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/iyonix/conf/std.iyonix" 22 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 24 25#ident "GENERIC-$Revision: 1.50 $" 26 27maxusers 32 # estimated number of users 28 29options MSGBUFSIZE=65536 30 31# CPU options 32 33# For XScale systems 34options CPU_XSCALE_80321 # Support the XScale core 35makeoptions CPUFLAGS="-mcpu=xscale" 36 37# Architecture options 38options XSCALE_CACHE_READ_WRITE_ALLOCATE 39#options HZ=512 40 41# Standard system options 42 43options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 44#options NTP # NTP phase/frequency locked loop 45#options NO_TSC_TIME # Don't use TSC microtime, even if available. 46 # Improves time behavior under VMware. 47 48#options KTRACE # system call tracing via ktrace(1) 49 50 51#options SYSVMSG # System V-like message queues 52#options SYSVSEM # System V-like semaphores 53#options SYSVSHM # System V-like memory sharing 54#options P1003_1B_SEMAPHORE # p1003.1b semaphore support 55 56# Device options 57 58# Console options. The default console is speed is 115200 baud. 59#options CONSPEED=9600 # Console speed 60 61# Miscellaneous kernel options 62options KTRACE # system call tracing, a la ktrace(1) 63options IRQSTATS # manage IRQ statistics 64#options LKM # loadable kernel modules 65#options KMEMSTATS # kernel memory statistics 66#options SCSIVERBOSE # Verbose SCSI errors 67options PCIVERBOSE # Verbose PCI descriptions 68options MIIVERBOSE # Verbose MII autoconfuration messages 69#options PCI_CONFIG_DUMP # verbosely dump PCI config space 70 71options USERCONF # userconf(4) support 72#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 73#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 74 75# Development and Debugging options 76 77# Enable experimental buffer queue strategy for better responsiveness under 78# high disk I/O load. Likely stable but not yet the default. 79#options BUFQ_READPRIO 80#options BUFQ_PRIOCSCAN 81 82# Diagnostic/debugging support options 83#options DIAGNOSTIC # expensive kernel consistency checks 84#options DEBUG # expensive debugging checks/support 85#options KMEMSTATS # kernel memory statistics (vmstat -m) 86options DDB # in-kernel debugger 87#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 88options DDB_HISTORY_SIZE=512 # enable history editing in DDB 89#options DDB_KEYCODE=0x40 90#options KGDB # remote debugger 91#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 92makeoptions DEBUG="-g" # compile full symbol table 93options SYMTAB_SPACE=350000 94options PERFCTRS # performance counters 95#options PMAP_DEBUG # Enable pmap_debug_level code 96#options VERBOSE_INIT_ARM # verbose bootstraping messages 97 98#options PMAP_INCLUDE_PTE_SYNC 99#options LOCKDEBUG 100 101 102# Compatibility options 103#options COMPAT_09 # NetBSD 0.9 104#options COMPAT_10 # NetBSD 1.0 105#options COMPAT_11 # NetBSD 1.1 106#options COMPAT_12 # NetBSD 1.2 107#options COMPAT_13 # NetBSD 1.3 108#options COMPAT_14 # NetBSD 1.4 109#options COMPAT_15 # NetBSD 1.5 110#options COMPAT_16 # NetBSD 1.6 111#options COMPAT_20 # NetBSD 2.0 112#options COMPAT_30 # NetBSD 3.0 113#options COMPAT_40 # NetBSD 4.0 114#options COMPAT_43 # 4.3BSD 115#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 116options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 117 118# File systems 119file-system FFS # UFS 120#file-system EXT2FS # second extended file system (linux) 121#file-system LFS # log-structured file system 122#file-system MFS # memory file system 123file-system NFS # Network File System client 124#file-system NTFS # Windows/NT file system (experimental) 125file-system CD9660 # ISO 9660 + Rock Ridge file system 126file-system MSDOSFS # MS-DOS file system 127#file-system FDESC # /dev/fd 128#file-system KERNFS # /kern 129#file-system NULLFS # loopback file system 130#file-system OVERLAY # overlay file system 131#file-system PORTAL # portal filesystem (still experimental) 132#file-system PROCFS # /proc 133#file-system UMAPFS # NULLFS + uid and gid remapping 134#file-system UNION # union file system 135#file-system CODA # Coda File System; also needs vcoda (below) 136#file-system SMBFS # experimental - CIFS; also needs nsmb (below) 137#file-system PTYFS # /dev/ptm support 138#file-system TMPFS # Efficient memory file-system 139#file-system UDF # experimental - OSTA UDF CD/DVD file-system 140#file-system HFS # experimental - Apple HFS+ (read-only) 141file-system FILECORE # Acorn filecore file system 142 143# File system options 144#options QUOTA # UFS quotas 145#options FFS_EI # FFS Endian Independent support 146#options SOFTDEP # FFS soft updates support. 147options WAPBL # File system journaling support - Experimental 148# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 149# It is not recommended for general use. 150#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 151#options NFSSERVER # Network File System server 152options FFS_NO_SNAPSHOT # No FFS snapshot support 153#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 154 # immutable) behave as system flags. 155 156# Networking options 157#options GATEWAY # packet forwarding 158options INET # IP + ICMP + TCP + UDP 159#options INET6 # IPV6 160#options IPSEC # IP security 161#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 162#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 163#options IPSEC_DEBUG # debug for IP security 164#options MROUTING # IP multicast routing 165#options PIM # Protocol Independent Multicast 166#options ISO,TPIP # OSI 167#options EON # OSI tunneling over IP 168#options NETATALK # AppleTalk networking protocols 169#options PPP_BSDCOMP # BSD-Compress compression support for PPP 170#options PPP_DEFLATE # Deflate compression support for PPP 171#options PPP_FILTER # Active filter support for PPP (requires bpf) 172#options PFIL_HOOKS # pfil(9) packet filter hooks 173#options IPFILTER_LOG # ipmon(8) log support 174#options IPFILTER_LOOKUP # ippool(8) support 175#options IPFILTER_DEFAULT_BLOCK # block all packets by default 176#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 177 178#options ALTQ # Manipulate network interfaces' output queues 179#options ALTQ_BLUE # Stochastic Fair Blue 180#options ALTQ_CBQ # Class-Based Queueing 181#options ALTQ_CDNR # Diffserv Traffic Conditioner 182#options ALTQ_FIFOQ # First-In First-Out Queue 183#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 184#options ALTQ_HFSC # Hierarchical Fair Service Curve 185#options ALTQ_LOCALQ # Local queueing discipline 186#options ALTQ_PRIQ # Priority Queueing 187#options ALTQ_RED # Random Early Detection 188#options ALTQ_RIO # RED with IN/OUT 189#options ALTQ_WFQ # Weighted Fair Queueing 190 191 192options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 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 205cpu0 at mainbus? 206 207# i80321 I/O Processor peripheral support 208iopxs* at mainbus? 209 210iopaau* at iopxs? # Application Accelerator Unit 211iopiic* at iopxs? # I2C Controller Unit(s) 212iic0 at iopiic? 213iic1 at iopiic? 214iopwdog* at iopxs? # Watchdog timer 215pci0 at iopxs? bus ? # PCI/PCI-X support 216 217# PCI bridges 218ppb* at pci? dev ? function ? # PCI-PCI bridges 219pci* at ppb? bus ? 220# XXX 'puc's aren't really bridges, but there's no better place for them here 221#puc* at pci? dev ? function ? # PCI "universal" comm. cards 222 223# VGA 224#vga* at pci? dev ? function ? 225 226# CardBus bridge support 227#cbb* at pci? dev ? function ? 228#cardslot* at cbb? 229 230# CardBus bus support 231#cardbus* at cardslot? 232#pcmcia* at cardslot? 233 234# Serial Devices 235 236# PCI serial interfaces 237#com* at puc? port ? # 16x50s on "universal" comm boards 238#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 239#cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 240 241# PCMCIA serial interfaces 242#com* at pcmcia? function ? # Modems and serial cards 243 244#pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 245#com* at pcmcom? slave ? # ...and the slave devices 246 247# CardBus serial interfaces 248#com* at cardbus? function ? # Modems and serial cards 249 250# I2O devices 251#iop* at pci? dev ? function ? # I/O processor 252#iopsp* at iop? tid ? # SCSI/FC-AL ports 253#ld* at iop? tid ? # block devices 254#dpti* at iop? tid 0 # DPT/Adaptec control interface 255 256# SCSI Controllers and Devices 257 258# PCI SCSI controllers 259#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 260#adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 261#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 262#ahd* at pci? dev ? function ? # Adaptec 29320, 39320 (aic790x) SCSI 263#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 264#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 265#iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 266#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 267#mfi* at pci? dev ? function ? # LSI MegaRAID SAS 268#mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 269#mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 270#njs* at pci? dev ? function ? # Workbit NinjaSCSI-32 271#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 272#siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 273#esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 274##options SIOP_SYMLED # drive the act. LED in software 275#trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 276 277# PCMCIA SCSI controllers 278#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 279#esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 280#spc* at pcmcia? function ? # Fujitsu MB87030/MB89352 SCSI 281 282# CardBus SCSI cards 283#adv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 284#ahc* at cardbus? function ? # Adaptec ADP-1480 285#njs* at cardbus? function ? # Workbit NinjaSCSI-32 286 287# SCSI bus support 288#scsibus* at scsi? 289 290# SCSI devices 291#sd* at scsibus? target ? lun ? # SCSI disk drives 292#st* at scsibus? target ? lun ? # SCSI tape drives 293#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 294#ch* at scsibus? target ? lun ? # SCSI autochangers 295#ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 296#ss* at scsibus? target ? lun ? # SCSI scanners 297#uk* at scsibus? target ? lun ? # SCSI unknown 298 299 300# RAID controllers and devices 301#aac* at pci? dev ? function ? # Adaptec AAC family 302#amr* at pci? dev ? function ? # AMI/LSI Logic MegaRAID 303#cac* at pci? dev ? function ? # Compaq PCI array controllers 304#ciss* at pci? dev ? function ? # HP Smart Array controllers 305#icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 306#mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 307#mlx* at eisa? slot ? # Mylex DAC960 & DEC SWXCR family 308#twa* at pci? dev ? function ? # 3ware Escalade 95xx RAID controllers 309#twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 310 311#ld* at aac? unit ? # logical disk devices 312#ld* at amr? unit ? 313#ld* at cac? unit ? 314#ld* at icp? unit ? 315#ld* at twa? unit ? 316#ld* at twe? unit ? 317#ld* at mlx? unit ? 318 319#icpsp* at icp? unit ? # SCSI pass-through 320 321# IDE and related devices 322# PCI IDE controllers - see pciide(4) for supported hardware. 323# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 324# how to set up DMA modes for this chip. This may work, or may cause 325# a machine hang with some controllers. 326pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 327acardide* at pci? dev ? function ? # Acard IDE controllers 328aceride* at pci? dev ? function ? # Acer Lab IDE controllers 329#ahcisata* at pci? dev ? function ? # AHCI SATA controllers 330artsata* at pci? dev ? function ? # Intel i31244 SATA controller 331cmdide* at pci? dev ? function ? # CMD tech IDE controllers 332cypide* at pci? dev ? function ? # Cypress IDE controllers 333#geodeide* at pci? dev ? function ? # AMD Geode IDE controllers 334hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 335#iteide* at pci? dev ? function ? # IT Express IDE controllers 336#ixpide* at pci? dev ? function ? # ATI IXP IDE controllers 337optiide* at pci? dev ? function ? # Opti IDE controllers 338#piixide* at pci? dev ? function ? # Intel IDE controllers 339pdcide* at pci? dev ? function ? # Promise IDE controllers 340pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 341rccide* at pci? dev ? function ? # ServerWorks IDE controllers 342satalink* at pci? dev ? function ? # SiI SATALink controllers 343siside* at pci? dev ? function ? # SiS IDE controllers 344slide* at pci? dev ? function ? # Symphony Labs IDE controllers 345#svwsata* at pci? dev ? function ? # ServerWorks SATA controllers 346stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers 347viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 348 349# PCMCIA IDE controllers 350#wdc* at pcmcia? function ? 351 352# CardBus IDE controllers 353#njata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32 354 355# ATA (IDE) bus support 356atabus* at ata? 357#options ATADEBUG 358 359# IDE drives 360# Flags are used only with controllers that support DMA operations 361# and mode settings (e.g. some pciide controllers) 362# The lowest order four bits (rightmost digit) of the flags define the PIO 363# mode to use, the next set of four bits the DMA mode and the third set the 364# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 365# to use, and the last bit must be 1 for this setting to be used. 366# For DMA and UDMA, 0xf (1111) means 'disable'. 367# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 368# (0xc=1100, 0xa=1010, 0xf=1111) 369# 0x0000 means "use whatever the drive claims to support". 370wd* at atabus? drive ? flags 0x0000 371 372# ATA RAID configuration support, as found on some Promise controllers. 373pseudo-device ataraid 374ld* at ataraid? vendtype ? unit ? 375 376# ATAPI bus support 377atapibus* at atapi? 378 379# ATAPI devices 380# flags have the same meaning as for IDE drives. 381# XXX No DMA on IDE devices for now 382cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives 383sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 384st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives 385uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 386 387 388# Network Interfaces 389 390# PCI network interfaces 391#an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 392#ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 393#atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) 394#bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet 395#bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 396#bnx* at pci? dev ? function ? # Broadcom NetXtremeII gigabit Ethernet 397#dge* at pci? dev ? function ? # Intel 82597 10GbE LR 398#en* at pci? dev ? function ? # ENI/Adaptec ATM 399#ep* at pci? dev ? function ? # 3Com 3c59x 400#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 401#esh* at pci? dev ? function ? # Essential HIPPI card 402#ex* at pci? dev ? function ? # 3Com 90x[BC] 403#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 404#fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 405#gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 406#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 407#ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 408#iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG 409#le* at pci? dev ? function ? # PCnet-PCI Ethernet 410#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 411#mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet 412#msk* at mskc? # Marvell Yukon 2 Gigabit Ethernet 413#mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 414##ndis* at pci? dev ? function ? # Experimental - NDIS Network Driver 415#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 416#nfe* at pci? dev ? function ? # NVIDIA nForce Ethernet 417#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 418#pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 419#ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g 420#re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 421rtk* at pci? dev ? function ? # Realtek 8129/8139 422#rtw* at pci? dev ? function ? # Realtek 8180L (802.11) 423#sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 424#sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 425#skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 426#sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 427#ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 428#stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 429#ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 430#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 431#tlp* at pci? dev ? function ? # DECchip 21x4x and clones 432#txp* at pci? dev ? function ? # 3com 3cr990 433#vge* at pci? dev ? function ? # VIATech VT612X Gigabit Ethernet 434#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 435#wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 436wm* at pci? dev ? function ? # Intel 8254x gigabit 437#wpi* at pci? dev ? function ? # Intel PRO/Wireless 3945ABG 438#xge* at pci? dev ? function ? # Neterion (S2io) Xframe-I 10GbE 439 440# PCMCIA network interfaces 441#an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 442#awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 443#cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 444#cs* at pcmcia? function ? # CS89xx Ethernet 445#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 446#mbe* at pcmcia? function ? # MB8696x based Ethernet 447#ne* at pcmcia? function ? # NE2000-compatible Ethernet 448#ray* at pcmcia? function ? # Raytheon Raylink (802.11) 449#sm* at pcmcia? function ? # Megahertz Ethernet 450## tr at pcmcia has problems with Cardbus bridges 451##tr* at pcmcia? function ? # TROPIC based Token-Ring 452#wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 453#xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 454#com* at xirc? 455#xi* at xirc? 456#mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 457#com* at mhzc? 458#sm* at mhzc? 459 460# CardBus network cards 461#ath* at cardbus? function ? # Atheros 5210/5211/5212 802.11 462#atw* at cardbus? function ? # ADMtek ADM8211 (802.11) 463#ex* at cardbus? function ? # 3Com 3C575TX 464#fxp* at cardbus? function ? # Intel i8255x 465#ral* at cardbus? function ? # Ralink Technology RT25x0 802.11a/b/g 466#rtk* at cardbus? function ? # Realtek 8129/8139 467#rtw* at cardbus? function ? # Realtek 8180L (802.11) 468#tlp* at cardbus? function ? # DECchip 21143 469 470# MII/PHY support 471acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 472amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 473bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 474brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 475#ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs 476dmphy* at mii? phy ? # Davicom DM9101 PHYs 477exphy* at mii? phy ? # 3Com internal PHYs 478gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 479glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 480gphyter* at mii? phy ? # NS83861 Gig-E PHY 481icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 482igphy* at mii? phy ? # Intel IGP01E1000 483#ikphy* at mii? phy ? # Intel 82563 PHYs 484inphy* at mii? phy ? # Intel 82555 PHYs 485iophy* at mii? phy ? # Intel 82553 PHYs 486lxtphy* at mii? phy ? # Level One LXT-970 PHYs 487makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 488nsphy* at mii? phy ? # NS83840 PHYs 489nsphyter* at mii? phy ? # NS83843 PHYs 490pnaphy* at mii? phy ? # generic HomePNA PHYs 491qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 492#rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 493#rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 494sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 495tlphy* at mii? phy ? # ThunderLAN PHYs 496tqphy* at mii? phy ? # TDK Semiconductor PHYs 497ukphy* at mii? phy ? # generic unknown PHYs 498urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 499 500 501# USB Controller and Devices 502 503# PCI USB controllers 504#ehci* at pci? dev ? function ? # Enhanced Host Controller 505ohci* at pci? dev ? function ? # Open Host Controller 506uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 507 508# CardBus USB controllers 509#ehci* at cardbus? function ? # Enhanced Host Controller 510#ohci* at cardbus? function ? # Open Host Controller 511#uhci* at cardbus? function ? # Universal Host Controller (Intel) 512 513# ISA USB controllers 514#slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS 515 516# PCMCIA USB controllers 517#slhci* at pcmcia? function ? # ScanLogic SL811HS 518 519# USB bus support 520#usb* at ehci? 521usb* at ohci? 522usb* at uhci? 523#usb* at slhci? 524 525# USB Hubs 526uhub* at usb? 527uhub* at uhub? port ? 528 529# USB HID device 530uhidev* at uhub? port ? configuration ? interface ? 531 532# USB Mice 533ums* at uhidev? reportid ? 534wsmouse* at ums? mux 0 535 536# USB eGalax touch-panel 537#uep* at uhub? port ? 538#wsmouse* at uep? mux 0 539 540# USB Keyboards 541ukbd* at uhidev? reportid ? 542wskbd* at ukbd? console ? mux 1 543 544# USB serial adapter 545ucycom* at uhidev? reportid ? 546 547# USB Generic HID devices 548uhid* at uhidev? reportid ? 549 550# USB Printer 551ulpt* at uhub? port ? configuration ? interface ? 552 553# USB Modem 554umodem* at uhub? port ? configuration ? 555ucom* at umodem? 556 557# USB Mass Storage 558umass* at uhub? port ? configuration ? interface ? 559wd* at umass? 560 561# USB audio 562uaudio* at uhub? port ? configuration ? 563 564# USB MIDI 565#umidi* at uhub? port ? configuration ? 566 567# USB IrDA 568# USB-IrDA bridge spec 569#uirda* at uhub? port ? configuration ? interface ? 570#irframe* at uirda? 571 572# SigmaTel STIr4200 USB/IrDA Bridge 573#ustir* at uhub? port ? 574#irframe* at ustir? 575 576# USB Ethernet adapters 577#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 578#axe* at uhub? port ? # ASIX AX88172 based adapters 579#cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 580#cue* at uhub? port ? # CATC USB-EL1201A based adapters 581#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 582#udav* at uhub? port ? # Davicom DM9601 based adapters 583#url* at uhub? port ? # Realtek RTL8150L based adapters 584 585# USB 802.11 adapters 586#atu* at uhub? port ? # Atmel AT76C50XX based adapters 587#ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g 588#rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 589#zyd* at uhub? port ? # Zydas ZD1211 590 591# Prolific PL2301/PL2302 host-to-host adapter 592upl* at uhub? port ? 593 594# Serial adapters 595ubsa* at uhub? port ? # Belkin serial adapter 596ucom* at ubsa? portno ? 597 598uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 599ucom* at uftdi? portno ? 600 601uipaq* at uhub? port ? # iPAQ PDAs 602ucom* at uipaq? portno ? 603 604umct* at uhub? port ? # MCT USB-RS232 serial adapter 605ucom* at umct? portno ? 606 607uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 608ucom* at uplcom? portno ? 609 610uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 611ucom* at uvscom? portno ? 612 613# Diamond Multimedia Rio 500 614#urio* at uhub? port ? 615 616# USB Handspring Visor 617#uvisor* at uhub? port ? 618#ucom* at uvisor? 619 620# Kyocera AIR-EDGE PHONE 621#ukyopon* at uhub? port ? 622#ucom* at ukyopon? portno ? 623 624# USB scanners 625#uscanner* at uhub? port ? 626 627# USB scanners that use SCSI emulation, e.g., HP5300 628#usscanner* at uhub? port ? 629 630# Topfield TF5000PVR range of DVB recorders 631#utoppy* at uhub? port ? 632 633# Y@P firmware loader 634#uyap* at uhub? port ? 635 636# D-Link DSB-R100 USB radio 637#udsbr* at uhub? port ? 638#radio* at udsbr? 639 640# USB Generic driver 641#ugen* at uhub? port ? 642# On ugen bulk endpoints, perform read-ahead and write-behind. 643#options UGEN_BULK_RA_WB 644 645 646# IrDA and Consumer Ir devices 647 648# Toshiba Oboe 649#oboe* at pci? dev ? function ? 650#irframe* at oboe? 651 652 653# PCI IEEE1394 controllers 654#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 655 656# CardBus IEEE1394 controllers 657#fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 658 659#ieee1394if* at fwohci? 660#fwip* at ieee1394if? # IP over IEEE1394 661#sbp* at ieee1394if? euihi ? euilo ? # SCSI over IEEE1394 662 663 664# Audio Devices 665 666# PCI audio devices 667#auacer* at pci? dev ? function ? # ALi M5455 integrated AC'97 Audio 668auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 669#auixp* at pci? dev ? function ? # ATI IXP AC'97 Audio 670autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 671auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 672#azalia* at pci? dev ? function ? # High Definition Audio 673clcs* at pci? dev ? function ? # Cirrus Logic CS4280 674clct* at pci? dev ? function ? # Cirrus Logic CS4281 675cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 676eap* at pci? dev ? function ? # Ensoniq AudioPCI 677emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 678esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 679esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 680eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 681fms* at pci? dev ? function ? # Forte Media FM801 682neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 683sv* at pci? dev ? function ? # S3 SonicVibes 684yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 685 686# OPL[23] FM synthesizers 687opl* at cmpci? flags 1 688opl* at eso? 689opl* at fms? 690opl* at sv? 691opl* at yds? 692 693# Audio support 694audio* at audiobus? 695 696# MPU 401 UARTs 697mpu* at cmpci? 698mpu* at eso? 699mpu* at fms? 700mpu* at yds? 701 702# MIDI support 703midi* at midibus? 704 705# PCI radio devices 706#gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 707 708# Radio support 709#radio* at gtp? 710 711# TV cards 712 713# Brooktree 848/849/878/879 based TV cards 714#bktr* at pci? dev ? function ? 715#radio* at bktr? 716 717 718# Bluetooth Controller and Device support 719 720# Bluetooth PCMCIA Controllers 721#bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 722#btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 723 724# Bluetooth USB Controllers 725#ubt* at uhub? port ? 726 727# Bluetooth Device Hub 728#bthub* at bcsp? 729#bthub* at bt3c? 730#bthub* at btbc? 731#bthub* at btuart? 732#bthub* at ubt? 733 734# Bluetooth HID support 735#bthidev* at bthub? 736 737# Bluetooth Mouse 738#btms* at bthidev? reportid ? 739#wsmouse* at btms? mux 0 740 741# Bluetooth Keyboard 742#btkbd* at bthidev? reportid ? 743#wskbd* at btkbd? console ? mux 1 744 745# Bluetooth Audio support 746#btsco* at bthub? 747 748# Cryptographic Devices 749 750# PCI cryptographic devices 751#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 752#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 753 754# On-board device support 755 756obio* at mainbus? 757#com1 at obio? addr 0x900003e8 xint 1 # on-board UART 758com0 at obio? addr 0x900002f8 xint 1 # on-board UART 759#com* at obio? addr 0x900003e8 xint 1 # on-board UART 760#com* at obio? addr 0x900003f8 xint 1 # on-board UART 761 762# Pseudo-Devices 763 764#pseudo-device crypto # /dev/crypto device 765#pseudo-device swcrypto # software crypto implementation 766 767# disk/mass storage pseudo-devices 768 769#pseudo-device bio # RAID control device driver 770#pseudo-device ccd 4 # concatenated/striped disk devices 771#pseudo-device cgd 4 # cryptographic disk devices 772#pseudo-device raid 8 # RAIDframe disk driver 773#options RAID_AUTOCONFIG # auto-configuration of RAID components 774# Options to enable various other RAIDframe RAID types. 775#options RF_INCLUDE_EVENODD=1 776#options RF_INCLUDE_RAID5_RS=1 777#options RF_INCLUDE_PARITYLOGGING=1 778#options RF_INCLUDE_CHAINDECLUSTER=1 779#options RF_INCLUDE_INTERDECLUSTER=1 780#options RF_INCLUDE_PARITY_DECLUSTERING=1 781#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 782pseudo-device fss 4 # file system snapshot device 783 784pseudo-device md 1 # memory disk device (ramdisk) 785#pseudo-device vnd # disk-like interface to files 786#options VND_COMPRESSION # compressed vnd(4) 787 788# network pseudo-devices 789pseudo-device bpfilter # Berkeley packet filter 790#pseudo-device carp # Common Address Redundancy Protocol 791#pseudo-device ipfilter # IP filter (firewall) and NAT 792pseudo-device loop # network loopback 793#pseudo-device ppp # Point-to-Point Protocol 794#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 795#pseudo-device sl # Serial Line IP 796#pseudo-device strip # Starmode Radio IP (Metricom) 797#pseudo-device irframetty # IrDA frame line discipline 798#pseudo-device tap # virtual Ethernet 799#pseudo-device tun # network tunneling over tty 800#pseudo-device gre # generic L3 over IP tunnel 801#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 802#pseudo-device faith # IPv[46] tcp relay translation i/f# 803#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 804#pseudo-device vlan # IEEE 802.1q encapsulation 805#pseudo-device bridge # simple inter-network bridging 806#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 807#pseudo-device agr # IEEE 802.3ad link aggregation 808#pseudo-device pf # PF packet filter 809#pseudo-device pflog # PF log if 810# srt is EXPERIMENTAL 811#pseudo-device srt # source-address-based routing 812 813# 814# accept filters 815pseudo-device accf_data # "dataready" accept filter 816pseudo-device accf_http # "httpready" accept filter 817 818# miscellaneous pseudo-devices 819pseudo-device pty # pseudo-terminals 820#pseudo-device sequencer 1 # MIDI sequencer 821pseudo-device rnd # /dev/random and in-kernel generator 822#options RND_COM # use "com" randomness as well (BROKEN) 823pseudo-device clockctl # user control of clock subsystem 824pseudo-device ksyms # /dev/ksyms 825#pseudo-device lockstat # lock profiling 826#pseudo-device bcsp # BlueCore Serial Protocol 827#pseudo-device btuart # Bluetooth HCI UART (H4) 828 829# a pseudo device needed for Coda # also needs CODA (above) 830#pseudo-device vcoda 4 # coda minicache <-> venus comm. 831 832# a pseudo device needed for SMBFS 833#pseudo-device nsmb # experimental - SMB requester 834 835# wscons pseudo-devices 836pseudo-device wsmux # mouse & keyboard multiplexor 837#pseudo-device wsfont 838 839#options FILEASSOC # fileassoc(9) - required for Veriexec 840 841# Veriexec 842#pseudo-device veriexec 843# 844# Uncomment the fingerprint methods below that are desired. Note that 845# removing fingerprint methods will have almost no impact on the kernel 846# code size. 847# 848#options VERIFIED_EXEC_FP_RMD160 849#options VERIFIED_EXEC_FP_SHA256 850#options VERIFIED_EXEC_FP_SHA384 851#options VERIFIED_EXEC_FP_SHA512 852#options VERIFIED_EXEC_FP_SHA1 853#options VERIFIED_EXEC_FP_MD5 854 855#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 856