files revision 1.879
11.879Schristos# $NetBSD: files,v 1.879 2007/12/26 22:11:53 christos Exp $ 21.60Scgd 31.60Scgd# @(#)files.newconf 7.5 (Berkeley) 5/10/93 41.60Scgd 51.822Scubeversion 20070109 61.798Scube 71.565Sthorpej# 81.565Sthorpej# device classes 91.565Sthorpej# 101.565Sthorpejdevclass disk 111.565Sthorpejdevclass tape 121.565Sthorpejdevclass ifnet 131.565Sthorpejdevclass tty 141.876Sjmcneilldevclass audiodev 151.876Sjmcneilldevclass displaydev 161.876Sjmcneilldevclass bus 171.565Sthorpej 181.112Sthorpej# options understood by the machine-independent part of the kernel 191.112Sthorpej# (note, these are case-sensitive) 201.473Slukem# 211.474Slukemdefflag INSECURE 221.474Slukemdefflag KMEMSTATS 231.474Slukemdefflag KTRACE 241.781Skardeldefflag MBUFTRACE 251.799Smattdefflag PTRACE 261.805Scubedefflag SYSTRACE 271.799Smattdefflag COREDUMP 281.799Smatt 291.781Skardeldefparam DEFCORENAME 301.781Skardeldefparam HZ 311.474Slukemdefparam MAXUPRC 321.474Slukemdefparam RTC_OFFSET 331.494Sjdolecekdefflag opt_pipe.h PIPE_SOCKETPAIR PIPE_NODIRECT 341.573Sjunyoung 351.733Syamtdefflag BUFQ_DISKSORT 361.733Syamtdefflag BUFQ_FCFS 371.698Syamtdefflag BUFQ_PRIOCSCAN 381.698Syamtdefflag BUFQ_READPRIO 391.698Syamtdefflag NEW_BUFQ_STRATEGY # same as BUFQ_READPRIO 401.524Sthorpej 411.845Syamtdefflag opt_sched.h SCHED_4BSD 421.868Srminddefflag opt_sched.h SCHED_M2 431.845Syamt 441.616Senamidefparam SOMAXKVA 451.524Sthorpejdefflag opt_sock_counters.h SOSEND_COUNTERS 461.547Sthorpejdefflag opt_sosend_loan.h SOSEND_NO_LOAN 471.840Sdyoungdefflag opt_route.h RTCACHE_DEBUG RTFLUSH_DEBUG 481.247Sthorpej 491.474Slukemdefflag MULTIPROCESSOR 501.486Satatat 511.486Satatatdefflag opt_config.h INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG 521.459Senami 531.597Satatatdefparam opt_dump.h DUMP_ON_PANIC 541.597Satatat 551.474Slukemdefflag opt_callout.h CALLWHEEL_STATS 561.250Stron 571.592Schristosdefflag opt_posix.h P1003_1B_SEMAPHORE 581.474Slukemdefflag opt_sysv.h SYSVMSG SYSVSEM SYSVSHM 591.470Slukemdefparam opt_sysvparam.h SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU 601.181Sjonathan 611.474Slukemdefflag opt_ntp.h PPS_SYNC NTP 621.129Sthorpej 631.694Schristosdefflag opt_ptm.h NO_DEV_PTM COMPAT_BSDPTY 641.676Schristos 651.707Spetrovdefparam opt_kmempages.h NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX 661.474Slukemdefflag opt_malloclog.h MALLOCLOG 671.470Slukemdefparam opt_malloclog.h MALLOCLOGSIZE 681.474Slukemdefflag opt_malloc_debug.h MALLOC_DEBUG 691.474Slukemdefflag opt_pool.h POOL_DIAGNOSTIC 701.470Slukemdefparam opt_poollog.h POOL_LOGSIZE 711.812Sjmcneilldefflag opt_powerhook.h POWERHOOK_DEBUG 721.431Sfvdl 731.474Slukemdefflag opt_revcache.h NAMECACHE_ENTER_REVERSE 741.189Sscottr 751.474Slukemdefflag opt_execfmt.h EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32 761.474Slukem EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT 771.503Sjdolecek EXEC_ELF_NOTELESS 781.199Sthorpej 791.686Sthorpejdefflag opt_dkwedge.h DKWEDGE_AUTODISCOVER 801.691Sthorpej DKWEDGE_METHOD_BSDLABEL 811.688Sthorpej DKWEDGE_METHOD_GPT 821.693Sthorpej DKWEDGE_METHOD_MBR 831.686Sthorpej 841.791Seladdefflag opt_veriexec.h VERIFIED_EXEC_FP_SHA1 851.725Schristos VERIFIED_EXEC_FP_SHA256 861.725Schristos VERIFIED_EXEC_FP_SHA384 871.725Schristos VERIFIED_EXEC_FP_SHA512 881.725Schristos VERIFIED_EXEC_FP_MD5 891.725Schristos VERIFIED_EXEC_FP_RMD160 901.725Schristos 911.794Sdsl# Per system call number counts and times 921.794Sdsldefflag opt_syscall_stats.h SYSCALL_STATS 931.794Sdsldefflag opt_syscall_stats.h SYSCALL_TIMES: SYSCALL_STATS 941.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris) 951.794Sdsldefflag opt_syscall_stats.h SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES 961.794Sdslfile kern/subr_syscall_stats.c syscall_stats 971.794Sdsl 981.774Seladdefparam opt_pax.h PAX_MPROTECT 991.817Selad PAX_SEGVGUARD 1001.879Schristos PAX_ASLR 1011.879Schristos PAX_ASLR_DELTA_MMAP_LSB 1021.879Schristos PAX_ASLR_DELTA_MMAP_LEN 1031.879Schristos PAX_ASLR_DELTA_STACK_LSB 1041.879Schristos PAX_ASLR_DELTA_STACK_LEN 1051.879Schristos PAX_ASLR_DELTA_PROG_LEN 1061.774Selad 1071.789Seladdefflag opt_fileassoc.h FILEASSOC 1081.789Selad 1091.803Sdyoungdefflag opt_gre.h GRE_DEBUG 1101.803Sdyoung 1111.199Sthorpej# compatibility options 1121.473Slukem# 1131.847Schristosdefflag opt_compat_netbsd.h COMPAT_40 1141.847Schristosdefflag opt_compat_netbsd.h COMPAT_30: COMPAT_40 1151.786Smartindefflag opt_compat_netbsd.h COMPAT_20: COMPAT_30 1161.786Smartindefflag opt_compat_netbsd.h COMPAT_16: COMPAT_20 1171.786Smartindefflag opt_compat_netbsd.h COMPAT_15: COMPAT_16 1181.786Smartindefflag opt_compat_netbsd.h COMPAT_14: COMPAT_15 1191.786Smartindefflag opt_compat_netbsd.h COMPAT_13: COMPAT_14 1201.786Smartindefflag opt_compat_netbsd.h COMPAT_12: COMPAT_13 1211.786Smartindefflag opt_compat_netbsd.h COMPAT_11: COMPAT_12 1221.786Smartindefflag opt_compat_netbsd.h COMPAT_10: COMPAT_11 1231.786Smartindefflag opt_compat_netbsd.h COMPAT_09: COMPAT_10 1241.589Schristosdefflag COMPAT_OSSAUDIO 1251.786Smartindefflag COMPAT_FREEBSD: COMPAT_30 1261.474Slukemdefflag COMPAT_HPUX 1271.474Slukemdefflag COMPAT_IBCS2 1281.474Slukemdefflag COMPAT_IRIX 1291.474Slukemdefflag COMPAT_LINUX 1301.758Smanudefflag COMPAT_LINUX32 1311.474Slukemdefflag COMPAT_OSF1 1321.787Smartindefflag COMPAT_SUNOS: COMPAT_30 1331.474Slukemdefflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2 1341.474Slukemdefflag COMPAT_ULTRIX 1351.474Slukemdefflag COMPAT_NETBSD32 1361.852Shedefflag COMPAT_AOUT_M68K: COMPAT_40 1371.474Slukemdefflag COMPAT_M68K4K 1381.474Slukemdefflag COMPAT_MACH 1391.580Smanudefflag COMPAT_DARWIN 1401.474Slukemdefflag COMPAT_VAX1K 1411.474Slukemdefflag COMPAT_43 1421.474Slukemdefflag COMPAT_PECOFF 1431.633Smattdefflag opt_compat_netbsd.h COMPAT_NOMID 1441.221Sjonathan 1451.473Slukem# 1461.570Sthorpej# Cryptography support. Include this early, since several things 1471.570Sthorpej# use it. 1481.624Sjonathan 1491.624Sjonathan# Individual crypto transforms 1501.570Sthorpejinclude "crypto/arc4/files.arc4" 1511.570Sthorpejinclude "crypto/des/files.des" 1521.570Sthorpejinclude "crypto/blowfish/files.blowfish" 1531.570Sthorpejinclude "crypto/cast128/files.cast128" 1541.570Sthorpejinclude "crypto/rijndael/files.rijndael" 1551.644Stlsinclude "crypto/skipjack/files.skipjack" 1561.570Sthorpej 1571.626Sthorpej# General-purpose crypto processing framework. 1581.626Sthorpejinclude "opencrypto/files.opencrypto" 1591.626Sthorpej 1601.570Sthorpej# 1611.618Sthorpej# System monitoring framework 1621.618Sthorpej# 1631.618Sthorpejinclude "dev/sysmon/files.sysmon" 1641.618Sthorpej 1651.618Sthorpej# 1661.563Sthorpej# Networking protocols 1671.563Sthorpej# 1681.743Sthorpejinclude "net80211/files.net80211" 1691.563Sthorpejinclude "netatalk/files.netatalk" 1701.782Sgdamoreinclude "netbt/files.netbt" 1711.565Sthorpejinclude "netinet/files.netinet" 1721.565Sthorpejinclude "netinet/files.ipfilter" 1731.565Sthorpejinclude "netinet6/files.netinet6" 1741.632Sitojuninclude "netinet6/files.ipsec" 1751.632Sitojuninclude "netipsec/files.netipsec" 1761.566Sthorpejinclude "netiso/files.netiso" 1771.567Sthorpejinclude "netnatm/files.netnatm" 1781.600Sjdolecekinclude "netsmb/files.netsmb" 1791.677Sitojuninclude "net/files.pf" 1801.563Sthorpej 1811.795Smattobsolete defflag CCITT # obsolete 1821.795Smattobsolete defflag HDLC # obsolete 1831.795Smattobsolete defflag LLC # obsolete 1841.795Smattobsolete defflag opt_ns.h NS NSIP # obsolete 1851.795Smattobsolete defflag IPX # obsolete 1861.825Scubeobsolete defflag opt_iso.h TPCONS 1871.474Slukemdefflag PFIL_HOOKS # pfil(9) 1881.603Sperseantdefflag opt_bridge_ipf.h BRIDGE_IPF # bridge(4) use inet_pfil_hooks 1891.474Slukemdefflag opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER 1901.474Slukem # Include deflate or bsd 1911.474Slukem # compression, enable pppd 1921.474Slukem # packet filtering support 1931.793Spaveldefflag opt_pppoe.h PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS 1941.189Sscottr 1951.189Sscottr# networking options 1961.473Slukem# 1971.474Slukemdefflag GATEWAY 1981.748Syamtdefparam opt_nmbclusters.h NMBCLUSTERS 1991.474Slukemdefparam SB_MAX 2001.171Smrg 2011.189Sscottr# file system options 2021.473Slukem# 2031.516Sthorpejdefflag SOFTDEP # XXX files.ufs? 2041.516Sthorpejdefflag QUOTA # XXX files.ufs? 2051.685Sthorpejdefflag VNODE_LOCKDEBUG 2061.759Schsdefflag MAGICLINKS 2071.353Soster 2081.276Sscottr# buffer cache size options 2091.473Slukem# 2101.474Slukemdefparam opt_bufcache.h BUFCACHE BUFPAGES 2111.276Sscottr 2121.449Sgmcgarry# userconf 2131.473Slukem# 2141.474Slukemdefflag USERCONF 2151.449Sgmcgarry 2161.663Satatat# sysctl related 2171.663Satatat# 2181.663Satatatdefflag opt_sysctl.h SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE 2191.663Satatat SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE 2201.665Satatat SYSCTL_INCLUDE_DESCR 2211.663Satatat 2221.473Slukem# 2231.289Slukem# Not entirely MI, but present on multiple arch's 2241.473Slukem# 2251.289Slukem 2261.276Sscottr# PC-style MBR handling 2271.473Slukem# 2281.474Slukemdefflag opt_mbr.h COMPAT_386BSD_MBRPART 2291.209Sjonathan 2301.745Sthorpej# 2311.209Sjonathan# debugging options 2321.473Slukem# 2331.745Sthorpejinclude "ddb/files.ddb" # in-kernel dynamic debugger 2341.745Sthorpej 2351.474Slukemdefflag opt_kgdb.h KGDB 2361.613Smartindefparam opt_kgdb.h KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT 2371.474Slukem KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE 2381.474Slukemdefflag LOCKDEBUG 2391.474Slukemdefflag SYSCALL_DEBUG 2401.540Syamtdefflag opt_kstack.h KSTACK_CHECK_MAGIC 2411.271Sjonathan 2421.271Sjonathan# memory (ram) disk options 2431.473Slukem# 2441.474Slukemdefflag opt_md.h MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT 2451.474Slukem MEMORY_DISK_DYNAMIC 2461.851Sdsldefparam opt_md.h MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE 2471.594Smatt MEMORY_RBFLAGS 2481.159Sdrochner 2491.842Smanudefflag opt_tftproot.h TFTPROOT TFTPROOT_DEBUG 2501.842Smanu 2511.543Sbriggs# Support for hardware performance monitoring counters 2521.543Sbriggs# 2531.543Sbriggsdefflag opt_perfctrs.h PERFCTRS 2541.636Sjdolecek 2551.819Swiz# Machine-independent device majors assignements 2561.640Sjdolecekinclude "conf/majors" 2571.543Sbriggs 2581.60Scgd# generic attributes 2591.473Slukem# 2601.519Saugustssdefine audiobus { } 2611.474Slukemdefine midibus { } 2621.232Saugustssdefine midisyn 2631.638Sbouyerdefine ata {[channel = -1]} 2641.674Sthorpejdefine sata 2651.558Sthorpejdefine scsi_core 2661.558Sthorpejdefine scsi {[channel = -1]}: scsi_core 2671.638Sbouyerdefine ata_hl {[drive = -1]} 2681.637Sbouyerdefine atapi { } 2691.489Sdrochnerdefine radiodev { } 2701.614Sgmcgarrydefine gpibdev {[address = -1]} 2711.734Sjmcneilldefine gpiobus { } 2721.769Srizdefine onewirebus { } 2731.659Sbjh21define pckbport {[slot = -1]} 2741.659Sbjh21define pckbport_machdep_cnattach 2751.754Sthorpejdefine firmload 2761.67Scgd 2771.67Scgd# audio device attributes 2781.473Slukem# 2791.63Sbrezakdefine mulaw 2801.132Saugustssdefine auconv 2811.500Skentdefine aurateconv 2821.629Sthorpej 2831.228Saugustss# audio and midi devices, attaches to audio hardware driver 2841.473Slukem# 2851.876Sjmcneilldevice audio: audiodev 2861.519Saugustssattach audio at audiobus 2871.228Saugustssdevice midi 2881.228Saugustssattach midi at midibus 2891.363Sthorpej 2901.650Sbjh21# console bell via audio device 2911.650Sbjh21# 2921.650Sbjh21define audiobell 2931.650Sbjh21 2941.635Sthorpej# I2C device support 2951.635Sthorpejinclude "dev/i2c/files.i2c" 2961.635Sthorpej 2971.813Sgdamore# SPI device support 2981.813Sgdamoreinclude "dev/spi/files.spi" 2991.813Sgdamore 3001.559Sthorpej# IR device support 3011.559Sthorpejinclude "dev/ir/files.ir" 3021.559Sthorpej 3031.651Sjdolecek# Parallel Port Bus support 3041.651Sjdolecekinclude "dev/ppbus/files.ppbus" 3051.651Sjdolecek 3061.363Sthorpej# raster operations attributes 3071.473Slukem# 3081.426Slukemdefine rasops1 3091.426Slukemdefine rasops2 3101.426Slukemdefine rasops4 3111.426Slukemdefine rasops8 3121.426Slukemdefine rasops15 3131.426Slukemdefine rasops16 3141.426Slukemdefine rasops24 3151.426Slukemdefine rasops32 3161.829Soberdefine rasops_rotation 3171.60Scgd 3181.760Sjmcneill# splash screen support 3191.760Sjmcneillinclude "dev/splash/files.splash" 3201.760Sjmcneill 3211.768Sgdamore# videomode support 3221.768Sgdamoreinclude "dev/videomode/files.videomode" 3231.768Sgdamore 3241.67Scgd# net device attributes - we have generic code for arc(net), ether(net), 3251.457Sbjh21# fddi, token ring, atm and eco(net). 3261.473Slukem# 3271.874Scubedefine arcnet 3281.88Schuckdefine atm 3291.457Sbjh21define eco 3301.60Scgddefine ether 3311.67Scgddefine fddi 3321.185Skmldefine hippi 3331.399Sonoedefine ieee1394 3341.282Sbaddefine token 3351.284Sexplorerdefine sppp 3361.719Sdyoungdefine wlan: arc4, rijndael 3371.294Sitojundefine crypto 3381.100Sws 3391.119Sis# devices ARPing IPv4 pull this in: 3401.473Slukem# 3411.119Sisdefine arp 3421.119Sis 3431.515Sthorpej# 3441.515Sthorpej# ALTQ network traffic shaping subsystem 3451.515Sthorpej# 3461.515Sthorpejinclude "altq/files.altq" 3471.515Sthorpej 3481.473Slukem# 3491.560Sthorpej# IPKDB kernel debugger 3501.473Slukem# 3511.560Sthorpejinclude "ipkdb/files.ipkdb" 3521.102Sws 3531.404Sad# Logical disk 3541.473Slukem# 3551.404Saddevice ld: disk 3561.426Slukemfile dev/ld.c ld needs-flag 3571.513Sthorpej 3581.513Sthorpej# 3591.513Sthorpej# MII/PHY support for network devices 3601.513Sthorpej# 3611.513Sthorpejinclude "dev/mii/files.mii" 3621.375Sthorpej 3631.473Slukem# 3641.512Sthorpej# RAIDframe 3651.512Sthorpej# 3661.512Sthorpejinclude "dev/raidframe/files.raidframe" 3671.639Sgrog 3681.639Sgrog# 3691.542Sthorpej# Hardware-assisted data mover API 3701.542Sthorpej# 3711.542Sthorpejinclude "dev/dmover/files.dmover" 3721.512Sthorpej 3731.512Sthorpej# 3741.83Sthorpej# "Chipset" drivers. These are the bus-independent routines which 3751.83Sthorpej# contain the cfdrivers. Attachments are provided by files.<bus> 3761.473Slukem# 3771.145Schristos 3781.145Schristos# Adaptec AIC-6[32]60 ICs 3791.473Slukem# 3801.173Sthorpejdevice aic: scsi 3811.145Schristosfile dev/ic/aic6360.c aic 3821.346Sthorpej 3831.346Sthorpej# SMC 93Cx6 Serial EEPROM devices 3841.473Slukem# 3851.346Sthorpejdefine smc93cx6 3861.346Sthorpejfile dev/ic/smc93cx6.c smc93cx6 3871.83Sthorpej 3881.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers 3891.473Slukem# 3901.474Slukemdefparam opt_ahc.h AHC_DEBUG 3911.474Slukemdefflag opt_ahc.h AHC_NO_TAGS 3921.173Sthorpejdevice ahc: scsi 3931.345Sthorpejdefine ahc_seeprom 3941.354Sfvdldefine ahc_aic77xx 3951.142Senamifile dev/ic/aic7xxx.c ahc 3961.609Sfvdlfile dev/ic/aic7xxx_osm.c ahc 3971.345Sthorpejfile dev/ic/aic7xxx_seeprom.c ahc_seeprom 3981.354Sfvdlfile dev/ic/aic77xx.c ahc_aic77xx 3991.609Sfvdl 4001.609Sfvdl# Adaptec aic79xx SCSI controllers 4011.609Sfvdldefflag opt_ahd.h AHD_DEBUG 4021.609Sfvdldevice ahd: scsi 4031.609Sfvdlfile dev/ic/aic79xx.c ahd 4041.609Sfvdlfile dev/ic/aic79xx_osm.c ahd 4051.318Sad 4061.318Sad# DPT EATA SCSI controllers 4071.473Slukem# 4081.318Saddevice dpt: scsi 4091.318Sadfile dev/ic/dpt.c dpt 4101.355Sad 4111.355Sad# Compaq Smart ARRAY controllers 4121.473Slukem# 4131.355Saddevice cac {unit = -1} 4141.355Sadfile dev/ic/cac.c cac 4151.355Sad 4161.404Sadattach ld at cac with ld_cac 4171.404Sadfile dev/ic/ld_cac.c ld_cac 4181.419Sad 4191.764She# HP/Compaq Command Interface for SCSI-3 Support 4201.764She# 4211.764Shedevice ciss: scsi 4221.764Shefile dev/ic/ciss.c ciss 4231.764She 4241.419Sad# Mylex DAC960 RAID controllers 4251.473Slukem# 4261.419Saddevice mlx {unit = -1} 4271.419Sadfile dev/ic/mlx.c mlx needs-flag 4281.419Sad 4291.419Sadattach ld at mlx with ld_mlx 4301.419Sadfile dev/ic/ld_mlx.c ld_mlx 4311.521Sad 4321.521Sad# ICP-Vortex/Intel RAID controllers 4331.521Sad# 4341.521Saddevice icp {unit = -1} 4351.521Sadfile dev/ic/icp.c icp needs-flag 4361.611Sthorpejfile dev/ic/icp_ioctl.c icp 4371.521Sad 4381.521Sadattach ld at icp with ld_icp 4391.521Sadfile dev/ic/ld_icp.c ld_icp 4401.521Sad 4411.521Saddevice icpsp: scsi 4421.521Sadfile dev/ic/icpsp.c icpsp 4431.521Sadattach icpsp at icp 4441.523Sad 4451.523Sad# Adaptec FSA RAID controllers 4461.523Sad# 4471.523Saddevice aac {unit = -1} 4481.523Sadfile dev/ic/aac.c aac 4491.523Sad 4501.523Sadattach ld at aac with ld_aac 4511.523Sadfile dev/ic/ld_aac.c ld_aac 4521.238Sdante 4531.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers 4541.473Slukem# 4551.238Sdantedevice adv: scsi 4561.238Sdantefile dev/ic/adv.c adv 4571.428Sthorpejfile dev/ic/advlib.c adv 4581.428Sthorpejfile dev/ic/advmcode.c adv 4591.248Sdante 4601.248Sdante# AdvanSys ULTRA WIDE SCSI controllers 4611.473Slukem# 4621.248Sdantedevice adw: scsi 4631.248Sdantefile dev/ic/adw.c adw 4641.194Sjonathan 4651.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers 4661.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha. 4671.130Sjonathan# Probing AHA first configures bhas as aha, via their AHA 4681.130Sjonathan# hardware-compatibility mode.) 4691.473Slukem# 4701.173Sthorpejdevice bha: scsi 4711.142Senamifile dev/ic/bha.c bha 4721.130Sjonathan 4731.113Smycroft# Adaptec AHA-154x and AHA-164x controllers 4741.130Sjonathan# (must be after bha, see above) 4751.473Slukem# 4761.173Sthorpejdevice aha: scsi 4771.142Senamifile dev/ic/aha.c aha 4781.445Stsutsui 4791.445Stsutsui# Initio INIC-940/950 SCSI controllers 4801.473Slukem# 4811.445Stsutsuidevice iha: scsi 4821.445Stsutsuifile dev/ic/iha.c iha 4831.118Scgd 4841.118Scgd# Qlogic ISP 10x0 SCSI Controllers 4851.473Slukem# 4861.474Slukemdefflag opt_isp.h ISP_DISABLE_1020_SUPPORT 4871.474Slukem ISP_DISABLE_1080_SUPPORT 4881.474Slukem ISP_DISABLE_2100_SUPPORT 4891.474Slukem ISP_DISABLE_2200_SUPPORT 4901.846Smjacob ISP_DISABLE_2300_SUPPORT 4911.846Smjacob ISP_DISABLE_2400_SUPPORT 4921.846Smjacob ISP_DISABLE_FW 4931.846Smjacob ISP_TARGET_MODE 4941.496Smjacob ISP_FW_CRASH_DUMP 4951.474Slukemdefparam opt_isp.h ISP_LOGDEFAULT 4961.173Sthorpejdevice isp: scsi 4971.142Senamifile dev/ic/isp.c isp 4981.846Smjacobfile dev/ic/isp_library.c isp 4991.223Smjacobfile dev/ic/isp_netbsd.c isp 5001.711Sdrochnerfile dev/ic/isp_target.c isp & isp_target_mode 5011.821Sbouyer# LSILogic MegaRAID SAS 5021.821Sbouyer# 5031.821Sbouyerdevice mfi: scsi 5041.821Sbouyerfile dev/ic/mfi.c mfi 5051.821Sbouyer 5061.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers 5071.528Smatt# 5081.608Sthorpejdevice mpt: scsi 5091.608Sthorpejfile dev/ic/mpt.c mpt 5101.608Sthorpejfile dev/ic/mpt_debug.c mpt 5111.608Sthorpejfile dev/ic/mpt_netbsd.c mpt 5121.605Stsutsui 5131.682Sitohy# Workbit NinjaSCSI-32 controllers 5141.682Sitohydevice njs: scsi 5151.682Sitohyfile dev/ic/ninjascsi32.c njs 5161.682Sitohy 5171.605Stsutsui# Symbios/NCR 53c700 SCSI controllers 5181.605Stsutsuidevice oosiop: scsi 5191.605Stsutsuifile dev/ic/oosiop.c oosiop 5201.436Stsutsui 5211.436Stsutsui# Symbios/NCR 53c710 SCSI controllers 5221.473Slukem# 5231.436Stsutsuidevice osiop: scsi 5241.436Stsutsuifile dev/ic/osiop.c osiop 5251.364Sbouyer 5261.368Sbouyer# common stuff for siop and esiop 5271.473Slukem# 5281.426Slukemdefine siop_common 5291.426Slukemfile dev/ic/siop_common.c siop_common 5301.368Sbouyer 5311.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers 5321.473Slukem# 5331.426Slukemdevice siop: scsi,siop_common 5341.426Slukemfile dev/ic/siop.c siop 5351.517Sbouyerdefflag opt_siop.h SIOP_SYMLED 5361.518Sbouyer 5371.518Sbouyerdevice esiop: scsi,siop_common 5381.518Sbouyerfile dev/ic/esiop.c esiop 5391.94Smycroft 5401.94Smycroft# UltraStor SCSI controllers 5411.473Slukem# 5421.173Sthorpejdevice uha: scsi 5431.142Senamifile dev/ic/uha.c uha 5441.409Sonoe 5451.878Sgarbled# 3Com common probe code 5461.878Sgarbleddefine elink 5471.878Sgarbledfile dev/isa/elink.c elink 5481.878Sgarbled 5491.409Sonoe# Aironet PC4500/PC4800 5501.473Slukem# 5511.653Stsarnadevice an: arp, wlan, ifnet 5521.409Sonoefile dev/ic/an.c an 5531.86Smycroft 5541.376Sonoe# AMD 79c930-based 802.11 cards 5551.473Slukem# 5561.376Sonoedevice awi: arp, wlan, ifnet 5571.376Sonoefile dev/ic/awi.c awi 5581.376Sonoefile dev/ic/am79c930.c awi 5591.438Sichiro 5601.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11) 5611.473Slukem# 5621.656Sjunyoungdevice wi: arp, wlan, ifnet 5631.438Sichirofile dev/ic/wi.c wi 5641.617Sdyoung 5651.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11 5661.641Sdyoung# 5671.767Sgdamoredefflag opt_athhal.h ATHHAL_ASSERT ATHHAL_DEBUG ATHHAL_DEBUG_ALQ 5681.656Sjunyoungdevice ath: arp, wlan, ifnet 5691.641Sdyoungfile dev/ic/ath.c ath 5701.719Sdyoungfile dev/ic/ath_netbsd.c ath 5711.738Sdyoungfile dev/ic/athrate-sample.c ath 5721.765Sgdamorefile contrib/dev/ath/netbsd/ah_osdep.c ath 5731.766Sgdamoreobject /athhal.o ath 5741.641Sdyoung 5751.617Sdyoung# ADMtek ADM8211 802.11 5761.617Sdyoung# 5771.656Sjunyoungdevice atw: arp, wlan, ifnet, smc93cx6 5781.617Sdyoungfile dev/ic/atw.c atw 5791.376Sonoe 5801.687Sdyoung# Realtek RTL8180 802.11 5811.687Sdyoung# 5821.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6 5831.687Sdyoungfile dev/ic/rtw.c rtw 5841.687Sdyoungfile dev/ic/rtwphy.c rtw 5851.687Sdyoungfile dev/ic/rtwphyio.c rtw 5861.687Sdyoung 5871.780Srpaulo# Ralink RT2500/RT2600 802.11 5881.779Smartindevice ral: arp, ether, ifnet, wlan, firmload 5891.778Sdogcowfile dev/ic/rt2560.c ral 5901.778Sdogcowfile dev/ic/rt2661.c ral 5911.722Sdrochner 5921.83Sthorpej# 3Com Etherlink-III Ethernet controller 5931.473Slukem# 5941.333Sthorpejdevice ep: arp, ether, ifnet, mii, mii_bitbang 5951.142Senamifile dev/ic/elink3.c ep 5961.253Sfvdl 5971.253Sfvdl# 3Com EtherLink XL Controller 5981.473Slukem# 5991.331Sthorpejdevice ex: arp, ether, ifnet, mii, mii_bitbang 6001.253Sfvdlfile dev/ic/elinkxl.c ex 6011.131Smatt 6021.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers 6031.473Slukem# 6041.173Sthorpejdevice lc: arp, ether, ifnet 6051.142Senamifile dev/ic/lemac.c lc 6061.84Smycroft 6071.84Smycroft# LANCE and PCnet Ethernet controllers 6081.473Slukem# 6091.173Sthorpejdevice le: arp, ether, ifnet 6101.426Slukemdefine le24 6111.426Slukemdefine le32 6121.227Sexplorerfile dev/ic/am7990.c le24 6131.225Sdrochnerfile dev/ic/am79900.c le32 6141.225Sdrochnerfile dev/ic/lance.c le24 | le32 6151.383Sthorpej 6161.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers 6171.473Slukem# 6181.383Sthorpejdevice depca { }: le24 6191.383Sthorpejfile dev/ic/depca.c depca 6201.383Sthorpejattach le at depca with le_depca 6211.122Sscottr 6221.290Smrg# Sun HME Ethernet controllers 6231.473Slukem# 6241.293Spkdevice hme: arp, ether, ifnet, mii 6251.293Spkfile dev/ic/hme.c hme 6261.461Seeh 6271.461Seeh# Sun GEM Ethernet controllers 6281.473Slukem# 6291.461Seehdevice gem: arp, ether, ifnet, mii 6301.461Seehfile dev/ic/gem.c gem 6311.290Smrg 6321.122Sscottr# 8390-family Ethernet controllers 6331.473Slukem# 6341.569Sthorpejdefflag opt_ipkdb.h IPKDB_DP8390 6351.122Sscottrdefine dp8390nic 6361.569Sthorpejfile dev/ic/dp8390.c dp8390nic | ipkdb_dp8390 6371.485Sbjh21 6381.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support 6391.485Sbjh21# 6401.485Sbjh21define dp83905 6411.485Sbjh21file dev/ic/dp83905.c dp83905 6421.484Sbjh21 6431.484Sbjh21# Macronix MX98905 Ethernet controller 6441.484Sbjh21# (use as an attribute for an "ne" bus attachment) 6451.484Sbjh21# 6461.484Sbjh21define mx98905 6471.484Sbjh21file dev/ic/mx98905.c mx98905 6481.77Scgd 6491.282Sbad# TROPIC Token-Ring controller 6501.473Slukem# 6511.282Sbaddevice tr: arp, token, ifnet 6521.282Sbadfile dev/ic/tropic.c tr 6531.282Sbad 6541.91Scgd# NCR 5380 SCSI Bus Controller 6551.473Slukem# 6561.91Scgddefine ncr5380sbc 6571.142Senamifile dev/ic/ncr5380sbc.c ncr5380sbc 6581.356Spkdevice nca: scsi, ncr5380sbc 6591.91Scgd 6601.434Sfredette# Sun sc PAL SCSI Bus Controller 6611.473Slukem# 6621.434Sfredettedefine sunscpal 6631.434Sfredettefile dev/ic/sunscpal.c sunscpal 6641.434Sfredettedevice ssc: scsi, sunscpal 6651.434Sfredette 6661.91Scgd# DEC FDDI Chipset 6671.473Slukem# 6681.91Scgddefine pdq 6691.142Senamifile dev/ic/pdq.c pdq 6701.142Senamifile dev/ic/pdq_ifsubr.c pdq 6711.98Schristos 6721.474Slukem# Cyclades Cyclom-8/16/32 6731.473Slukem# 6741.173Sthorpejdevice cy: tty 6751.142Senamifile dev/ic/cy.c cy needs-flag 6761.103Sthorpej 6771.103Sthorpej# Efficient Networks, Inc. ATM interface 6781.473Slukem# 6791.173Sthorpejdevice en: atm, ifnet 6801.142Senamifile dev/ic/midway.c en 6811.117Sthorpej 6821.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller 6831.473Slukem# 6841.117Sthorpejdefine ncr53c9x 6851.359Smycroftdevice esp: scsi, ncr53c9x 6861.142Senamifile dev/ic/ncr53c9x.c ncr53c9x 6871.227Sexplorer 6881.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller 6891.679Smycroftdevice spc: scsi 6901.679Smycroftfile dev/ic/mb89352.c spc 6911.679Smycroft 6921.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller 6931.796Sbjh21define wd33c93 6941.796Sbjh21file dev/ic/wd33c93.c wd33c93 6951.796Sbjh21 6961.590Ssoren# Hitachi HD44780 LCD panel controller 6971.590Ssorendefine hd44780 6981.590Ssorenfile dev/ic/hd44780_subr.c hd44780 6991.590Ssorenfile dev/ic/lcdkp_subr.c hd44780 7001.590Ssoren 7011.710Sjoff# Matrix keypad 7021.710Sjoffdefine matrixkp 7031.710Sjofffile dev/ic/matrixkp_subr.c matrixkp 7041.710Sjoff 7051.227Sexplorer# Hitachi HD64570 serial controller 7061.473Slukem# 7071.359Smycroftdefine hd64570 7081.227Sexplorerfile dev/ic/hd64570.c hd64570 7091.339Schopps 7101.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller 7111.473Slukem# 7121.339Schoppsdevice ntwoc: ifnet, hd64570 7131.128Spk 7141.128Spk# Intel 82586 Ethernet Controller 7151.473Slukem# 7161.128Spkdefine i82586 7171.142Senamifile dev/ic/i82586.c i82586 7181.291Sthorpej 7191.658Sjkunz# Intel 82596 Ethernet Controller 7201.658Sjkunz# 7211.658Sjkunzdefine i82596 7221.658Sjkunzfile dev/ic/i82596.c i82596 7231.658Sjkunz 7241.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller 7251.473Slukem# 7261.291Sthorpejdevice fxp: ether, ifnet, arp, mii 7271.291Sthorpejfile dev/ic/i82557.c fxp 7281.389Sbjh21 7291.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller 7301.473Slukem# 7311.389Sbjh21define seeq8005 7321.389Sbjh21file dev/ic/seeq8005.c seeq8005 7331.137Sthorpej 7341.137Sthorpej# SMC 91Cxx Ethernet Controller 7351.473Slukem# 7361.379Sbriggsdevice sm: arp, ether, ifnet, mii, mii_bitbang 7371.142Senamifile dev/ic/smc91cxx.c sm 7381.188Sthorpej 7391.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller 7401.473Slukem# 7411.230Sthorpejdevice epic: arp, ether, ifnet, mii 7421.188Sthorpejfile dev/ic/smc83c170.c epic 7431.309Sragge 7441.309Sragge# DEC SGEC Second Generation Ethernet Controller 7451.473Slukem# 7461.309Sraggedefine sgec 7471.309Sraggefile dev/ic/sgec.c sgec 7481.177Senami 7491.715Sjdolecek# MB86950 Ethernet Controller 7501.715Sjdolecek# 7511.715Sjdolecekdefine mb86950 7521.715Sjdolecekfile dev/ic/mb86950.c mb86950 7531.715Sjdolecek 7541.177Senami# MB8696x Ethernet Controller 7551.473Slukem# 7561.177Senamidefine mb86960 7571.177Senamifile dev/ic/mb86960.c mb86960 7581.177Senami 7591.177Senami# Generic MB8696x Ethernet Controller driver 7601.473Slukem# 7611.177Senamidevice mbe: arp, ether, ifnet, mb86960 7621.146Saugustss 7631.146Saugustss# Interwave Am78C201 audio driver 7641.473Slukem# 7651.146Saugustssdefine interwave 7661.146Saugustssfile dev/ic/interwave.c interwave 7671.154Sis 7681.154Sis# TMS 320av110 MPEG2/audio driver 7691.473Slukem# 7701.154Sisdefine tms320av110 7711.154Sisfile dev/ic/tms320av110.c tms320av110 7721.152Sthorpej 7731.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the 7741.152Sthorpej# National Semiconductor DS8390. 7751.473Slukem# 7761.474Slukemdefflag opt_ipkdb.h IPKDB_NE : IPKDB_DP8390 7771.423Sthorpejdevice ne: ether, ifnet, arp, dp8390nic, mii 7781.569Sthorpejfile dev/ic/ne2000.c ne | ipkdb_ne 7791.153Sthorpej 7801.153Sthorpej# 8250/16[45]50-based "com" ports 7811.668Sthorpej# 7821.749Schsdefflag opt_com.h COM_DEBUG 7831.153Sthorpej# XXX In a perfect world, this would be done with attributes 7841.788Sgdamoredefflag opt_com.h COM_16650 COM_HAYESP COM_PXA2X0 COM_AU1X00 7851.788Sgdamore COM_REGMAP 7861.392Seehdevice com { } : tty 7871.426Slukemfile dev/ic/com.c com needs-flag 7881.336Sthorpej 7891.336Sthorpej# PC-like keyboard controller 7901.473Slukem# 7911.659Sbjh21device pckbc: pckbport 7921.660Sbjh21file dev/ic/pckbc.c pckbc needs-flag 7931.274Sscw 7941.714Scubedevice attimer 7951.714Scubefile dev/ic/attimer.c attimer needs-flag 7961.714Scube 7971.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller 7981.473Slukem# 7991.274Sscwdevice clmpcc: tty 8001.426Slukemfile dev/ic/clmpcc.c clmpcc needs-flag 8011.385Sbjh21 8021.351Sgroo# National Semiconductor LM7[89] 8031.473Slukem# 8041.426Slukemdevice lm: sysmon_envsys 8051.426Slukemfile dev/ic/nslm7x.c lm needs-flag 8061.164Scgd 8071.843Sxtraeme# Abit uGuru 8081.843Sxtraeme# 8091.843Sxtraemedevice ug: sysmon_envsys 8101.843Sxtraemefile dev/ic/ug.c ug needs-flag 8111.843Sxtraeme 8121.185Skml# Essential Communications Corp. HIPPI Interface 8131.473Slukem# 8141.426Slukemdevice esh: hippi, ifnet 8151.426Slukemfile dev/ic/rrunner.c esh needs-flag 8161.242Sis 8171.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver 8181.473Slukem# 8191.874Scubedevice bah: ifnet, arcnet, arp 8201.426Slukemfile dev/ic/smc90cx6.c bah 8211.234Saugustss 8221.234Saugustss# OPL2/OPL3 FM synth driver 8231.473Slukem# 8241.235Saugustssdevice opl: midibus, midisyn 8251.234Saugustssfile dev/ic/opl.c opl 8261.234Saugustssfile dev/ic/oplinstrs.c opl 8271.305Saugustss 8281.305Saugustss# MPU401 MIDI UART compatibles 8291.473Slukem# 8301.305Saugustssdevice mpu: midibus 8311.426Slukemfile dev/ic/mpu.c mpu needs-flag 8321.236Spk 8331.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers 8341.473Slukem# 8351.236Spkdefine ad1848 8361.236Spkfile dev/ic/ad1848.c ad1848 8371.290Smrg 8381.290Smrg# AMD 7930 audio/ISDN codec 8391.473Slukem# 8401.366Saugustssdefine am7930 8411.366Saugustssfile dev/ic/am7930.c am7930 8421.290Smrg 8431.290Smrg# SPARC `SUNW,audiocs' 8441.473Slukem# 8451.519Saugustssdevice audiocs: audiobus, auconv, ad1848 8461.290Smrgfile dev/ic/cs4231.c audiocs 8471.326Saugustss 8481.326Saugustss# AC-97 CODECs 8491.473Slukem# 8501.326Saugustssdefine ac97 8511.326Saugustssfile dev/ic/ac97.c ac97 8521.437Sminoura 8531.437Sminoura# Oki MSM6258 support code 8541.473Slukem# 8551.437Sminouradefine msm6258 8561.437Sminourafile dev/ic/msm6258.c msm6258 8571.240Spk 8581.240Spk# LSI64854 DMA controller back-end 8591.473Slukem# 8601.240Spkdefine lsi64854 8611.240Spkfile dev/ic/lsi64854.c lsi64854 8621.465Smrg 8631.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end 8641.473Slukem# 8651.465Smrgdefine cd18xx 8661.465Smrgfile dev/ic/cd18xx.c cd18xx 8671.240Spk 8681.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines 8691.473Slukem# 8701.252Sthorpejdefine rtl80x9 8711.252Sthorpejfile dev/ic/rtl80x9.c rtl80x9 8721.360Shaya 8731.654Swiz# Realtek 8129/8139 Ethernet controllers 8741.473Slukem# 8751.362Shayadevice rtk: ether, ifnet, arp, mii 8761.675Ssekiyafile dev/ic/rtl81x9.c rtk | re 8771.185Skml 8781.673Stoshii# Realtek 8169 Ethernet controllers 8791.673Stoshii# 8801.673Stoshiidevice re: ether, ifnet, arp, mii 8811.709Syamtfile dev/ic/rtl8169.c re 8821.673Stoshii 8831.258Spk# Common code for ESDI/IDE/etc. controllers 8841.473Slukem# 8851.680Sthorpejdefine wdc_common 8861.809Sitohydefine ata_dma 8871.809Sitohydefine ata_udma 8881.809Sitohydefine ata_piobm 8891.680Sthorpejdevice wdc: ata, wdc_common 8901.637Sbouyer 8911.835Sdyoungdefflag opt_ata.h ATADEBUG 8921.835Sdyoung 8931.656Sjunyoungdevice atabus: atapi,ata_hl 8941.656Sjunyoungattach atabus at ata 8951.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h. 8961.809Sitohyfile dev/ic/wdc.c (ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common needs-flag 8971.386Sbjh21 8981.810Sitohy# Workbit NinjaATA-32 IDE controllers 8991.810Sitohydevice njata: ata, ata_piobm, wdc_common 9001.810Sitohyfile dev/ic/ninjaata32.c njata 9011.810Sitohy 9021.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller 9031.473Slukem# 9041.386Sbjh21device upc { [offset = -1] } 9051.386Sbjh21attach wdc at upc with wdc_upc 9061.386Sbjh21attach com at upc with com_upc 9071.651Sjdolecekattach lpt at upc with lpt_upc 9081.426Slukemfile dev/ic/upc.c upc 9091.426Slukemfile dev/ic/wdc_upc.c wdc_upc 9101.426Slukemfile dev/ic/com_upc.c com_upc 9111.651Sjdolecekfile dev/ic/lpt_upc.c lpt_upc 9121.327Smatt 9131.844Sbouyer# AHCI-compatible SATA controllers 9141.844Sbouyerdefine ahcisata_core 9151.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core 9161.844Sbouyerdevice ahcisata: ata, ata_dma, ata_udma, sata, ahcisata_core 9171.844Sbouyer 9181.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones. 9191.473Slukem# 9201.333Sthorpejdevice tlp: arp, ether, ifnet, mii, mii_bitbang 9211.314Sthorpejfile dev/ic/tulip.c tlp 9221.322Sthorpej 9231.322Sthorpej# Adaptec AIC-6915 Ethernet interface 9241.473Slukem# 9251.322Sthorpejdevice sf: arp, ether, ifnet, mii 9261.322Sthorpejfile dev/ic/aic6915.c sf 9271.378Spk 9281.378Spk# Mostek time-of-day clock and NVRAM 9291.473Slukem# 9301.378Spkdefine mk48txx 9311.507Spkfile dev/ic/mk48txx.c mk48txx 9321.378Spk 9331.378Spk# Intersil 7170 time-of-day clock 9341.473Slukem# 9351.378Spkdefine intersil7170 9361.378Spkfile dev/ic/intersil7170.c intersil7170 9371.434Sfredette 9381.434Sfredette# National Semiconductor MM58167 time-of-day clock 9391.473Slukem# 9401.434Sfredettedefine mm58167 9411.434Sfredettefile dev/ic/mm58167.c mm58167 9421.643Stsutsui 9431.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock 9441.643Stsutsui# 9451.643Stsutsuidefine mc146818 9461.643Stsutsuifile dev/ic/mc146818.c mc146818 9471.422Sthorpej 9481.808Suwe# Ricoh RS5C313 time of-day-clock 9491.808Suwe# 9501.808Suwedefine rs5c313 9511.808Suwefile dev/ic/rs5c313.c rs5c313 9521.808Suwe 9531.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines 9541.473Slukem# 9551.422Sthorpejdefine dl10019 9561.422Sthorpejfile dev/ic/dl10019.c dl10019 9571.453Senami 9581.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines 9591.473Slukem# 9601.453Senamidefine ax88190 9611.453Senamifile dev/ic/ax88190.c ax88190 9621.429Sjdolecek 9631.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ 9641.473Slukem# 9651.429Sjdolecekdevice we: ether, ifnet, arp, dp8390nic 9661.429Sjdolecekfile dev/ic/we.c we 9671.432Sjdolecek 9681.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers 9691.473Slukem# 9701.432Sjdolecekdevice ate: arp, ether, ifnet, mb86960 9711.557Stsutsui 9721.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers 9731.557Stsutsui# 9741.557Stsutsuidevice fmv: arp, ether, ifnet, mb86960 9751.557Stsutsuifile dev/ic/fmv.c fmv 9761.471Syamt 9771.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet 9781.473Slukem# 9791.471Syamtdevice cs: arp, ether, ifnet 9801.704Sjoffdevice tscs: arp, ether, ifnet 9811.704Sjofffile dev/ic/cs89x0.c cs | tscs 9821.487Saugustss 9831.487Saugustss# Radio device attributes 9841.487Saugustss# 9851.487Saugustssdefine tea5757 9861.656Sjunyoungfile dev/ic/tea5757.c tea5757 9871.487Saugustssdefine lm700x 9881.656Sjunyoungfile dev/ic/lm700x.c lm700x 9891.179Sdrochner 9901.837Stnn# Philips PCF8584 i2c controller 9911.837Stnndefine pcf8584 9921.837Stnnfile dev/ic/pcf8584.c pcf8584 9931.837Stnn 9941.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI) 9951.784Sdrochner# 9961.784Sdrochnerdefine acpipmtimer 9971.784Sdrochnerfile dev/ic/acpipmtimer.c acpipmtimer 9981.784Sdrochner 9991.834Snjolydevice hpet 10001.834Snjolyfile dev/ic/hpet.c hpet needs-flag 10011.834Snjoly 10021.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm 10031.836Sdrochnerdefine drm {} 10041.836Sdrochnerinclude dev/drm/files.drm 10051.836Sdrochner 10061.179Sdrochner# Definitions for wscons 10071.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse 10081.473Slukem# 10091.479Saugustssdefine wsdisplaydev {[kbdmux = 1]} 10101.479Saugustssdefine wsemuldisplaydev {[console = -1], [kbdmux = 1]} 10111.479Saugustssdefine wskbddev {[console = -1], [mux = 1]} 10121.479Saugustssdefine wsmousedev {[mux = 0]} 10131.761Smacallandefine vcons 10141.179Sdrochner# attribute to pull in raster support 10151.473Slukem# 10161.179Sdrochnerdefine wsrasteremulops 10171.187Sdrochner# common PC display functions 10181.473Slukem# 10191.474Slukemdefflag opt_pcdisplay.h PCDISPLAY_SOFTCURSOR 10201.426Slukemdefine pcdisplayops 10211.187Sdrochnerfile dev/ic/pcdisplay_subr.c pcdisplayops 10221.207Sdrochnerfile dev/ic/pcdisplay_chars.c pcdisplayops 10231.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or 10241.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe 10251.777Smartin# someday when we might make /dev/fb* support MI) 10261.777Smartindefine fb 10271.179Sdrochner# VGA graphics 10281.473Slukem# 10291.541Sdrochnerdefparam opt_vga.h VGA_CONSOLE_SCREENTYPE 10301.538Sdrochnerdefflag opt_vga.h VGA_CONSOLE_ATI_BROKEN_FONTSEL 10311.572Sjunyoungdefflag opt_vga.h VGA_RASTERCONSOLE 10321.593Stsutsuidefflag opt_vga.h VGA_RESET 10331.876Sjmcneilldevice vga: displaydev, wsemuldisplaydev, pcdisplayops, drm 10341.572Sjunyoungfile dev/ic/vga.c vga & !vga_rasterconsole needs-flag 10351.572Sjunyoungfile dev/ic/vga_raster.c vga_rasterconsole needs-flag 10361.572Sjunyoungfile dev/ic/vga_subr.c vga | vga_rasterconsole 10371.572Sjunyoungfile dev/ic/vga_common.c vga | vga_rasterconsole 10381.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode) 10391.473Slukem# 10401.761Smacallandevice igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons 10411.615Suwefile dev/ic/igsfb.c igsfb needs-flag 10421.551Suwefile dev/ic/igsfb_subr.c igsfb 10431.91Scgd 10441.683Sjkunz# STI (hp graphics) 10451.683Sjkunzdevice sti: wsemuldisplaydev 10461.683Sjkunzfile dev/ic/sti.c sti & (sti_pci | sti_sgc | sti_phantom) 10471.683Sjkunz 10481.77Scgd# Attributes which machine-independent bus support can be attached to. 10491.77Scgd# These should be defined here, because some of these busses can have 10501.77Scgd# devices which provide these attributes, and we'd like to avoid hairy 10511.77Scgd# ordering constraints on inclusion of the busses' "files" files. 10521.473Slukem# 10531.474Slukemdefine isabus { } # ISA attachment 10541.474Slukemdefine eisabus { } # EISA attachment 10551.474Slukemdefine pcibus {[bus = -1]} # PCI attachment 10561.474Slukemdefine tcbus { } # TurboChannel attachment 10571.474Slukemdefine mcabus { } # MicroChannel attachment 10581.474Slukemdefine usbus { } # USB attachment 10591.724Skiyoharadefine fwbus { } # IEEE 1394 attachment 10601.474Slukemdefine vmebus { } # VME bus attachment 10611.474Slukemdefine acpibus { } # ACPI "bus" attachment 10621.259Spkdefine pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment 10631.474Slukemdefine cbbus {[slot = -1]} # CardBus attachment 10641.474Slukemdefine pcmciaslot {[slot = -1]} # PCMCIA slot itself 10651.222Saugustss 10661.222Saugustss# We need the USB bus controllers here so different busses can 10671.222Saugustss# use them in an 'attach-with'. 10681.222Saugustss# UHCI USB controller 10691.473Slukem# 10701.703Sfvdl 10711.703Sfvdldefparam USB_MEM_RESERVE 10721.703Sfvdl 10731.222Saugustssdevice uhci: usbus 10741.426Slukemfile dev/usb/uhci.c uhci needs-flag 10751.222Saugustss 10761.222Saugustss# OHCI USB controller 10771.473Slukem# 10781.222Saugustssdevice ohci: usbus 10791.426Slukemfile dev/usb/ohci.c ohci needs-flag 10801.412Saugustss 10811.412Saugustss# EHCI USB controller 10821.473Slukem# 10831.412Saugustssdevice ehci: usbus 10841.426Slukemfile dev/usb/ehci.c ehci needs-flag 10851.545Sisaki 10861.545Sisaki# SL811HS/T USB controller 10871.859Skiyoharadefflag opt_slhci.h SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER 10881.545Sisakidevice slhci: usbus 10891.545Sisakifile dev/ic/sl811hs.c slhci needs-flag 10901.579Smartin 10911.863Splunky# USB HID processing (as used by bluetooth and usb code) 10921.863Splunkydefine hid 10931.863Splunkyfile dev/usb/hid.c hid 10941.863Splunky 10951.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller 10961.579Smartindevice mtd: arp, ether, ifnet, mii 10971.579Smartinfile dev/ic/mtd803.c mtd 10981.369Smatt 10991.487Saugustss# radio devices, attaches to radio hardware driver 11001.487Saugustssdevice radio 11011.489Sdrochnerattach radio at radiodev 11021.498Sjmc 11031.402Smatt# IEEE 1394 controllers 11041.402Smatt# (These need to be here since it will have both PCI and CardBus attachments) 11051.473Slukem# 11061.369Smattdevice fwohci: fwbus 11071.520Saugustss 11081.520Saugustss# Sony Programmable I/O Controller 11091.520Saugustssdevice spic: wsmousedev 11101.520Saugustssfile dev/ic/spic.c spic 11111.529Saugustss 11121.529Saugustss# IBM CPC700 PowerPC bridge 11131.529Saugustssdefine cpcbus { addr, [irq=-1] } 11141.529Saugustssdevice cpc: cpcbus, pcibus 11151.529Saugustssfile dev/ic/cpc700.c cpc 11161.529Saugustss 11171.529Saugustssattach com at cpcbus with com_cpcbus 11181.529Saugustssfile dev/ic/com_cpcbus.c com_cpcbus 11191.529Saugustss 11201.529Saugustssdevice cpctim 11211.529Saugustssattach cpctim at cpcbus 11221.529Saugustssfile dev/ic/timer_cpcbus.c cpctim 11231.529Saugustss 11241.530Saugustssdevice cpciic 11251.530Saugustssattach cpciic at cpcbus with iic_cpcbus 11261.529Saugustssfile dev/ic/iic_cpcbus.c iic_cpcbus 11271.529Saugustss 11281.60Scgd 11291.414Sthorpej# Attribute used by various things that need BPF's virtual machine 11301.473Slukem# 11311.414Sthorpejdefine bpf_filter 11321.532Swrstudendefparam opt_bpf.h BPF_BUFSIZE 11331.414Sthorpej 11341.415Smartin# Attributes used by the ISDN subsystem 11351.473Slukem# 11361.502Smartindefine isdndev # the ISDN subsystem 11371.458Senamidefine passive_isdn # files needed by passive cards (XXX - protocol 11381.458Senami # specific) 11391.634Spookadefine isdncapi # ISDN CAPI (http://www.capi.org/) 11401.415Smartin 11411.575Sleo# The isac found on the Fritz V2.0 Card. 11421.575Sleodefine nisacsx 11431.575Sleofile dev/ic/isacsx.c nisacsx needs-flag 11441.575Sleo 11451.575Sleo# The 'standard' isac 11461.575Sleodefine nisac 11471.575Sleofile dev/ic/isac.c nisac needs-flag 11481.575Sleo 11491.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes) 11501.473Slukem# 11511.575Sleodevice isic: isdndev, passive_isdn, nisac 11521.415Smartin 11531.426Slukemfile dev/ic/isic.c isic 11541.575Sleofile dev/ic/isic_l1.c isic|ifpci|ifritz 11551.575Sleofile dev/ic/isic_l1fsm.c isic|ifpci|ifritz 11561.426Slukemfile dev/ic/hscx.c isic 11571.426Slukemfile dev/ic/isic_bchan.c isic 11581.415Smartin 11591.415Smartin# (old) Diehl active ISDN cards 11601.473Slukem# 11611.823Scube#device daic: isdndev 11621.823Scube#file dev/ic/daic.c daic 11631.415Smartin 11641.634Spooka# AWM B1/T1 11651.634Spooka# XXX: passive_isdn 11661.634Spookadevice iavc: isdndev, isdncapi, passive_isdn 11671.634Spookafile dev/ic/iavc.c iavc 11681.634Spooka 11691.60Scgd# legitimate pseudo-devices 11701.473Slukem# 11711.755Scubedefpseudo vnd { }: disk 11721.726Shubertfdefflag opt_vnd.h VND_COMPRESSION 11731.474Slukemdefpseudo ccd: disk 11741.570Sthorpejdefpseudo cgd: disk, des, blowfish, cast128, rijndael 11751.763Scubedefpseudo md { }: disk 11761.647Shannkendefpseudo fss: disk 11771.298Sthorpej 11781.474Slukemdefpseudo pty: tty 11791.298Sthorpejdefpseudo rnd 11801.610Sraggedefpseudo ksyms 11811.642Scdidefpseudo nullcons 11821.807Saddefpseudo lockstat 11831.839Sbouyerdefpseudo bio: sysmon_envsys 11841.298Sthorpej 11851.474Slukemdefpseudo loop: ifnet 11861.474Slukemdefpseudo sl: ifnet 11871.474Slukemdefpseudo ppp: ifnet, bpf_filter 11881.474Slukemdefpseudo pppoe: ifnet, ether, sppp 11891.474Slukemdefpseudo sppp: ifnet 11901.474Slukemdefpseudo tun: ifnet 11911.474Slukemdefpseudo vlan: ifnet, ether 11921.474Slukemdefpseudo bridge: ifnet, ether 11931.474Slukemdefpseudo bpfilter: ifnet, bpf_filter 11941.474Slukemdefpseudo strip: ifnet 11951.474Slukemdefpseudo gre: ifnet 11961.474Slukemdefpseudo gif: ifnet 11971.474Slukemdefpseudo faith: ifnet 11981.826Smousedefpseudo srt: ifnet 11991.474Slukemdefpseudo stf: ifnet 12001.752Scubedefpseudo tap { }: ifnet, ether, arp, bpf_filter 12011.775Sliamjfoydefpseudo carp: ifnet, ether, arp, bpf_filter 12021.818Srpaulodefpseudo etherip { }: ifnet, ether, arp, bpf_filter 12031.60Scgd 12041.298Sthorpejdefpseudo sequencer 12051.462Smanudefpseudo clockctl 12061.504Smanudefpseudo irix_kmem 12071.522Smanudefpseudo irix_usema 12081.228Saugustss 12091.415Smartin# ISDN userland pseudo devices 12101.473Slukem# 12111.502Smartindefpseudo isdntrc: isdndev, tty 12121.502Smartindefpseudo isdnbchan: isdndev, tty 12131.502Smartindefpseudo isdntel: isdndev, tty 12141.502Smartindefpseudo isdnctl: isdndev, tty 12151.502Smartindefpseudo isdn: isdndev, tty 12161.502Smartin 12171.502Smartin# ISDN network interfaces 12181.502Smartindefpseudo irip: isdndev, ifnet 12191.607Sdrochnerdefflag opt_irip.h IRIP_VJ 12201.502Smartindefpseudo ippp: isdndev, sppp, ifnet 12211.539Sthorpej 12221.539Sthorpej# KTTCP network throughput testing pseudo-device 12231.539Sthorpejdefpseudo kttcp 12241.539Sthorpejfile dev/kttcp.c kttcp needs-flag 12251.576Sblymn 12261.790Selad# Veriexec 12271.717Sblymndefpseudo veriexec 12281.790Seladfile kern/kern_verifiedexec.c veriexec 12291.792Seladfile dev/verified_exec.c veriexec needs-flag 12301.415Smartin 12311.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire 12321.582Shayadefpseudo fwiso: ieee1394 12331.582Shaya 12341.681Sdrochner# driver attach / detach user interface 12351.681Sdrochnerdefpseudo drvctl 12361.681Sdrochnerfile kern/kern_drvctl.c drvctl 12371.681Sdrochner 12381.857Sad# cpu control 12391.857Saddefpseudo cpuctl 12401.857Sad 12411.870Spooka# pass-to-userspace transporter 12421.870Spookadefpseudo putter 12431.873Spookafile dev/putter/putter.c putter 12441.870Spooka 12451.875Spooka# userspace block/char device drivers 12461.875Spookadefpseudo pud 12471.875Spookafile dev/pud/pud.c pud 12481.875Spookafile dev/pud/pud_dev.c pud 12491.875Spooka 12501.516Sthorpej# 12511.516Sthorpej# File systems 12521.516Sthorpej# 12531.696Sjdolecekinclude "coda/files.coda" 12541.583Sjdolecekinclude "fs/adosfs/files.adosfs" 12551.696Sjdolecekinclude "fs/cd9660/files.cd9660" 12561.848Srumbleinclude "fs/efs/files.efs" 12571.584Sjdolecekinclude "fs/filecorefs/files.filecorefs" 12581.833Sdilloinclude "fs/hfs/files.hfs" 12591.696Sjdolecekinclude "fs/msdosfs/files.msdosfs" 12601.696Sjdolecekinclude "fs/ntfs/files.ntfs" 12611.696Sjdolecekinclude "fs/ptyfs/files.ptyfs" 12621.815Spookainclude "fs/puffs/files.puffs" 12631.756Sreinoudinclude "fs/udf/files.udf" 12641.516Sthorpejinclude "fs/smbfs/files.smbfs" 12651.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs" 12661.730Sjmmvinclude "fs/tmpfs/files.tmpfs" 12671.696Sjdolecekinclude "fs/union/files.union" 12681.516Sthorpejinclude "miscfs/fdesc/files.fdesc" 12691.516Sthorpejinclude "miscfs/kernfs/files.kernfs" 12701.516Sthorpejinclude "miscfs/nullfs/files.nullfs" 12711.516Sthorpejinclude "miscfs/overlay/files.overlay" 12721.516Sthorpejinclude "miscfs/portal/files.portal" 12731.516Sthorpejinclude "miscfs/procfs/files.procfs" 12741.516Sthorpejinclude "miscfs/umapfs/files.umapfs" 12751.516Sthorpejinclude "nfs/files.nfs" 12761.516Sthorpejinclude "ufs/files.ufs" 12771.516Sthorpej 12781.516Sthorpej# 12791.744Sthorpej# UVM (virtual memory) 12801.744Sthorpej# 12811.744Sthorpejinclude "uvm/files.uvm" 12821.744Sthorpej 12831.744Sthorpej# 12841.811Selad# Security models 12851.811Selad# 12861.811Seladinclude "secmodel/files.secmodel" 12871.811Selad 12881.811Selad# 12891.60Scgd# kernel sources 12901.473Slukem# 12911.706Skentfile dev/auconv.c auconv | mulaw 12921.426Slukemfile dev/audio.c audio | midi | midibus needs-flag 12931.650Sbjh21file dev/audiobell.c audiobell 12941.697Skentfile dev/aurateconv.c aurateconv needs-flag 12951.839Sbouyerfile dev/bio.c bio needs-flag 12961.426Slukemfile dev/ccd.c ccd needs-flag 12971.555Selricfile dev/cgd.c cgd needs-flag 12981.555Selricfile dev/cgd_crypto.c cgd 12991.623Sthorpejfile dev/clock_subr.c 13001.491Slukemfile dev/clockctl.c clockctl needs-flag 13011.797Schristosfile dev/dksubr.c cgd | xbd | ccd | raid 13021.689Sthorpejfile dev/dkwedge/dk.c 13031.691Sthorpejfile dev/dkwedge/dkwedge_bsdlabel.c dkwedge_method_bsdlabel 13041.689Sthorpejfile dev/dkwedge/dkwedge_gpt.c dkwedge_method_gpt 13051.693Sthorpejfile dev/dkwedge/dkwedge_mbr.c dkwedge_method_mbr 13061.754Sthorpejfile dev/firmload.c firmload 13071.647Shannkenfile dev/fss.c fss needs-count 13081.807Sadfile dev/lockstat.c lockstat needs-flag 13091.426Slukemfile dev/md.c md needs-count 13101.426Slukemfile dev/midi.c midi | midibus needs-flag 13111.785Schapfile dev/midictl.c midisyn 13121.426Slukemfile dev/midisyn.c midisyn 13131.497Schristosfile dev/mm.c 13141.697Skentfile dev/mulaw.c mulaw needs-flag 13151.642Scdifile dev/nullcons_subr.c nullcons needs-flag 13161.487Saugustssfile dev/radio.c radio needs-flag 13171.426Slukemfile dev/rnd.c rnd needs-flag 13181.426Slukemfile dev/rndpool.c rnd needs-flag 13191.426Slukemfile dev/sequencer.c sequencer needs-flag 13201.426Slukemfile dev/vnd.c vnd needs-flag 13211.733Syamtfile kern/bufq_disksort.c bufq_disksort 13221.733Syamtfile kern/bufq_fcfs.c bufq_fcfs 13231.698Syamtfile kern/bufq_priocscan.c bufq_priocscan 13241.698Syamtfile kern/bufq_readprio.c bufq_readprio | new_bufq_strategy 13251.799Smattfile kern/core_elf32.c coredump & exec_elf32 13261.799Smattfile kern/core_elf64.c coredump & exec_elf64 13271.799Smattfile kern/core_netbsd.c coredump & (exec_aout | exec_coff | 13281.799Smatt exec_ecoff | exec_macho | lkm) 13291.426Slukemfile kern/cnmagic.c 13301.426Slukemfile kern/exec_aout.c exec_aout 13311.426Slukemfile kern/exec_conf.c 13321.426Slukemfile kern/exec_ecoff.c exec_ecoff 13331.426Slukemfile kern/exec_elf32.c exec_elf32 13341.426Slukemfile kern/exec_elf64.c exec_elf64 13351.452Schristosfile kern/exec_macho.c exec_macho 13361.426Slukemfile kern/exec_script.c exec_script 13371.426Slukemfile kern/exec_subr.c 13381.426Slukemfile kern/init_main.c 13391.645Satatatfile kern/init_sysctl.c 13401.426Slukemfile kern/init_sysent.c 13411.426Slukemfile kern/kern_acct.c 13421.773Seladfile kern/kern_auth.c 13431.426Slukemfile kern/kern_clock.c 13441.830Sadfile kern/kern_condvar.c 13451.830Sadfile kern/kern_core.c 13461.845Syamtfile kern/kern_cpu.c 13471.426Slukemfile kern/kern_descrip.c 13481.574Sjdolecekfile kern/kern_event.c 13491.426Slukemfile kern/kern_exec.c 13501.426Slukemfile kern/kern_exit.c 13511.426Slukemfile kern/kern_fork.c 13521.845Syamtfile kern/kern_idle.c 13531.426Slukemfile kern/kern_kthread.c 13541.860Sadfile kern/kern_ktrace.c ktrace 13551.610Sraggefile kern/kern_ksyms.c ksyms | ddb | lkm needs-flag 13561.426Slukemfile kern/kern_lkm.c lkm 13571.426Slukemfile kern/kern_lock.c 13581.588Sthorpejfile kern/kern_lwp.c 13591.426Slukemfile kern/kern_malloc.c 13601.454Sthorpejfile kern/kern_malloc_debug.c malloc_debug 13611.830Sadfile kern/kern_mutex.c 13621.790Seladfile kern/kern_fileassoc.c fileassoc 13631.426Slukemfile kern/kern_ntptime.c 13641.817Seladfile kern/kern_pax.c pax_mprotect | pax_segvguard 13651.426Slukemfile kern/kern_physio.c 13661.876Sjmcneillfile kern/kern_pmf.c 13671.426Slukemfile kern/kern_proc.c 13681.426Slukemfile kern/kern_prot.c 13691.549Sgmcgarryfile kern/kern_ras.c 13701.426Slukemfile kern/kern_resource.c 13711.830Sadfile kern/kern_rwlock.c 13721.426Slukemfile kern/kern_sig.c 13731.830Sadfile kern/kern_sleepq.c 13741.867Sadfile kern/kern_softint.c 13751.831Sadfile kern/kern_stub.c 13761.830Sadfile kern/kern_subr.c 13771.662Smattfile kern/kern_systrace.c systrace 13781.426Slukemfile kern/kern_synch.c 13791.426Slukemfile kern/kern_sysctl.c 13801.781Skardelfile kern/kern_tc.c 13811.426Slukemfile kern/kern_time.c 13821.595Sthorpejfile kern/kern_timeout.c 13831.830Sadfile kern/kern_turnstile.c 13841.806Sgdamorefile kern/kern_todr.c 13851.652Stsarnafile kern/kern_uuid.c 13861.426Slukemfile kern/kern_xxx.c 13871.426Slukemfile kern/kgdb_stub.c kgdb 13881.845Syamtfile kern/sched_4bsd.c sched_4bsd 13891.868Srmindfile kern/sched_m2.c sched_m2 13901.426Slukemfile kern/subr_autoconf.c 13911.731Syamtfile kern/subr_blist.c vmswap 13921.736Syamtfile kern/subr_bufq.c 13931.776Syamtfile kern/subr_callback.c 13941.830Sadfile kern/subr_debug.c debug 13951.550Sgehennafile kern/subr_devsw.c 13961.426Slukemfile kern/subr_disk.c 13971.770Sblymnfile kern/subr_iostat.c 13981.657Srtrfile kern/subr_evcnt.c 13991.426Slukemfile kern/subr_extent.c 14001.854Spookafile kern/subr_hash.c 14011.783Syamtfile kern/subr_kmem.c 14021.830Sadfile kern/subr_lockdebug.c 14031.426Slukemfile kern/subr_log.c 14041.426Slukemfile kern/subr_pool.c 14051.426Slukemfile kern/subr_prf.c 14061.861Sadfile kern/subr_prf2.c 14071.426Slukemfile kern/subr_prof.c 14081.739Syamtfile kern/subr_once.c 14091.757Sjmmvfile kern/subr_optstr.c 14101.814Sthorpejfile kern/subr_specificdata.c 14111.842Smanufile kern/subr_tftproot.c tftproot 14121.858Spookafile kern/subr_time.c 14131.449Sgmcgarryfile kern/subr_userconf.c userconf 14141.783Syamtfile kern/subr_vmem.c 14151.739Syamtfile kern/subr_workqueue.c 14161.866Sadfile kern/subr_xcall.c 14171.841Srmindfile kern/sys_aio.c 14181.426Slukemfile kern/sys_generic.c 14191.862Srmindfile kern/sys_mqueue.c 14201.830Sadfile kern/sys_lwp.c 14211.495Sjdolecekfile kern/sys_pipe.c !pipe_socketpair 14221.543Sbriggsfile kern/sys_pmc.c 14231.800Smattfile kern/sys_process.c ptrace | ktrace 14241.830Sadfile kern/sys_sig.c 14251.827Sadfile kern/sys_sched.c 14261.426Slukemfile kern/sys_socket.c 14271.426Slukemfile kern/syscalls.c syscall_debug 14281.426Slukemfile kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg 14291.426Slukemfile kern/sysv_msg.c sysvmsg 14301.426Slukemfile kern/sysv_sem.c sysvsem 14311.426Slukemfile kern/sysv_shm.c sysvshm 14321.426Slukemfile kern/tty.c 14331.426Slukemfile kern/tty_conf.c 14341.694Schristosfile kern/tty_bsdpty.c compat_bsdpty 14351.676Schristosfile kern/tty_pty.c pty needs-flag 14361.694Schristosfile kern/tty_ptm.c pty 14371.426Slukemfile kern/tty_subr.c 14381.426Slukemfile kern/tty_tty.c 14391.426Slukemfile kern/uipc_domain.c 14401.426Slukemfile kern/uipc_mbuf.c 14411.426Slukemfile kern/uipc_mbuf2.c 14421.864Sdyoungfile net/link_proto.c 14431.426Slukemfile kern/uipc_proto.c 14441.592Schristosfile kern/uipc_sem.c p1003_1b_semaphore 14451.426Slukemfile kern/uipc_socket.c 14461.426Slukemfile kern/uipc_socket2.c 14471.426Slukemfile kern/uipc_syscalls.c 14481.426Slukemfile kern/uipc_usrreq.c 14491.426Slukemfile kern/vfs_bio.c 14501.426Slukemfile kern/vfs_cache.c 14511.426Slukemfile kern/vfs_getcwd.c 14521.732Sjmmvfile kern/vfs_hooks.c 14531.426Slukemfile kern/vfs_init.c 14541.426Slukemfile kern/vfs_lockf.c 14551.426Slukemfile kern/vfs_lookup.c 14561.426Slukemfile kern/vfs_subr.c 14571.856Spookafile kern/vfs_subr2.c 14581.426Slukemfile kern/vfs_syscalls.c 14591.828Shannkenfile kern/vfs_trans.c 14601.426Slukemfile kern/vfs_vnops.c 14611.723Sthorpejfile kern/vfs_xattr.c 14621.426Slukemfile kern/vnode_if.c 14631.426Slukemfile miscfs/deadfs/dead_vnops.c 14641.426Slukemfile miscfs/fifofs/fifo_vnops.c 14651.869Spookafile miscfs/genfs/genfs_io.c 14661.426Slukemfile miscfs/genfs/genfs_vnops.c 14671.426Slukemfile miscfs/genfs/layer_subr.c nullfs | overlay | umapfs | lkm 14681.426Slukemfile miscfs/genfs/layer_vfsops.c nullfs | overlay | umapfs | lkm 14691.426Slukemfile miscfs/genfs/layer_vnops.c nullfs | overlay | umapfs | lkm 14701.426Slukemfile miscfs/specfs/spec_vnops.c 14711.426Slukemfile miscfs/syncfs/sync_subr.c 14721.426Slukemfile miscfs/syncfs/sync_vnops.c 14731.700Schristosfile net/bpf.c bpfilter needs-flag 14741.426Slukemfile net/bpf_filter.c bpf_filter 14751.426Slukemfile net/bsd-comp.c ppp & ppp_bsdcomp 14761.426Slukemfile net/if.c 14771.874Scubefile net/if_arcsubr.c arcnet needs-flag 14781.426Slukemfile net/if_atmsubr.c atm 14791.433Sthorpejfile net/if_bridge.c bridge needs-flag 14801.433Sthorpejfile net/bridgestp.c bridge 14811.457Sbjh21file net/if_ecosubr.c eco 14821.818Srpaulofile net/if_etherip.c etherip needs-flag 14831.426Slukemfile net/if_ethersubr.c ether | fddi | netatalk | token | 14841.511Smartin wlan 14851.443Sitojunfile net/if_faith.c faith & inet & inet6 needs-flag 14861.426Slukemfile net/if_fddisubr.c fddi needs-flag 14871.426Slukemfile net/if_gif.c gif needs-flag 14881.468Satatatfile net/if_gre.c gre needs-flag 14891.426Slukemfile net/if_hippisubr.c hippi needs-flag 14901.426Slukemfile net/if_ieee1394subr.c ieee1394 14911.701Speterfile net/if_loop.c loop needs-flag 14921.426Slukemfile net/if_media.c 14931.702Schristosfile net/if_ppp.c ppp needs-flag 14941.826Smousefile net/if_srt.c srt 14951.426Slukemfile net/if_stf.c stf & inet & inet6 needs-flag 14961.702Schristosfile net/if_sl.c sl needs-flag 14971.426Slukemfile net/if_spppsubr.c sppp 14981.702Schristosfile net/if_strip.c strip needs-flag 14991.426Slukemfile net/if_tokensubr.c token needs-flag 15001.708Scubefile net/if_tap.c tap needs-flag 15011.468Satatatfile net/if_tun.c tun needs-flag 15021.426Slukemfile net/if_vlan.c vlan needs-flag 15031.502Smartinfile net/if_pppoe.c pppoe needs-flag 15041.751Speterfile net/pfil.c pfil_hooks | ipfilter | pf 15051.426Slukemfile net/ppp-deflate.c ppp & ppp_deflate 15061.426Slukemfile net/ppp_tty.c ppp 15071.426Slukemfile net/radix.c 15081.426Slukemfile net/raw_cb.c 15091.426Slukemfile net/raw_usrreq.c 15101.426Slukemfile net/route.c 15111.426Slukemfile net/rtsock.c 15121.607Sdrochnerfile net/slcompress.c sl | ppp | strip | (irip & irip_vj) 15131.726Shubertffile net/zlib.c (ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression 15141.426Slukemfile netinet/if_arp.c arp | netatalk needs-flag 15151.426Slukemfile netinet/if_atm.c atm 15161.426Slukemfile netinet/in_gif.c gif & inet 15171.775Sliamjfoyfile netinet/ip_carp.c carp & (inet | inet6) needs-flag 15181.648Sscwfile netinet/ip_ecn.c ipsec | fast_ipsec | gif | stf 15191.426Slukemfile netinet/ip_encap.c inet | inet6 15201.818Srpaulofile netinet/ip_etherip.c etherip & inet 15211.818Srpaulofile netinet6/ip6_etherip.c etherip & inet6 15221.426Slukemfile netinet6/in6_gif.c gif & inet6 15231.516Sthorpej 15241.502Smartinfile netisdn/i4b_ctl.c isdnctl needs-flag 15251.502Smartinfile netisdn/i4b_isppp.c ippp needs-count 15261.502Smartinfile netisdn/i4b_ipr.c irip needs-count 15271.502Smartinfile netisdn/i4b_rbch.c isdnbchan needs-count 15281.502Smartinfile netisdn/i4b_tel.c isdntel needs-count 15291.502Smartinfile netisdn/i4b_trace.c isdntrc needs-count 15301.426Slukem 15311.430Smartinfile netisdn/i4b_mbuf.c passive_isdn 15321.426Slukemfile netisdn/i4b_l2.c passive_isdn 15331.426Slukemfile netisdn/i4b_l2fsm.c passive_isdn 15341.426Slukemfile netisdn/i4b_uframe.c passive_isdn 15351.426Slukemfile netisdn/i4b_tei.c passive_isdn 15361.426Slukemfile netisdn/i4b_sframe.c passive_isdn 15371.426Slukemfile netisdn/i4b_iframe.c passive_isdn 15381.426Slukemfile netisdn/i4b_l2timer.c passive_isdn 15391.426Slukemfile netisdn/i4b_util.c passive_isdn 15401.426Slukemfile netisdn/i4b_lme.c passive_isdn 15411.415Smartin# Q.931 handler 15421.426Slukemfile netisdn/i4b_q931.c passive_isdn 15431.426Slukemfile netisdn/i4b_q932fac.c passive_isdn 15441.426Slukemfile netisdn/i4b_l3fsm.c passive_isdn 15451.426Slukemfile netisdn/i4b_l3timer.c passive_isdn 15461.426Slukemfile netisdn/i4b_l2if.c passive_isdn 15471.426Slukemfile netisdn/i4b_l4if.c passive_isdn 15481.502Smartin# isdn device driver, interface to isdnd 15491.502Smartinfile netisdn/i4b_i4bdrv.c isdn needs-flag 15501.502Smartinfile netisdn/i4b_l4.c isdndev needs-flag 15511.502Smartinfile netisdn/i4b_l4mgmt.c isdndev needs-flag 15521.502Smartinfile netisdn/i4b_l4timer.c isdndev needs-flag 15531.634Spooka# capi 15541.634Spookafile netisdn/i4b_capi_l4if.c isdncapi 15551.634Spookafile netisdn/i4b_capi_llif.c isdncapi 15561.634Spookafile netisdn/i4b_capi_msgs.c isdncapi 15571.493Sjdolecek 15581.493Sjdolecek# Game adapter (joystick) 15591.493Sjdolecekdevice joy 15601.493Sjdolecekfile dev/ic/joy.c joy needs-flag 15611.582Shaya 15621.713Syamtinclude "net/agr/files.agr" 15631.734Sjmcneill 15641.734Sjmcneill# 15651.734Sjmcneill# General Purpose Input/Output framework 15661.734Sjmcneill# 15671.769Srizdefine onewire_bitbang 15681.734Sjmcneillinclude "dev/gpio/files.gpio" 15691.769Sriz 15701.769Srizinclude "dev/onewire/files.onewire" 15711.872Sjmcneill 15721.872Sjmcneill# 15731.872Sjmcneill# Pseudo audio device 15741.872Sjmcneill# 15751.872Sjmcneillinclude "dev/pad/files.pad" 15761.877Sjoerg 15771.877Sjoerg# 15781.877Sjoerg# Intel 386 Real Mode emulator 15791.877Sjoerg# 15801.877Sjoerginclude "lib/libx86emu/files.x86emu" 1581