files revision 1.1168
1# $NetBSD: files,v 1.1168 2016/12/26 23:12:33 pgoyette Exp $ 2# @(#)files.newconf 7.5 (Berkeley) 5/10/93 3 4version 20150846 5 6# 7# device classes 8# 9devclass disk 10devclass tape 11devclass ifnet 12devclass tty 13devclass audiodev 14devclass displaydev 15devclass bus 16 17# options understood by the machine-independent part of the kernel 18# (note, these are case-sensitive) 19# 20defparam opt_param.h MAXUSERS 21defflag INSECURE 22defflag KTRACE 23defflag MBUFTRACE 24defflag opt_ptrace.h PTRACE PTRACE_HOOKS 25defflag COREDUMP 26defflag opt_modular.h MODULAR 27defflag opt_modular.h MODULAR_DEFAULT_AUTOLOAD 28defflag KEYLOCK 29defparam opt_syslimits.h CHILD_MAX OPEN_MAX 30defflag opt_diagnostic.h _DIAGNOSTIC 31 32defparam opt_copy_symtab.h makeoptions_COPY_SYMTAB 33 34defparam DEFCORENAME 35defparam HZ 36defparam MAXUPRC 37defparam RTC_OFFSET 38defflag opt_pipe.h PIPE_SOCKETPAIR PIPE_NODIRECT 39 40defflag AIO 41defflag MQUEUE 42defflag SEMAPHORE 43 44defflag BUFQ_DISKSORT 45defflag BUFQ_FCFS 46defflag BUFQ_PRIOCSCAN 47defflag BUFQ_READPRIO 48defflag NEW_BUFQ_STRATEGY # same as BUFQ_READPRIO 49 50defflag opt_sched.h SCHED_4BSD 51defflag opt_sched.h SCHED_M2 52 53defparam SOMAXKVA 54defflag opt_sock_counters.h SOSEND_COUNTERS 55defflag opt_sosend_loan.h SOSEND_NO_LOAN 56defflag opt_route.h RTCACHE_DEBUG RTFLUSH_DEBUG 57 58defflag MULTIPROCESSOR 59defflag NET_MPSAFE 60 61defflag opt_config.h INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG 62 63defparam opt_dump.h DUMP_ON_PANIC 64 65defflag opt_callout.h CALLWHEEL_STATS 66 67defflag CPU_IN_CKSUM 68 69defflag opt_dtrace.h KDTRACE_HOOKS 70 71defflag opt_sysv.h SYSVMSG SYSVSEM SYSVSHM 72defparam opt_sysvparam.h SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU 73 74defflag opt_ntp.h PPS_SYNC PPS_DEBUG NTP 75 76defflag opt_ptm.h NO_DEV_PTM COMPAT_BSDPTY 77 78defparam opt_kmempages.h NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX 79 80defflag opt_revcache.h NAMECACHE_ENTER_REVERSE 81 82defflag opt_exec.h DEBUG_EXEC 83 84defflag opt_execfmt.h EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32 85 EXEC_ELF64 EXEC_SCRIPT 86 EXEC_ELF_NOTELESS 87 88defflag opt_dkwedge.h DKWEDGE_AUTODISCOVER 89 DKWEDGE_METHOD_BSDLABEL 90 DKWEDGE_METHOD_GPT 91 DKWEDGE_METHOD_MBR 92 DKWEDGE_METHOD_APPLE 93 94defflag opt_veriexec.h VERIFIED_EXEC_FP_SHA1 95 VERIFIED_EXEC_FP_SHA256 96 VERIFIED_EXEC_FP_SHA384 97 VERIFIED_EXEC_FP_SHA512 98 VERIFIED_EXEC_FP_MD5 99 VERIFIED_EXEC_FP_RMD160 100 101# Per system call number counts and times 102defflag opt_syscall_stats.h SYSCALL_STATS 103defflag opt_syscall_stats.h SYSCALL_TIMES: SYSCALL_STATS 104# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris) 105defflag opt_syscall_stats.h SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES 106file kern/subr_syscall_stats.c syscall_stats 107 108defparam opt_pax.h PAX_MPROTECT 109 PAX_MPROTECT_DEBUG 110 PAX_SEGVGUARD 111 PAX_ASLR 112 PAX_ASLR_DELTA_MMAP_LSB 113 PAX_ASLR_DELTA_MMAP_LEN 114 PAX_ASLR_DELTA_STACK_LSB 115 PAX_ASLR_DELTA_STACK_LEN 116 PAX_ASLR_DELTA_PROG_LEN 117 PAX_ASLR_DEBUG 118 119defflag opt_fileassoc.h FILEASSOC 120 121defflag opt_gre.h GRE_DEBUG 122 123# Write Ahead Physical Block Logging 124defflag opt_wapbl.h WAPBL WAPBL_DEBUG 125defparam opt_wapbl.h WAPBL_DEBUG_PRINT 126 127# printf entropy source 128defflag opt_rnd_printf.h RND_PRINTF 129 130defflag opt_todr.h TODR_DEBUG 131 132# compatibility options 133# 134defflag opt_compat_netbsd.h COMPAT_NETBSD 135defflag opt_compat_netbsd.h COMPAT_70: COMPAT_NETBSD 136defflag opt_compat_netbsd.h COMPAT_60: COMPAT_70, COMPAT_NETBSD 137defflag opt_compat_netbsd.h COMPAT_50: COMPAT_60, COMPAT_NETBSD 138defflag opt_compat_netbsd.h COMPAT_40: COMPAT_50, COMPAT_NETBSD 139defflag opt_compat_netbsd.h COMPAT_30: COMPAT_40, COMPAT_NETBSD 140defflag opt_compat_netbsd.h COMPAT_20: COMPAT_30, COMPAT_NETBSD 141defflag opt_compat_netbsd.h COMPAT_16: COMPAT_20, COMPAT_NETBSD 142defflag opt_compat_netbsd.h COMPAT_15: COMPAT_16, COMPAT_NETBSD 143defflag opt_compat_netbsd.h COMPAT_14: COMPAT_15, COMPAT_NETBSD 144defflag opt_compat_netbsd.h COMPAT_13: COMPAT_14, COMPAT_NETBSD 145defflag opt_compat_netbsd.h COMPAT_12: COMPAT_13, COMPAT_NETBSD 146defflag opt_compat_netbsd.h COMPAT_11: COMPAT_12, COMPAT_NETBSD 147defflag opt_compat_netbsd.h COMPAT_10: COMPAT_11, COMPAT_NETBSD 148defflag opt_compat_netbsd.h COMPAT_09: COMPAT_10, COMPAT_NETBSD 149defflag COMPAT_OSSAUDIO 150defflag COMPAT_FREEBSD: COMPAT_30 151defflag COMPAT_IBCS2 152defflag COMPAT_LINUX: COMPAT_16 153defflag COMPAT_OSF1 154defflag COMPAT_SUNOS: COMPAT_30 155defflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2 156defflag COMPAT_ULTRIX: COMPAT_50 157defflag COMPAT_NETBSD32 158defflag COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32 159defflag COMPAT_AOUT_M68K: COMPAT_40 160defflag COMPAT_M68K4K 161defflag COMPAT_VAX1K 162defflag COMPAT_43 163defflag opt_compat_netbsd.h COMPAT_NOMID 164 165define machdep 166defflag opt_machdep.h MACHDEP 167 168# 169# Cryptography support. Include this early, since several things 170# use it. 171 172# Individual crypto transforms 173include "crypto/arc4/files.arc4" 174include "crypto/des/files.des" 175include "crypto/blowfish/files.blowfish" 176include "crypto/cast128/files.cast128" 177include "crypto/rijndael/files.rijndael" 178include "crypto/skipjack/files.skipjack" 179include "crypto/camellia/files.camellia" 180# General-purpose crypto processing framework. 181include "opencrypto/files.opencrypto" 182 183# NIST SP800.90 CTR DRBG 184include "crypto/nist_ctr_drbg/files.nist_ctr_drbg" 185 186# ChaCha-based fast PRNG 187include "crypto/cprng_fast/files.cprng_fast" 188 189# 190# Kernel history/tracing. Old UVMHIST depends upon this. 191# 192defflag opt_kernhist.h KERNHIST KERNHIST_PRINT 193defparam opt_kernhist.h KERNHIST_DELAY 194file kern/kern_history.c kernhist 195 196# 197# These are here for the benefit of kern_history.c so that 198# UVMHIST can be built in kernels without usb. 199# 200# top level usb debug defines 201defflag opt_usb.h USB_DEBUG: KERNHIST 202defparam opt_usb.h USBHIST_SIZE 203 204# 205# Options for BIOHIST 206# 207defflag opt_biohist.h BIOHIST: KERNHIST 208defflag opt_biohist.h BIOHIST_PRINT: KERNHIST_PRINT 209defparam opt_biohist.h BIOHIST_SIZE 210 211# 212# System monitoring framework 213# 214include "dev/sysmon/files.sysmon" 215 216# 217# Networking protocols 218# 219 220# Attribute used by various things that need BPF's virtual machine 221# 222define bpf_filter 223defparam opt_bpf.h BPF_BUFSIZE 224 225defflag opt_bpf.h BPFJIT 226 227file net/bpfjit.c sljit & bpfjit 228 229include "net80211/files.net80211" 230include "netatalk/files.netatalk" 231include "netbt/files.netbt" 232include "netinet/files.netinet" 233include "netinet6/files.netinet6" 234include "netipsec/files.netipsec" 235include "netmpls/files.netmpls" 236include "netnatm/files.netnatm" 237include "netsmb/files.netsmb" 238 239include "net/npf/files.npf" 240include "netinet/files.ipfilter" 241include "net/files.pf" 242 243obsolete defflag CCITT # obsolete 244obsolete defflag HDLC # obsolete 245obsolete defflag LLC # obsolete 246obsolete defflag opt_ns.h NS NSIP # obsolete 247obsolete defflag IPX # obsolete 248obsolete defparam opt_md.h MEMORY_RBFLAGS # superseded by 249 # MEMORY_DISK_RBFLAGS 250 251defflag opt_bridge_ipf.h BRIDGE_IPF # bridge(4) use inet_pfil_hooks 252defflag opt_ppp.h PPP_DEFLATE PPP_BSDCOMP PPP_FILTER 253 # Include deflate or bsd 254 # compression, enable pppd 255 # packet filtering support 256defflag opt_pppoe.h PPPOE_SERVER PPPOE_DEBUG 257 258# networking options 259# 260defflag GATEWAY 261defparam opt_nmbclusters.h NMBCLUSTERS 262defparam SB_MAX 263 264# file system options 265# 266defflag opt_quota.h QUOTA QUOTA2 # XXX files.ufs? 267defflag VNODE_LOCKDEBUG 268defflag MAGICLINKS 269 270# buffer cache size options 271# 272defparam opt_bufcache.h BUFCACHE BUFPAGES 273 274# userconf 275# 276defflag USERCONF 277 278# sysctl related 279# 280defflag opt_sysctl.h SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE 281 SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE 282 SYSCTL_INCLUDE_DESCR 283 284# 285# Not entirely MI, but present on multiple arch's 286# 287 288# PC-style MBR handling 289# 290defflag opt_mbr.h COMPAT_386BSD_MBRPART 291 292# 293# debugging options 294# 295include "ddb/files.ddb" # in-kernel dynamic debugger 296 297defflag opt_kgdb.h KGDB 298defparam opt_kgdb.h KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT 299 KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE 300defflag LOCKDEBUG 301defflag SYSCALL_DEBUG 302defflag opt_kstack.h KSTACK_CHECK_MAGIC 303 304# memory (ram) disk options 305# 306defflag opt_md.h MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT 307 MEMORY_DISK_DYNAMIC 308defparam opt_md.h MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE 309 MEMORY_DISK_RBFLAGS 310defparam opt_memory_disk_image.h makeoptions_MEMORY_DISK_IMAGE 311 312defflag opt_tftproot.h TFTPROOT TFTPROOT_DEBUG 313 314# Support for hardware performance monitoring counters 315# 316defflag opt_perfctrs.h PERFCTRS 317 318defflag opt_wlan.h WLAN 319 320# Machine-independent device majors assignements 321include "conf/majors" 322 323# generic attributes 324# 325define videobus { } 326define ata {[channel = -1]} 327define sata 328define sata_fis 329define sata_pmp 330define scsi_core 331define scsi {[channel = -1]}: scsi_core 332define ata_hl {[drive = -1]} 333define atapi { } 334define radiodev { } 335define gpibdev {[address = -1]} 336define gpiobus { } 337define onewirebus { } 338define pckbport {[slot = -1]} 339define pckbport_machdep_cnattach 340define firmload 341 342# speaker devices, attaches to audio or pcppi drivers 343device spkr 344file dev/spkr.c spkr 345 346include "dev/files.audio" 347 348# High definition audio 349include "dev/hdaudio/files.hdaudio" 350 351# Base verbose vendor/product printing support 352file dev/dev_verbose.c 353 354# video devices, attaches to video hardware driver 355# 356device video 357attach video at videobus 358 359# DTV subsystem 360# 361include "dev/dtv/files.dtv" 362 363# HDMI CEC 364# 365include "dev/hdmicec/files.hdmicec" 366 367# National Semiconductor LM7[89] 368# 369# (included here so files.i2c can define an attachment) 370 371device lm: sysmon_envsys 372file dev/ic/nslm7x.c lm needs-flag 373 374# JEDEC standard SPD EPROM 375# 376# (included here so files.i2c can define an attachment) 377 378device spdmem 379file dev/ic/spdmem.c spdmem 380 381# I2C device support 382include "dev/i2c/files.i2c" 383 384# SPI device support 385include "dev/spi/files.spi" 386 387# IR device support 388include "dev/ir/files.ir" 389 390# Parallel Port Bus support 391include "dev/ppbus/files.ppbus" 392 393# raster operations attributes 394# 395define rasops1 396define rasops2 397define rasops4 398define rasops8 399define rasops15 400define rasops16 401define rasops24 402define rasops32 403define rasops_rotation 404 405# image decoding support 406include "dev/stbi/files.stbi" 407 408# splash screen support 409include "dev/splash/files.splash" 410 411# videomode support 412include "dev/videomode/files.videomode" 413 414# net device attributes - we have generic code for arc(net), ether(net), 415# fddi, token ring, atm and eco(net). 416# 417define arcnet 418define atm 419define eco 420define ether 421define fddi 422define hippi 423define ieee1394 424define token 425define sppp 426define wlan 427define crypto 428 429# TPM 430device tpm 431file dev/ic/tpm.c tpm needs-flag 432 433# devices ARPing IPv4 pull this in: 434# 435define arp 436 437# 438# ALTQ network traffic shaping subsystem 439# 440include "altq/files.altq" 441 442# 443# IPKDB kernel debugger 444# 445include "ipkdb/files.ipkdb" 446 447# Logical disk 448# 449device ld: disk 450file dev/ld.c ld needs-flag 451 452# 453# MII/PHY support for network devices 454# 455include "dev/mii/files.mii" 456 457# 458# RAIDframe 459# 460include "dev/raidframe/files.raidframe" 461 462# 463# Hardware-assisted data mover API 464# 465include "dev/dmover/files.dmover" 466 467# 468# "Chipset" drivers. These are the bus-independent routines which 469# contain the cfdrivers. Attachments are provided by files.<bus> 470# 471 472# Adaptec AIC-6[32]60 ICs 473# 474device aic: scsi 475file dev/ic/aic6360.c aic 476 477# SMC 93Cx6 Serial EEPROM devices 478# 479define smc93cx6 480file dev/ic/smc93cx6.c smc93cx6 481 482# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers 483# 484defparam opt_ahc.h AHC_DEBUG 485defflag opt_ahc.h AHC_NO_TAGS 486device ahc: scsi 487define ahc_seeprom 488define ahc_aic77xx 489file dev/ic/aic7xxx.c ahc 490file dev/ic/aic7xxx_osm.c ahc 491file dev/ic/aic7xxx_seeprom.c ahc_seeprom 492file dev/ic/aic77xx.c ahc_aic77xx 493 494# Adaptec aic79xx SCSI controllers 495defflag opt_ahd.h AHD_DEBUG 496device ahd: scsi 497file dev/ic/aic79xx.c ahd 498file dev/ic/aic79xx_osm.c ahd 499 500# DPT EATA SCSI controllers 501# 502device dpt: scsi 503file dev/ic/dpt.c dpt 504 505# Compaq Smart ARRAY controllers 506# 507device cac {unit = -1} 508file dev/ic/cac.c cac 509 510attach ld at cac with ld_cac 511file dev/ic/ld_cac.c ld_cac 512 513# HP/Compaq Command Interface for SCSI-3 Support 514# 515device ciss: scsi 516file dev/ic/ciss.c ciss 517 518# Mylex DAC960 RAID controllers 519# 520device mlx {unit = -1} 521file dev/ic/mlx.c mlx needs-flag 522 523attach ld at mlx with ld_mlx 524file dev/ic/ld_mlx.c ld_mlx 525 526# ICP-Vortex/Intel RAID controllers 527# 528device icp {unit = -1} 529file dev/ic/icp.c icp needs-flag 530file dev/ic/icp_ioctl.c icp 531 532attach ld at icp with ld_icp 533file dev/ic/ld_icp.c ld_icp 534 535device icpsp: scsi 536file dev/ic/icpsp.c icpsp 537attach icpsp at icp 538 539# Adaptec FSA RAID controllers 540# 541device aac {unit = -1} 542file dev/ic/aac.c aac 543 544attach ld at aac with ld_aac 545file dev/ic/ld_aac.c ld_aac 546 547# AdvanSys 1200A, 1200B and ULTRA SCSI controllers 548# 549device adv: scsi 550file dev/ic/adv.c adv 551file dev/ic/advlib.c adv 552file dev/ic/advmcode.c adv 553 554# AdvanSys ULTRA WIDE SCSI controllers 555# 556device adw: scsi 557file dev/ic/adw.c adw 558 559# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers 560# (Must be declared before AHA to ensure bha probes before aha. 561# Probing AHA first configures bhas as aha, via their AHA 562# hardware-compatibility mode.) 563# 564device bha: scsi 565file dev/ic/bha.c bha 566 567# Adaptec AHA-154x and AHA-164x controllers 568# (must be after bha, see above) 569# 570device aha: scsi 571file dev/ic/aha.c aha 572 573# Initio INIC-940/950 SCSI controllers 574# 575device iha: scsi 576file dev/ic/iha.c iha 577 578# Qlogic ISP 10x0 SCSI Controllers 579# 580defflag opt_isp.h ISP_DISABLE_1020_SUPPORT 581 ISP_DISABLE_1080_SUPPORT 582 ISP_DISABLE_2100_SUPPORT 583 ISP_DISABLE_2200_SUPPORT 584 ISP_DISABLE_2300_SUPPORT 585 ISP_DISABLE_2322_SUPPORT 586 ISP_DISABLE_2400_SUPPORT 587 ISP_DISABLE_FW 588 ISP_TARGET_MODE 589defparam opt_isp.h ISP_LOGDEFAULT 590 ISP_VPORTS 591device isp: scsi 592file dev/ic/isp.c isp 593file dev/ic/isp_library.c isp 594file dev/ic/isp_netbsd.c isp 595file dev/ic/isp_target.c isp & isp_target_mode 596# LSILogic MegaRAID SAS 597# 598device mfi: scsi 599file dev/ic/mfi.c mfi 600 601# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers 602# 603device mpt: scsi 604file dev/ic/mpt.c mpt 605file dev/ic/mpt_debug.c mpt 606file dev/ic/mpt_netbsd.c mpt 607 608# Workbit NinjaSCSI-32 controllers 609device njs: scsi 610file dev/ic/ninjascsi32.c njs 611 612# Symbios/NCR 53c700 SCSI controllers 613device oosiop: scsi 614file dev/ic/oosiop.c oosiop 615 616# Symbios/NCR 53c710 SCSI controllers 617# 618device osiop: scsi 619file dev/ic/osiop.c osiop 620 621# common stuff for siop and esiop 622# 623define siop_common 624file dev/ic/siop_common.c siop_common 625 626# Symbios/NCR 53c720/53c8xx SCSI controllers 627# 628device siop: scsi,siop_common 629file dev/ic/siop.c siop & (siop_pci | siop_gedoens) 630defflag opt_siop.h SIOP_SYMLED 631 632device esiop: scsi,siop_common 633file dev/ic/esiop.c esiop 634 635# UltraStor SCSI controllers 636# 637device uha: scsi 638file dev/ic/uha.c uha 639 640# 3Com common probe code 641define elink 642file dev/isa/elink.c elink 643 644# Aironet PC4500/PC4800 645# 646device an: arp, wlan, ifnet 647file dev/ic/an.c an 648 649# AMD 79c930-based 802.11 cards 650# 651device awi: arp, wlan, ifnet 652file dev/ic/awi.c awi 653file dev/ic/am79c930.c awi 654 655# Lucent & Intersil WaveLan IEEE (802.11) 656# 657device wi: arp, wlan, ifnet 658file dev/ic/wi.c wi 659 660# Atheros HAL 661# 662include "external/isc/atheros_hal/conf/files.ath_hal" 663 664# Atheros 5210/5211/5212 multi-mode 802.11 665# 666device ath: arp, wlan, ifnet 667file dev/ic/ath.c ath 668file dev/ic/ath_netbsd.c ath 669file dev/ic/athrate-sample.c ath 670 671# ADMtek ADM8211 802.11 672# 673device atw: arp, wlan, ifnet, smc93cx6 674file dev/ic/atw.c atw 675 676# Realtek RTL8180 802.11 677# 678device rtw: arp, wlan, ifnet, smc93cx6 679file dev/ic/rtw.c rtw 680file dev/ic/rtwphy.c rtw 681file dev/ic/rtwphyio.c rtw 682 683# Ralink RT2500/RT2600/RT2860 802.11 684device ral: arp, ether, ifnet, wlan, firmload 685file dev/ic/rt2560.c ral 686file dev/ic/rt2661.c ral 687file dev/ic/rt2860.c ral 688 689# Marvell Libertas Open 690device malo: arp, ether, ifnet, wlan, firmload 691file dev/ic/malo.c malo 692 693# 3Com Etherlink-III Ethernet controller 694# 695device ep: arp, ether, ifnet, mii, mii_bitbang 696file dev/ic/elink3.c ep 697 698# 3Com EtherLink XL Controller 699# 700device ex: arp, ether, ifnet, mii, mii_bitbang 701file dev/ic/elinkxl.c ex 702 703# DEC EtherWORKS III (LEMAC) Ethernet controllers 704# 705device lc: arp, ether, ifnet 706file dev/ic/lemac.c lc 707 708# LANCE and PCnet Ethernet controllers 709# 710device le: arp, ether, ifnet 711define le24 712define le32 713file dev/ic/am7990.c le24 714file dev/ic/am79900.c le32 715file dev/ic/lance.c le24 | le32 716 717# DEC DEPCA-family of LANCE Ethernet controllers 718# 719device depca { }: le24 720file dev/ic/depca.c depca 721attach le at depca with le_depca 722 723# Sun HME Ethernet controllers 724# 725device hme: arp, ether, ifnet, mii 726file dev/ic/hme.c hme 727 728# Sun GEM Ethernet controllers 729# 730device gem: arp, ether, ifnet, mii 731file dev/ic/gem.c gem 732 733# Synopsis Designware GMAC core, as found on allwinner a20 734# and other SoCs 735device awge: arp, ether, ifnet, mii 736file dev/ic/dwc_gmac.c awge 737 738# 8390-family Ethernet controllers 739# 740defflag opt_ipkdb.h IPKDB_DP8390 741define dp8390nic 742file dev/ic/dp8390.c dp8390nic | ipkdb_dp8390 743 744# National Semiconductor DP83905 AT/LANTIC Ethernet media support 745# 746define dp83905 747file dev/ic/dp83905.c dp83905 748 749# Macronix MX98905 Ethernet controller 750# (use as an attribute for an "ne" bus attachment) 751# 752define mx98905 753file dev/ic/mx98905.c mx98905 754 755# TROPIC Token-Ring controller 756# 757device tr: arp, token, ifnet 758file dev/ic/tropic.c tr 759 760# NCR 5380 SCSI Bus Controller 761# 762define ncr5380sbc 763file dev/ic/ncr5380sbc.c ncr5380sbc 764device nca: scsi, ncr5380sbc 765 766# Sun sc PAL SCSI Bus Controller 767# 768define sunscpal 769file dev/ic/sunscpal.c sunscpal 770device ssc: scsi, sunscpal 771 772# DEC FDDI Chipset 773# 774define pdq 775file dev/ic/pdq.c pdq 776file dev/ic/pdq_ifsubr.c pdq 777 778# Cyclades Cyclom-8/16/32 779# 780device cy: tty 781file dev/ic/cy.c cy needs-flag 782 783# Efficient Networks, Inc. ATM interface 784# 785device en: atm, ifnet 786file dev/ic/midway.c en 787 788# NCR 53x9x or Emulex ESP SCSI Controller 789# 790define ncr53c9x 791device esp: scsi, ncr53c9x 792file dev/ic/ncr53c9x.c ncr53c9x 793 794# Fujitsu MB87030/MB89352 SCSI Protocol Controller 795device spc: scsi 796file dev/ic/mb89352.c spc 797 798# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller 799define wd33c93 800file dev/ic/wd33c93.c wd33c93 801 802# Hitachi HD44780 LCD panel controller 803define hd44780 804file dev/ic/hd44780_subr.c hd44780 805file dev/ic/lcdkp_subr.c hd44780 806 807# Matrix keypad 808define matrixkp 809file dev/ic/matrixkp_subr.c matrixkp 810 811# Hitachi HD64570 serial controller 812# 813define hd64570 814file dev/ic/hd64570.c hd64570 815 816# Riscom/N2 ISA/PCI Sync Serial Controller 817# 818device ntwoc: ifnet, hd64570 819 820# Intel 82586 Ethernet Controller 821# 822define i82586 823file dev/ic/i82586.c i82586 824 825# Intel 82596 Ethernet Controller 826# 827define i82596 828file dev/ic/i82596.c i82596 829 830# Intel 82557/82558/82559 Ethernet Controller 831# 832device fxp: ether, ifnet, arp, mii 833file dev/ic/i82557.c fxp 834 835# SEEQ 8005 Advanced Ethernet Data Link Controller 836# 837define seeq8005 838file dev/ic/seeq8005.c seeq8005 839 840# SMC 91Cxx Ethernet Controller 841# 842device sm: arp, ether, ifnet, mii, mii_bitbang 843file dev/ic/smc91cxx.c sm 844 845# SMC 83C170 EPIC/100 Fast Ethernet Controller 846# 847device epic: arp, ether, ifnet, mii 848file dev/ic/smc83c170.c epic 849 850# DEC SGEC Second Generation Ethernet Controller 851# 852define sgec 853file dev/ic/sgec.c sgec 854 855# MB86950 Ethernet Controller 856# 857define mb86950 858file dev/ic/mb86950.c mb86950 859 860# MB8696x Ethernet Controller 861# 862define mb86960 863file dev/ic/mb86960.c mb86960 864 865# Generic MB8696x Ethernet Controller driver 866# 867device mbe: arp, ether, ifnet, mb86960 868 869# Interwave Am78C201 audio driver 870# 871define interwave 872file dev/ic/interwave.c interwave 873 874# TMS 320av110 MPEG2/audio driver 875# 876define tms320av110 877file dev/ic/tms320av110.c tms320av110 878 879# Novell NE2000-compatible Ethernet cards, based on the 880# National Semiconductor DS8390. 881# 882defflag opt_ipkdb.h IPKDB_NE : IPKDB_DP8390 883device ne: ether, ifnet, arp, dp8390nic, mii 884file dev/ic/ne2000.c ne | ipkdb_ne 885 886# 8250/16[45]50-based "com" ports 887# 888defflag opt_com.h COM_DEBUG 889# XXX In a perfect world, this would be done with attributes 890defflag opt_com.h COM_16650 COM_16750 891 COM_HAYESP COM_PXA2X0 COM_AU1X00 892 COM_REGMAP COM_FUNCMAP COM_AWIN 893defparam opt_com.h COM_TOLERANCE 894device com { } : tty 895file dev/ic/com.c com needs-flag 896 897# PC-like keyboard controller 898# 899device pckbc: pckbport 900file dev/ic/pckbc.c pckbc needs-flag 901 902device attimer 903file dev/ic/attimer.c attimer needs-flag 904 905# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller 906# 907device clmpcc: tty 908file dev/ic/clmpcc.c clmpcc needs-flag 909 910# Abit uGuru 911# 912device ug: sysmon_envsys 913file dev/ic/ug.c ug needs-flag 914 915# Essential Communications Corp. HIPPI Interface 916# 917device esh: hippi, ifnet 918file dev/ic/rrunner.c esh needs-flag 919 920# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver 921# 922device bah: ifnet, arcnet, arp 923file dev/ic/smc90cx6.c bah 924 925# OPL2/OPL3 FM synth driver 926# 927device opl: midibus, midisyn 928file dev/ic/opl.c opl 929file dev/ic/oplinstrs.c opl 930 931# MPU401 MIDI UART compatibles 932# 933device mpu: midibus 934file dev/ic/mpu.c mpu needs-flag 935 936# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers 937# 938define ad1848 939file dev/ic/ad1848.c ad1848 940 941# AMD 7930 audio/ISDN codec 942# 943define am7930 944file dev/ic/am7930.c am7930 945 946# Siemens PSB2160 audio codec, as found in HP systems 947device arcofi: audiobus, auconv, mulaw 948file dev/ic/arcofi.c arcofi 949 950# SPARC `SUNW,audiocs' 951# 952device audiocs: audiobus, auconv, ad1848 953file dev/ic/cs4231.c audiocs 954 955# AC-97 CODECs 956# 957define ac97 958file dev/ic/ac97.c ac97 959 960# UDA1341 CODEC support 961define uda1341 962file dev/ic/uda1341.c uda1341 963 964# Oki MSM6258 support code 965# 966define msm6258 967file dev/ic/msm6258.c msm6258 968 969# LSI64854 DMA controller back-end 970# 971define lsi64854 972file dev/ic/lsi64854.c lsi64854 973 974# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end 975# 976define cd18xx 977file dev/ic/cd18xx.c cd18xx 978 979# Realtek 8019/8029 NE2000-compatible network interface subroutines 980# 981define rtl80x9 982file dev/ic/rtl80x9.c rtl80x9 needs-flag 983 984# Realtek 8129/8139 Ethernet controllers 985# 986device rtk: ether, ifnet, arp, mii 987file dev/ic/rtl81x9.c rtk | re 988 989# Realtek 8169 Ethernet controllers 990# 991device re: ether, ifnet, arp, mii 992file dev/ic/rtl8169.c re 993 994# Common code for ESDI/IDE/etc. controllers 995# 996define wdc_common 997define ata_dma 998define ata_udma 999define ata_piobm 1000device wdc: ata, wdc_common 1001 1002defflag opt_ata.h ATADEBUG 1003defparam opt_ata.h ATADEBUG_MASK 1004defflag opt_wdc.h WDC_NO_IDS 1005 1006device atabus: atapi,ata_hl 1007attach atabus at ata 1008# The strange expression is to dump ata_* definitions to ata_dma.h. 1009file dev/ic/wdc.c (ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common needs-flag 1010 1011# Workbit NinjaATA-32 IDE controllers 1012device njata: ata, ata_piobm, wdc_common 1013file dev/ic/ninjaata32.c njata 1014 1015# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller 1016# 1017device upc { [offset = -1] } 1018attach wdc at upc with wdc_upc 1019attach com at upc with com_upc 1020attach lpt at upc with lpt_upc 1021file dev/ic/upc.c upc 1022file dev/ic/wdc_upc.c wdc_upc 1023file dev/ic/com_upc.c com_upc 1024file dev/ic/lpt_upc.c lpt_upc 1025 1026# AHCI-compatible SATA controllers 1027define ahcisata_core 1028file dev/ic/ahcisata_core.c ahcisata_core 1029device ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core 1030 1031# Silicon Image SteelVine SATA-II controllers 1032define siisata 1033file dev/ic/siisata.c siisata 1034device siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata 1035 1036# Marvell Serial-ATA Host Controller 1037define mvsata 1038file dev/ic/mvsata.c mvsata 1039device mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_pmp, mvsata 1040defflag opt_mvsata.h MVSATA_WITHOUTDMA 1041 1042# DECchip 21x4x Ethernet controller family, and assorted clones. 1043# 1044device tlp: arp, ether, ifnet, mii, mii_bitbang 1045file dev/ic/tulip.c tlp 1046 1047# Adaptec AIC-6915 Ethernet interface 1048# 1049device sf: arp, ether, ifnet, mii 1050file dev/ic/aic6915.c sf 1051 1052# Mostek time-of-day clock and NVRAM 1053# 1054define mk48txx 1055file dev/ic/mk48txx.c mk48txx 1056 1057# OKI MSM6242B 1058# 1059define msm6242b 1060file dev/ic/msm6242b.c msm6242b 1061 1062# Intersil 7170 time-of-day clock 1063# 1064define intersil7170 1065file dev/ic/intersil7170.c intersil7170 1066 1067# National Semiconductor MM58167 time-of-day clock 1068# 1069define mm58167 1070file dev/ic/mm58167.c mm58167 1071 1072# Motorola mc146818 (and compatible) time-of-day clock 1073# 1074define mc146818 1075file dev/ic/mc146818.c mc146818 1076 1077# Ricoh RS5C313 time of-day-clock 1078# 1079define rs5c313 1080file dev/ic/rs5c313.c rs5c313 1081 1082# D-Link DL10019/10022 NE2000-compatible network interface subroutines 1083# 1084define dl10019 1085file dev/ic/dl10019.c dl10019 1086 1087# ASIX AX88190 NE2000-compatible network interface subroutines 1088# 1089define ax88190 1090file dev/ic/ax88190.c ax88190 1091 1092# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ 1093# 1094device we: ether, ifnet, arp, dp8390nic 1095file dev/ic/we.c we 1096 1097# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers 1098# 1099device ate: arp, ether, ifnet, mb86960 1100 1101# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers 1102# 1103device fmv: arp, ether, ifnet, mb86960 1104file dev/ic/fmv.c fmv 1105 1106# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet 1107# 1108device cs: arp, ether, ifnet 1109device tscs: arp, ether, ifnet 1110file dev/ic/cs89x0.c cs | tscs 1111 1112# Radio device attributes 1113# 1114define tea5757 1115file dev/ic/tea5757.c tea5757 1116define lm700x 1117file dev/ic/lm700x.c lm700x 1118 1119# Philips PCF8584 i2c controller 1120define pcf8584 1121file dev/ic/pcf8584.c pcf8584 1122 1123# PCA9564 i2c controller 1124define pca9564 1125file dev/ic/pca9564.c pca9564 1126 1127# ACPI power management timer (hardware access, independent of ACPI) 1128# 1129define acpipmtimer 1130file dev/ic/acpipmtimer.c acpipmtimer 1131 1132device hpet 1133file dev/ic/hpet.c hpet needs-flag 1134 1135# DesignWare timer 1136device dwctmr 1137file dev/ic/dwc_tmr.c dwctmr 1138 1139# SMSC LAN9118 Family Ethernet Controller 1140# 1141device smsh: arp, ether, ifnet, mii 1142file dev/ic/lan9118.c smsh 1143 1144# Apple System Management Controller 1145# 1146define applesmcbus { } 1147device applesmc: applesmcbus 1148file dev/ic/apple_smc.c applesmc 1149 1150# Apple SMC fan sensors and control 1151device applesmcfan: applesmcbus, sysmon_envsys 1152attach applesmcfan at applesmcbus with apple_smc_fan 1153file dev/ic/apple_smc_fan.c applesmcfan 1154 1155# Apple SMC temperature sensors 1156device applesmctemp: applesmcbus, sysmon_envsys 1157attach applesmctemp at applesmcbus with apple_smc_temp 1158file dev/ic/apple_smc_temp.c applesmctemp 1159 1160# Apple SMC accelerometer (not yet implemented!) 1161#device applesmcaccel: applesmcbus, sysmon_envsys 1162#attach applesmcaccel at applesmcbus with apple_smc_accel 1163#file dev/ic/apple_smc_accel.c applesmcaccel 1164 1165# DRM - Direct Rendering Infrastructure: dev/drm 1166define drm {} 1167include "external/bsd/drm/conf/files.drm" 1168include "dev/drm/files.drm" 1169 1170# Linux API support 1171include "external/bsd/common/conf/files.linux" 1172 1173# DRM/KMS - Newer direct rendering manager with kernel mode-switching 1174include "external/bsd/drm2/drm/files.drmkms" 1175 1176 1177# Definitions for wscons 1178# device attributes: display, display with emulator, keyboard, and mouse 1179# 1180define wsdisplaydev {[kbdmux = 1]} 1181define wsemuldisplaydev {[console = -1], [kbdmux = 1]} 1182define wskbddev {[console = -1], [mux = 1]} 1183define wsmousedev {[mux = 0]} 1184define vcons 1185# attribute to pull in raster support 1186# 1187define wsrasteremulops 1188# common PC display functions 1189# 1190defflag opt_pcdisplay.h PCDISPLAY_SOFTCURSOR 1191define pcdisplayops 1192file dev/ic/pcdisplay_subr.c pcdisplayops 1193file dev/ic/pcdisplay_chars.c pcdisplayops 1194# an attribute used by arch specific config files to include /dev/fb* (or 1195# equivalent) support - on most archs this is just a NOP (untill, maybe 1196# someday when we might make /dev/fb* support MI) 1197define fb 1198# VGA graphics 1199# 1200defparam opt_vga.h VGA_CONSOLE_SCREENTYPE 1201defflag opt_vga.h VGA_CONSOLE_ATI_BROKEN_FONTSEL 1202defflag opt_vga.h VGA_RASTERCONSOLE 1203defflag opt_vga.h VGA_RESET 1204device vga: displaydev, wsemuldisplaydev, pcdisplayops, drm 1205file dev/ic/vga.c vga & !vga_rasterconsole needs-flag 1206file dev/ic/vga_raster.c vga_rasterconsole needs-flag 1207file dev/ic/vga_subr.c vga | vga_rasterconsole 1208file dev/ic/vga_common.c vga | vga_rasterconsole 1209 1210# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode) 1211# 1212device igsfb: wsemuldisplaydev, rasops8, vcons, videomode 1213file dev/ic/igsfb.c igsfb needs-flag 1214file dev/ic/igsfb_subr.c igsfb 1215 1216device chipsfb: wsemuldisplaydev, rasops8, vcons, videomode 1217file dev/ic/ct65550.c chipsfb 1218defflag opt_chipsfb.h CHIPSFB_DEBUG 1219defflag opt_chipsfb.h CHIPSFB_WAIT 1220 1221# STI (hp graphics) 1222device sti: wsemuldisplaydev 1223file dev/ic/sti.c sti 1224 1225include "dev/wscons/files.wscons" 1226include "dev/rasops/files.rasops" 1227include "dev/wsfont/files.wsfont" 1228include "dev/wsfb/files.wsfb" 1229 1230# Attributes which machine-independent bus support can be attached to. 1231# These should be defined here, because some of these busses can have 1232# devices which provide these attributes, and we'd like to avoid hairy 1233# ordering constraints on inclusion of the busses' "files" files. 1234# 1235define isabus { } # ISA attachment 1236define eisabus { } # EISA attachment 1237define pcibus {[bus = -1]} # PCI attachment 1238define tcbus { } # TurboChannel attachment 1239define mcabus { } # MicroChannel attachment 1240define usbus { } # USB attachment 1241define fwbus { } # IEEE 1394 attachment 1242define vmebus { } # VME bus attachment 1243define acpibus { } # ACPI "bus" attachment 1244define pcmciabus { [controller = -1], [socket = -1]} # PCMCIA bus attachment 1245define cbbus { } # CardBus attachment 1246define pcmciaslot { } # PCMCIA slot itself 1247define sdmmcbus { } # SD/MMC attachment 1248 1249# We need the USB bus controllers here so different busses can 1250# use them in an 'attach-with'. 1251# 1252 1253define usbroothub 1254file dev/usb/usbroothub.c usbroothub 1255 1256define usb_dma 1257 1258# UHCI USB controller 1259# 1260device uhci: usbus, usbroothub, usb_dma 1261file dev/usb/uhci.c uhci needs-flag 1262 1263# OHCI USB controller 1264# 1265device ohci: usbus, usbroothub, usb_dma 1266file dev/usb/ohci.c ohci needs-flag 1267 1268# EHCI USB2 controller 1269# 1270device ehci: usbus, usbroothub, usb_dma 1271file dev/usb/ehci.c ehci needs-flag 1272 1273# xHCI USB3 controller 1274# 1275device xhci: usbus, usbroothub, usb_dma 1276file dev/usb/xhci.c xhci needs-flag 1277 1278# Mentor graphics OTG IP 1279defflag opt_motg.h MOTG_ALLWINNER 1280device motg: usbus, usbroothub 1281file dev/usb/motg.c motg needs-flag 1282 1283# SL811HS/T USB controller 1284defflag opt_slhci.h SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER 1285device slhci: usbus, usbroothub 1286file dev/ic/sl811hs.c slhci needs-flag 1287 1288# DesignWare OTG host controller 1289# 1290include "external/bsd/dwc2/conf/files.dwc2" 1291 1292# USB HID processing (as used by bluetooth and usb code) 1293define hid 1294file dev/usb/hid.c hid 1295 1296# SD Host controller 1297device sdhc: sdmmcbus 1298file dev/sdmmc/sdhc.c sdhc needs-flag 1299 1300# Winbond Integrated Media Reader 1301device wb: sdmmcbus 1302file dev/ic/w83l518d.c wb 1303file dev/ic/w83l518d_sdmmc.c wb 1304 1305# Realtek RTS5209/RTS5229 Card Reader 1306device rtsx: sdmmcbus 1307file dev/ic/rtsx.c rtsx 1308 1309# DesignWare SD/MMC host controller 1310defflag opt_dwc_mmc.h DWC_MMC_DEBUG 1311device dwcmmc: sdmmcbus 1312file dev/ic/dwc_mmc.c dwcmmc 1313 1314# ARM PrimeCell PL181 (MMCI) host controller 1315device plmmc: sdmmcbus 1316file dev/ic/pl181.c plmmc 1317 1318# Myson MTD803 3-in-1 Fast Ethernet Controller 1319device mtd: arp, ether, ifnet, mii 1320file dev/ic/mtd803.c mtd 1321 1322# radio devices, attaches to radio hardware driver 1323device radio 1324attach radio at radiodev 1325 1326# IEEE 1394 controllers 1327# (These need to be here since it will have both PCI and CardBus attachments) 1328# 1329device fwohci: fwbus 1330 1331# Sony Programmable I/O Controller 1332device spic: wsmousedev 1333file dev/ic/spic.c spic 1334 1335# IBM CPC700 PowerPC bridge 1336define cpcbus { addr, [irq=-1] } 1337device cpc: cpcbus, pcibus 1338file dev/ic/cpc700.c cpc 1339 1340attach com at cpcbus with com_cpcbus 1341file dev/ic/com_cpcbus.c com_cpcbus 1342 1343device cpctim 1344attach cpctim at cpcbus 1345file dev/ic/timer_cpcbus.c cpctim 1346 1347device cpciic 1348attach cpciic at cpcbus with iic_cpcbus 1349file dev/ic/iic_cpcbus.c iic_cpcbus 1350 1351 1352# Attributes used by the ISDN subsystem 1353# 1354define isdndev # the ISDN subsystem 1355define passive_isdn # files needed by passive cards (XXX - protocol 1356 # specific) 1357define isdncapi # ISDN CAPI (http://www.capi.org/) 1358 1359# The isac found on the Fritz V2.0 Card. 1360define nisacsx 1361file dev/ic/isacsx.c nisacsx needs-flag 1362 1363# The 'standard' isac 1364define nisac 1365file dev/ic/isac.c nisac needs-flag 1366 1367# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes) 1368# 1369device isic: isdndev, passive_isdn, nisac 1370 1371file dev/ic/isic.c isic 1372file dev/ic/isic_l1.c isic|ifpci|ifritz 1373file dev/ic/isic_l1fsm.c isic|ifpci|ifritz 1374file dev/ic/hscx.c isic 1375file dev/ic/isic_bchan.c isic 1376 1377# (old) Diehl active ISDN cards 1378# 1379#device daic: isdndev 1380#file dev/ic/daic.c daic 1381 1382# AWM B1/T1 1383# XXX: passive_isdn 1384device iavc: isdndev, isdncapi, passive_isdn 1385file dev/ic/iavc.c iavc 1386 1387# Broadcom AirForce / Apple Airport Extreme 1388device bwi: arp, ifnet, firmload, wlan 1389file dev/ic/bwi.c bwi 1390 1391# DM9000 Ethernet controllers 1392# 1393device dme: arp, ether, ifnet 1394file dev/ic/dm9000.c dme 1395 1396# NVM Express Controller 1397# 1398device nvme {nsid = -1} 1399file dev/ic/nvme.c nvme 1400 1401attach ld at nvme with ld_nvme 1402file dev/ic/ld_nvme.c ld_nvme 1403 1404# legitimate pseudo-devices 1405# 1406defpseudodev vnd: disk 1407defflag opt_vnd.h VND_COMPRESSION 1408defpseudo ccd: disk 1409defpseudodev cgd: disk, des, blowfish, cast128 1410defpseudodev md: disk 1411defpseudodev fss: disk 1412 1413defpseudo pty: tty 1414defpseudo rnd 1415defpseudo ksyms 1416defpseudo nullcons 1417defpseudo lockstat 1418defpseudo bio: sysmon_envsys 1419 1420defpseudo loop: ifnet 1421defpseudo sl: ifnet 1422defpseudo ppp: ifnet, bpf_filter 1423defpseudo pppoe: ifnet, ether, sppp 1424defpseudo tun: ifnet 1425defpseudo vlan: ifnet, ether 1426defpseudo bridge: ifnet, ether 1427defpseudo bpfilter: ifnet, bpf_filter 1428defpseudo strip: ifnet 1429defpseudo gre: ifnet 1430defpseudo gif: ifnet 1431defpseudo faith: ifnet 1432defpseudo mpls: ifnet 1433defpseudo srt: ifnet 1434defpseudo stf: ifnet 1435defpseudodev tap: ifnet, ether, arp 1436defpseudo carp: ifnet, ether, arp 1437defpseudodev etherip: ifnet, ether, arp 1438 1439defpseudo sequencer 1440defpseudo clockctl 1441 1442# 1443# Accept filters. XXX should use another registration/initialization method. 1444# 1445defpseudo accf_data 1446defpseudo accf_http 1447 1448# ISDN userland pseudo devices 1449# 1450defpseudo isdntrc: isdndev, tty 1451defpseudo isdnbchan: isdndev, tty 1452defpseudo isdntel: isdndev, tty 1453defpseudo isdnctl: isdndev, tty 1454defpseudo isdn: isdndev, tty 1455 1456# ISDN network interfaces 1457defpseudo irip: isdndev, ifnet 1458defflag opt_irip.h IRIP_VJ 1459defpseudo ippp: isdndev, sppp, ifnet 1460 1461# KTTCP network throughput testing pseudo-device 1462defpseudo kttcp 1463file dev/kttcp.c kttcp needs-flag 1464 1465# Veriexec 1466defpseudo veriexec 1467file kern/kern_veriexec.c veriexec 1468file dev/veriexec.c veriexec needs-flag 1469 1470# driver attach / detach user interface 1471defpseudo drvctl 1472file kern/kern_drvctl.c drvctl needs-flag 1473 1474# cpu control 1475defpseudo cpuctl 1476defflag CPU_UCODE: firmload 1477 1478# pass-to-userspace transporter 1479defpseudo putter 1480file dev/putter/putter.c putter 1481 1482# userspace block/char device drivers 1483defpseudo pud 1484file dev/pud/pud.c pud 1485file dev/pud/pud_dev.c pud 1486 1487# device-mapper driver for LVM 1488include "dev/dm/files.dm" 1489 1490# 1491# File systems 1492# 1493include "coda/files.coda" 1494include "fs/adosfs/files.adosfs" 1495include "fs/cd9660/files.cd9660" 1496include "fs/efs/files.efs" 1497include "fs/filecorefs/files.filecorefs" 1498include "fs/hfs/files.hfs" 1499include "fs/msdosfs/files.msdosfs" 1500include "fs/nilfs/files.nilfs" 1501include "fs/ntfs/files.ntfs" 1502include "fs/ptyfs/files.ptyfs" 1503include "fs/puffs/files.puffs" 1504include "fs/udf/files.udf" 1505include "fs/smbfs/files.smbfs" 1506include "fs/sysvbfs/files.sysvbfs" 1507include "fs/tmpfs/files.tmpfs" 1508include "fs/union/files.union" 1509include "fs/v7fs/files.v7fs" 1510include "miscfs/fdesc/files.fdesc" 1511include "miscfs/kernfs/files.kernfs" 1512include "miscfs/nullfs/files.nullfs" 1513include "miscfs/overlay/files.overlay" 1514include "miscfs/procfs/files.procfs" 1515include "miscfs/umapfs/files.umapfs" 1516include "nfs/files.nfs" 1517include "ufs/files.ufs" 1518include "fs/nfs/files.newnfs" 1519 1520# 1521# UVM (virtual memory) 1522# 1523include "uvm/files.uvm" 1524 1525# 1526# Security models 1527# 1528include "secmodel/files.secmodel" 1529 1530include "kern/files.kern" 1531 1532include "dev/files.dev" 1533 1534include "net/files.net" 1535 1536# Game adapter (joystick) 1537device joy 1538file dev/ic/joy.c joy needs-flag 1539 1540# process monitor for make(1) 1541# normally built as module 1542defpseudo filemon 1543file dev/filemon/filemon.c filemon 1544file dev/filemon/filemon_wrapper.c filemon 1545 1546# 1547# General Purpose Input/Output framework 1548# 1549define onewire_bitbang 1550include "dev/gpio/files.gpio" 1551 1552include "dev/onewire/files.onewire" 1553 1554# 1555# Pseudo audio device 1556# 1557include "dev/pad/files.pad" 1558 1559# 1560# Intel 386 Real Mode emulator 1561# 1562include "lib/libx86emu/files.x86emu" 1563 1564# 1565# "tprof" profiler. 1566# 1567include "dev/tprof/files.tprof" 1568 1569# 1570# alternate memory device 1571# 1572include "dev/altmem/files.altmem" 1573 1574# 1575# Flash subsystem 1576# 1577include "dev/flash/files.flash" 1578 1579# 1580# NAND subsytem 1581# 1582include "dev/nand/files.nand" 1583 1584# 1585# NOR subsytem 1586# 1587include "dev/nor/files.nor" 1588 1589# 1590# iscsi 1591# 1592include "dev/iscsi/files.iscsi" 1593 1594# 1595# athn 1596# 1597include "dev/ic/files.athn" 1598 1599# 1600# MI clk api 1601# 1602include "dev/clk/files.clk" 1603