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