[BACK]Return to files CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / conf

Annotation of src/sys/conf/files, Revision 1.1240

1.1240  ! christos    1: #      $NetBSD: files,v 1.1239 2019/09/14 06:57:52 maxv Exp $
1.60      cgd         2: #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
                      3:
1.1184    christos    4: version        20171118
1.798     cube        5:
1.565     thorpej     6: #
                      7: # device classes
                      8: #
                      9: devclass disk
                     10: devclass tape
                     11: devclass ifnet
                     12: devclass tty
1.876     jmcneill   13: devclass audiodev
                     14: devclass displaydev
                     15: devclass bus
1.565     thorpej    16:
1.112     thorpej    17: # options understood by the machine-independent part of the kernel
                     18: # (note, these are case-sensitive)
1.473     lukem      19: #
1.1139    uebayasi   20: defparam opt_param.h           MAXUSERS
1.474     lukem      21: defflag                                INSECURE
                     22: defflag                                KTRACE
1.781     kardel     23: defflag                                MBUFTRACE
1.1166    pgoyette   24: defflag        opt_ptrace.h            PTRACE PTRACE_HOOKS
1.799     matt       25: defflag                                COREDUMP
1.1099    jnemeth    26: defflag        opt_modular.h           MODULAR
                     27: defflag        opt_modular.h           MODULAR_DEFAULT_AUTOLOAD
1.953     mbalmer    28: defflag                                KEYLOCK
1.1136    uebayasi   29: defparam opt_syslimits.h       CHILD_MAX OPEN_MAX
1.1144    uebayasi   30: defflag opt_diagnostic.h       _DIAGNOSTIC
1.1193    maxv       31: defflag                                GPROF
1.1204    maxv       32: defflag                                KASAN
1.1237    maxv       33: defflag opt_kasan.h            KASAN_PANIC
1.1217    maxv       34: defflag                                KLEAK
1.1230    kamil      35: defflag                                KCOV
1.1234    maxv       36: defflag opt_pool.h             POOL_QUARANTINE
1.799     matt       37:
1.1140    uebayasi   38: defparam opt_copy_symtab.h     makeoptions_COPY_SYMTAB
                     39:
1.781     kardel     40: defparam                       DEFCORENAME
                     41: defparam                       HZ
1.474     lukem      42: defparam                       MAXUPRC
                     43: defparam                       RTC_OFFSET
1.494     jdolecek   44: defflag        opt_pipe.h              PIPE_SOCKETPAIR PIPE_NODIRECT
1.573     junyoung   45:
1.926     ad         46: defflag                                AIO
                     47: defflag                                MQUEUE
1.1168    pgoyette   48: defflag                                SEMAPHORE
1.926     ad         49:
1.733     yamt       50: defflag                                BUFQ_DISKSORT
                     51: defflag                                BUFQ_FCFS
1.698     yamt       52: defflag                                BUFQ_PRIOCSCAN
                     53: defflag                                BUFQ_READPRIO
                     54: defflag                                NEW_BUFQ_STRATEGY       # same as BUFQ_READPRIO
1.524     thorpej    55:
1.845     yamt       56: defflag        opt_sched.h             SCHED_4BSD
1.868     rmind      57: defflag        opt_sched.h             SCHED_M2
1.845     yamt       58:
1.616     enami      59: defparam                       SOMAXKVA
1.524     thorpej    60: defflag        opt_sock_counters.h     SOSEND_COUNTERS
1.547     thorpej    61: defflag        opt_sosend_loan.h       SOSEND_NO_LOAN
1.840     dyoung     62: defflag        opt_route.h             RTCACHE_DEBUG RTFLUSH_DEBUG
1.247     thorpej    63:
1.474     lukem      64: defflag                                MULTIPROCESSOR
1.1125    ozaki-r    65: defflag                                NET_MPSAFE
1.486     atatat     66:
                     67: defflag        opt_config.h            INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
1.459     enami      68:
1.597     atatat     69: defparam opt_dump.h            DUMP_ON_PANIC
                     70:
1.474     lukem      71: defflag        opt_callout.h           CALLWHEEL_STATS
1.250     tron       72:
1.891     martin     73: defflag                                CPU_IN_CKSUM
                     74:
1.976     darran     75: defflag opt_dtrace.h           KDTRACE_HOOKS
                     76:
1.474     lukem      77: defflag        opt_sysv.h              SYSVMSG SYSVSEM SYSVSHM
1.1233    pgoyette   78: defparam opt_sysvparam.h       MSGMAX MSGMNI MSGMNB MSGTQL MSGSSZ MSGSEG
                     79: defparam opt_sysvparam.h       SEMMAP SEMMNI SEMMNS SEMMNU SEMMSL SEMOPM
                     80: defparam opt_sysvparam.h       SEMUME SEMUSZ SEMVMX SEMAEM
                     81: defparam opt_sysvparam.h       SHMMAX SHMMIN SHMMNI SHMSEG SHMMAXPGS
1.181     jonathan   82:
1.1071    kardel     83: defflag        opt_ntp.h               PPS_SYNC PPS_DEBUG NTP
1.129     thorpej    84:
1.694     christos   85: defflag        opt_ptm.h               NO_DEV_PTM COMPAT_BSDPTY
1.676     christos   86:
1.707     petrov     87: defparam opt_kmempages.h       NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
1.431     fvdl       88:
1.474     lukem      89: defflag        opt_revcache.h          NAMECACHE_ENTER_REVERSE
1.189     scottr     90:
1.1025    jmcneill   91: defflag        opt_exec.h              DEBUG_EXEC
                     92:
1.474     lukem      93: defflag        opt_execfmt.h           EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
1.1008    joerg      94:                                EXEC_ELF64 EXEC_SCRIPT
1.503     jdolecek   95:                                EXEC_ELF_NOTELESS
1.199     thorpej    96:
1.686     thorpej    97: defflag        opt_dkwedge.h           DKWEDGE_AUTODISCOVER
1.691     thorpej    98:                                DKWEDGE_METHOD_BSDLABEL
1.688     thorpej    99:                                DKWEDGE_METHOD_GPT
1.693     thorpej   100:                                DKWEDGE_METHOD_MBR
1.1047    christos  101:                                DKWEDGE_METHOD_APPLE
1.1171    rin       102:                                DKWEDGE_METHOD_RDB
1.686     thorpej   103:
1.1181    sevan     104: defflag        opt_veriexec.h          VERIFIED_EXEC_FP_SHA256
1.725     christos  105:                                VERIFIED_EXEC_FP_SHA384
                    106:                                VERIFIED_EXEC_FP_SHA512
                    107:
1.794     dsl       108: # Per system call number counts and times
                    109: defflag opt_syscall_stats.h    SYSCALL_STATS
1.1076    jakllsch  110: defflag opt_syscall_stats.h    SYSCALL_TIMES: SYSCALL_STATS
1.794     dsl       111: # Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1.1076    jakllsch  112: defflag opt_syscall_stats.h    SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES
1.794     dsl       113: file kern/subr_syscall_stats.c syscall_stats
                    114:
1.774     elad      115: defparam opt_pax.h             PAX_MPROTECT
1.1154    christos  116:                                PAX_MPROTECT_DEBUG
1.817     elad      117:                                PAX_SEGVGUARD
1.879     christos  118:                                PAX_ASLR
                    119:                                PAX_ASLR_DELTA_MMAP_LSB
                    120:                                PAX_ASLR_DELTA_MMAP_LEN
                    121:                                PAX_ASLR_DELTA_STACK_LSB
                    122:                                PAX_ASLR_DELTA_STACK_LEN
                    123:                                PAX_ASLR_DELTA_PROG_LEN
1.983     christos  124:                                PAX_ASLR_DEBUG
1.774     elad      125:
1.789     elad      126: defflag        opt_fileassoc.h         FILEASSOC
                    127:
1.803     dyoung    128: defflag        opt_gre.h               GRE_DEBUG
                    129:
1.1170    knakahar  130: defparam opt_l2tp.h            L2TP_ID_HASH_SIZE
                    131:
1.911     simonb    132: # Write Ahead Physical Block Logging
                    133: defflag opt_wapbl.h            WAPBL WAPBL_DEBUG
                    134: defparam opt_wapbl.h           WAPBL_DEBUG_PRINT
                    135:
1.1096    tls       136: # printf entropy source
                    137: defflag opt_rnd_printf.h       RND_PRINTF
                    138:
1.1124    jmcneill  139: defflag opt_todr.h             TODR_DEBUG
                    140:
1.199     thorpej   141: # compatibility options
1.473     lukem     142: #
1.926     ad        143: defflag opt_compat_netbsd.h    COMPAT_NETBSD
1.1240  ! christos  144: defflag        opt_compat_netbsd.h     COMPAT_90: COMPAT_NETBSD
        !           145: defflag        opt_compat_netbsd.h     COMPAT_80: COMPAT_90, COMPAT_NETBSD
1.1192    mrg       146: defflag        opt_compat_netbsd.h     COMPAT_70: COMPAT_80, COMPAT_NETBSD
1.1097    apb       147: defflag        opt_compat_netbsd.h     COMPAT_60: COMPAT_70, COMPAT_NETBSD
1.1059    drochner  148: defflag        opt_compat_netbsd.h     COMPAT_50: COMPAT_60, COMPAT_NETBSD
1.1044    rmind     149: defflag        opt_compat_netbsd.h     COMPAT_40: COMPAT_50, COMPAT_NETBSD
1.926     ad        150: defflag        opt_compat_netbsd.h     COMPAT_30: COMPAT_40, COMPAT_NETBSD
                    151: defflag        opt_compat_netbsd.h     COMPAT_20: COMPAT_30, COMPAT_NETBSD
                    152: defflag        opt_compat_netbsd.h     COMPAT_16: COMPAT_20, COMPAT_NETBSD
                    153: defflag        opt_compat_netbsd.h     COMPAT_15: COMPAT_16, COMPAT_NETBSD
                    154: defflag        opt_compat_netbsd.h     COMPAT_14: COMPAT_15, COMPAT_NETBSD
                    155: defflag        opt_compat_netbsd.h     COMPAT_13: COMPAT_14, COMPAT_NETBSD
                    156: defflag        opt_compat_netbsd.h     COMPAT_12: COMPAT_13, COMPAT_NETBSD
                    157: defflag        opt_compat_netbsd.h     COMPAT_11: COMPAT_12, COMPAT_NETBSD
                    158: defflag        opt_compat_netbsd.h     COMPAT_10: COMPAT_11, COMPAT_NETBSD
                    159: defflag        opt_compat_netbsd.h     COMPAT_09: COMPAT_10, COMPAT_NETBSD
1.589     christos  160: defflag                                COMPAT_OSSAUDIO
1.1227    pgoyette  161: defflag                                COMPAT_43
1.1226    pgoyette  162: defflag                                COMPAT_FREEBSD: COMPAT_09, COMPAT_43
                    163: defflag                                COMPAT_LINUX: COMPAT_NETBSD, COMPAT_43
1.1229    mrg       164: defflag                                COMPAT_SUNOS: COMPAT_09, COMPAT_43
1.937     he        165: defflag                                COMPAT_ULTRIX: COMPAT_50
1.474     lukem     166: defflag                                COMPAT_NETBSD32
1.1222    pgoyette  167: defflag                                COMPAT_SYSV
                    168: defflag                                SYSV_IPC        : SYSVSHM, SYSVSEM, SYSVMSG
                    169: defflag                                COMPAT_NETBSD32_SYSVIPC : SYSV_IPC,
                    170:                                                          COMPAT_SYSV,
                    171:                                                          COMPAT_NETBSD32
                    172: defflag                                COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32,
                    173:                                                 COMPAT_50, COMPAT_SYSV,
                    174:                                                 COMPAT_NETBSD32_SYSVIPC
1.852     he        175: defflag                                COMPAT_AOUT_M68K: COMPAT_40
1.474     lukem     176: defflag                                COMPAT_M68K4K
                    177: defflag                                COMPAT_VAX1K
1.633     matt      178: defflag        opt_compat_netbsd.h     COMPAT_NOMID
1.221     jonathan  179:
1.1222    pgoyette  180: include        "compat/common/files.common"
                    181:
1.1109    uebayasi  182: define machdep
                    183: defflag        opt_machdep.h           MACHDEP
                    184:
1.473     lukem     185: #
1.570     thorpej   186: # Cryptography support.  Include this early, since several things
                    187: # use it.
1.624     jonathan  188:
                    189: # Individual crypto transforms
1.570     thorpej   190: include "crypto/arc4/files.arc4"
                    191: include "crypto/des/files.des"
                    192: include "crypto/blowfish/files.blowfish"
                    193: include "crypto/cast128/files.cast128"
                    194: include "crypto/rijndael/files.rijndael"
1.644     tls       195: include "crypto/skipjack/files.skipjack"
1.1011    drochner  196: include "crypto/camellia/files.camellia"
1.626     thorpej   197: # General-purpose crypto processing framework.
                    198: include "opencrypto/files.opencrypto"
                    199:
1.1238    riastrad  200: # NIST SP800-90A Hash_DRBG
                    201: include "crypto/nist_hash_drbg/files.nist_hash_drbg"
1.1032    tls       202:
1.1096    tls       203: # ChaCha-based fast PRNG
                    204: include "crypto/cprng_fast/files.cprng_fast"
                    205:
1.570     thorpej   206: #
1.1014    mrg       207: # Kernel history/tracing. Old UVMHIST depends upon this.
                    208: #
                    209: defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
1.1083    matt      210: defparam opt_kernhist.h                        KERNHIST_DELAY
1.1014    mrg       211: file   kern/kern_history.c             kernhist
                    212:
                    213: #
1.1160    skrll     214: # These are here for the benefit of kern_history.c so that
                    215: # UVMHIST can be built in kernels without usb.
                    216: #
                    217: # top level usb debug defines
                    218: defflag        opt_usb.h                       USB_DEBUG: KERNHIST
                    219: defparam opt_usb.h                     USBHIST_SIZE
                    220:
                    221: #
1.1168    pgoyette  222: # Options for BIOHIST
                    223: #
                    224: defflag opt_biohist.h           BIOHIST: KERNHIST
                    225: defflag opt_biohist.h           BIOHIST_PRINT: KERNHIST_PRINT
                    226: defparam opt_biohist.h          BIOHIST_SIZE
                    227:
                    228: #
1.618     thorpej   229: # System monitoring framework
                    230: #
                    231: include "dev/sysmon/files.sysmon"
                    232:
                    233: #
1.563     thorpej   234: # Networking protocols
                    235: #
1.971     pooka     236:
                    237: # Attribute used by various things that need BPF's virtual machine
                    238: #
                    239: define bpf_filter
                    240: defparam opt_bpf.h     BPF_BUFSIZE
                    241:
1.1123    uebayasi  242: defflag        opt_bpf.h       BPFJIT
1.1060    alnsn     243:
                    244: file   net/bpfjit.c    sljit & bpfjit
                    245:
1.743     thorpej   246: include "net80211/files.net80211"
1.563     thorpej   247: include "netatalk/files.netatalk"
1.782     gdamore   248: include "netbt/files.netbt"
1.1172    bouyer    249: include "netcan/files.netcan"
1.565     thorpej   250: include "netinet/files.netinet"
                    251: include "netinet6/files.netinet6"
1.632     itojun    252: include "netipsec/files.netipsec"
1.991     kefren    253: include "netmpls/files.netmpls"
1.600     jdolecek  254: include "netsmb/files.netsmb"
1.994     rmind     255:
                    256: include "net/npf/files.npf"
                    257: include "netinet/files.ipfilter"
1.677     itojun    258: include "net/files.pf"
1.563     thorpej   259:
1.795     matt      260: obsolete defflag               CCITT           # obsolete
                    261: obsolete defflag               HDLC            # obsolete
                    262: obsolete defflag               LLC             # obsolete
                    263: obsolete defflag opt_ns.h      NS NSIP         # obsolete
                    264: obsolete defflag               IPX             # obsolete
1.939     jym       265: obsolete defparam opt_md.h     MEMORY_RBFLAGS  # superseded by
                    266:                                                # MEMORY_DISK_RBFLAGS
                    267:
1.603     perseant  268: defflag        opt_bridge_ipf.h        BRIDGE_IPF      # bridge(4) use inet_pfil_hooks
1.474     lukem     269: defflag        opt_ppp.h               PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
                    270:                                                # Include deflate or bsd
                    271:                                                # compression, enable pppd
                    272:                                                # packet filtering support
1.1162    christos  273: defflag opt_pppoe.h            PPPOE_SERVER PPPOE_DEBUG
1.189     scottr    274:
                    275: # networking options
1.473     lukem     276: #
1.474     lukem     277: defflag                                GATEWAY
1.748     yamt      278: defparam opt_nmbclusters.h     NMBCLUSTERS
1.474     lukem     279: defparam                       SB_MAX
1.171     mrg       280:
1.189     scottr    281: # file system options
1.473     lukem     282: #
1.1004    bouyer    283: defflag        opt_quota.h             QUOTA QUOTA2            # XXX files.ufs?
1.685     thorpej   284: defflag                                VNODE_LOCKDEBUG
1.759     chs       285: defflag                                MAGICLINKS
1.353     oster     286:
1.276     scottr    287: # buffer cache size options
1.473     lukem     288: #
1.474     lukem     289: defparam opt_bufcache.h                BUFCACHE BUFPAGES
1.276     scottr    290:
1.449     gmcgarry  291: # userconf
1.473     lukem     292: #
1.474     lukem     293: defflag                                USERCONF
1.449     gmcgarry  294:
1.663     atatat    295: # sysctl related
                    296: #
                    297: defflag opt_sysctl.h           SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
                    298:                                SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
1.665     atatat    299:                                SYSCTL_INCLUDE_DESCR
1.663     atatat    300:
1.473     lukem     301: #
1.289     lukem     302: # Not entirely MI, but present on multiple arch's
1.473     lukem     303: #
1.289     lukem     304:
1.276     scottr    305: # PC-style MBR handling
1.473     lukem     306: #
1.474     lukem     307: defflag        opt_mbr.h               COMPAT_386BSD_MBRPART
1.209     jonathan  308:
1.745     thorpej   309: #
1.209     jonathan  310: # debugging options
1.473     lukem     311: #
1.745     thorpej   312: include "ddb/files.ddb"                # in-kernel dynamic debugger
                    313:
1.474     lukem     314: defflag        opt_kgdb.h              KGDB
1.613     martin    315: defparam opt_kgdb.h            KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
1.474     lukem     316:                                KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
                    317: defflag                                LOCKDEBUG
                    318: defflag                                SYSCALL_DEBUG
1.540     yamt      319: defflag        opt_kstack.h            KSTACK_CHECK_MAGIC
1.1236    ozaki-r   320: defflag                                PSREF_DEBUG
1.271     jonathan  321:
                    322: # memory (ram) disk options
1.473     lukem     323: #
1.474     lukem     324: defflag        opt_md.h                MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
                    325:                                MEMORY_DISK_DYNAMIC
1.851     dsl       326: defparam opt_md.h              MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
1.939     jym       327:                                MEMORY_DISK_RBFLAGS
1.1143    uebayasi  328: defparam opt_memory_disk_image.h       makeoptions_MEMORY_DISK_IMAGE
1.159     drochner  329:
1.842     manu      330: defflag opt_tftproot.h         TFTPROOT TFTPROOT_DEBUG
                    331:
1.936     christos  332: defflag        opt_wlan.h              WLAN
                    333:
1.819     wiz       334: # Machine-independent device majors assignements
1.640     jdolecek  335: include "conf/majors"
1.543     briggs    336:
1.60      cgd       337: # generic attributes
1.473     lukem     338: #
1.915     jmcneill  339: define videobus        { }
1.638     bouyer    340: define ata             {[channel = -1]}
1.674     thorpej   341: define sata
1.947     jakllsch  342: define sata_fis
1.1054    bouyer    343: define sata_pmp
1.558     thorpej   344: define scsi_core
                    345: define scsi            {[channel = -1]}: scsi_core
1.638     bouyer    346: define ata_hl          {[drive = -1]}
1.637     bouyer    347: define atapi           { }
1.489     drochner  348: define radiodev        { }
1.614     gmcgarry  349: define gpibdev         {[address = -1]}
1.734     jmcneill  350: define gpiobus         { }
1.769     riz       351: define onewirebus      { }
1.659     bjh21     352: define         pckbport        {[slot = -1]}
                    353: define pckbport_machdep_cnattach
1.754     thorpej   354: define firmload
1.1220    mlelstv   355: define ipmibus         { }
1.67      cgd       356:
1.1167    christos  357: # speaker devices, attaches to audio or pcppi drivers
1.1176    nat       358: device spkr: wsbelldev
1.1177    pgoyette  359: file   dev/spkr.c                      spkr
1.1167    christos  360:
1.1114    uebayasi  361: include "dev/files.audio"
1.650     bjh21     362:
1.1129    jmcneill  363: # High definition audio
                    364: include "dev/hdaudio/files.hdaudio"
                    365:
1.1105    christos  366: # Base verbose vendor/product printing support
                    367: file   dev/dev_verbose.c
                    368:
1.915     jmcneill  369: # video devices, attaches to video hardware driver
                    370: #
                    371: device video
                    372: attach video at videobus
                    373:
1.1024    jmcneill  374: # DTV subsystem
                    375: #
                    376: include "dev/dtv/files.dtv"
                    377:
1.1130    jmcneill  378: # HDMI CEC
                    379: #
                    380: include "dev/hdmicec/files.hdmicec"
                    381:
1.922     pgoyette  382: # National Semiconductor LM7[89]
                    383: #
                    384: # (included here so files.i2c can define an attachment)
                    385:
                    386: device lm: sysmon_envsys
                    387: file   dev/ic/nslm7x.c                 lm                      needs-flag
                    388:
1.984     pgoyette  389: # JEDEC standard SPD EPROM
                    390: #
                    391: # (included here so files.i2c can define an attachment)
                    392:
                    393: device spdmem
                    394: file   dev/ic/spdmem.c                 spdmem
                    395:
1.1231    tnn       396: # SSD1306 or SH1106 OLED/PLED display (attaches via I2C or SPI)
                    397: device ssdfb:  wsemuldisplaydev
                    398: file   dev/ic/ssdfb.c  ssdfb
                    399:
1.1186    bouyer    400: # Generic HID support (used by USB, bluetooth and i2c)
                    401: include "dev/hid/files.hid"
                    402:
1.635     thorpej   403: # I2C device support
                    404: include "dev/i2c/files.i2c"
                    405:
1.1199    jmcneill  406: # PWM device support
                    407: include "dev/pwm/files.pwm"
                    408:
1.813     gdamore   409: # SPI device support
                    410: include "dev/spi/files.spi"
                    411:
1.559     thorpej   412: # IR device support
                    413: include        "dev/ir/files.ir"
                    414:
1.651     jdolecek  415: # Parallel Port Bus support
                    416: include "dev/ppbus/files.ppbus"
                    417:
1.363     thorpej   418: # raster operations attributes
1.473     lukem     419: #
1.426     lukem     420: define rasops1
                    421: define rasops2
                    422: define rasops4
                    423: define rasops8
                    424: define rasops15
                    425: define rasops16
                    426: define rasops24
                    427: define rasops32
1.829     ober      428: define rasops_rotation
1.60      cgd       429:
1.997     jmcneill  430: # image decoding support
                    431: include "dev/stbi/files.stbi"
                    432:
1.760     jmcneill  433: # splash screen support
                    434: include "dev/splash/files.splash"
                    435:
1.768     gdamore   436: # videomode support
                    437: include "dev/videomode/files.videomode"
                    438:
1.67      cgd       439: # net device attributes - we have generic code for arc(net), ether(net),
1.1206    maxv      440: # fddi, and token ring.
1.473     lukem     441: #
1.874     cube      442: define arcnet
1.60      cgd       443: define ether
1.67      cgd       444: define fddi
1.185     kml       445: define hippi
1.399     onoe      446: define ieee1394
1.282     bad       447: define token
1.284     explorer  448: define sppp
1.1032    tls       449: define wlan
1.294     itojun    450: define crypto
1.100     ws        451:
1.1039    christos  452: # TPM
                    453: device tpm
                    454: file   dev/ic/tpm.c                    tpm                     needs-flag
                    455:
1.119     is        456: # devices ARPing IPv4 pull this in:
1.473     lukem     457: #
1.119     is        458: define arp
                    459:
1.515     thorpej   460: #
                    461: # ALTQ network traffic shaping subsystem
                    462: #
                    463: include "altq/files.altq"
                    464:
1.404     ad        465: # Logical disk
1.473     lukem     466: #
1.404     ad        467: device ld: disk
1.426     lukem     468: file   dev/ld.c                        ld                      needs-flag
1.513     thorpej   469:
                    470: #
                    471: # MII/PHY support for network devices
                    472: #
                    473: include "dev/mii/files.mii"
1.375     thorpej   474:
1.473     lukem     475: #
1.512     thorpej   476: # RAIDframe
                    477: #
                    478: include "dev/raidframe/files.raidframe"
1.639     grog      479:
                    480: #
1.542     thorpej   481: # Hardware-assisted data mover API
                    482: #
                    483: include "dev/dmover/files.dmover"
1.512     thorpej   484:
                    485: #
1.83      thorpej   486: # "Chipset" drivers.  These are the bus-independent routines which
                    487: # contain the cfdrivers.  Attachments are provided by files.<bus>
1.473     lukem     488: #
1.145     christos  489:
                    490: # Adaptec AIC-6[32]60 ICs
1.473     lukem     491: #
1.173     thorpej   492: device aic: scsi
1.145     christos  493: file   dev/ic/aic6360.c                aic
1.346     thorpej   494:
                    495: # SMC 93Cx6 Serial EEPROM devices
1.473     lukem     496: #
1.346     thorpej   497: define smc93cx6
                    498: file   dev/ic/smc93cx6.c               smc93cx6
1.83      thorpej   499:
1.86      mycroft   500: # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
1.473     lukem     501: #
1.474     lukem     502: defparam opt_ahc.h             AHC_DEBUG
                    503: defflag        opt_ahc.h               AHC_NO_TAGS
1.173     thorpej   504: device ahc: scsi
1.345     thorpej   505: define ahc_seeprom
1.354     fvdl      506: define ahc_aic77xx
1.142     enami     507: file   dev/ic/aic7xxx.c                ahc
1.609     fvdl      508: file   dev/ic/aic7xxx_osm.c            ahc
1.345     thorpej   509: file   dev/ic/aic7xxx_seeprom.c        ahc_seeprom
1.354     fvdl      510: file   dev/ic/aic77xx.c                ahc_aic77xx
1.609     fvdl      511:
                    512: # Adaptec aic79xx SCSI controllers
                    513: defflag        opt_ahd.h               AHD_DEBUG
                    514: device ahd: scsi
                    515: file   dev/ic/aic79xx.c                ahd
                    516: file   dev/ic/aic79xx_osm.c            ahd
1.318     ad        517:
                    518: # DPT EATA SCSI controllers
1.473     lukem     519: #
1.318     ad        520: device dpt: scsi
                    521: file   dev/ic/dpt.c                    dpt
1.355     ad        522:
                    523: # Compaq Smart ARRAY controllers
1.473     lukem     524: #
1.355     ad        525: device cac {unit = -1}
                    526: file   dev/ic/cac.c                    cac
                    527:
1.404     ad        528: attach ld at cac with ld_cac
                    529: file   dev/ic/ld_cac.c                 ld_cac
1.419     ad        530:
1.764     he        531: # HP/Compaq Command Interface for SCSI-3 Support
                    532: #
1.1194    joerg     533: defflag        opt_ciss.h                      CISS_NO_INTERRUPT_HACK
1.764     he        534: device ciss: scsi
                    535: file   dev/ic/ciss.c                   ciss
                    536:
1.419     ad        537: # Mylex DAC960 RAID controllers
1.473     lukem     538: #
1.419     ad        539: device mlx {unit = -1}
                    540: file   dev/ic/mlx.c                    mlx                     needs-flag
                    541:
                    542: attach ld at mlx with ld_mlx
                    543: file   dev/ic/ld_mlx.c                 ld_mlx
1.521     ad        544:
                    545: # ICP-Vortex/Intel RAID controllers
                    546: #
                    547: device icp {unit = -1}
                    548: file   dev/ic/icp.c                    icp                     needs-flag
1.611     thorpej   549: file   dev/ic/icp_ioctl.c              icp
1.521     ad        550:
                    551: attach ld at icp with ld_icp
                    552: file   dev/ic/ld_icp.c                 ld_icp
                    553:
                    554: device icpsp: scsi
                    555: file   dev/ic/icpsp.c                  icpsp
                    556: attach icpsp at icp
1.523     ad        557:
                    558: # Adaptec FSA RAID controllers
                    559: #
                    560: device aac {unit = -1}
                    561: file   dev/ic/aac.c                    aac
                    562:
                    563: attach ld at aac with ld_aac
                    564: file   dev/ic/ld_aac.c                 ld_aac
1.238     dante     565:
                    566: # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
1.473     lukem     567: #
1.238     dante     568: device adv: scsi
                    569: file   dev/ic/adv.c                    adv
1.428     thorpej   570: file   dev/ic/advlib.c                 adv
                    571: file   dev/ic/advmcode.c               adv
1.248     dante     572:
                    573: # AdvanSys ULTRA WIDE SCSI controllers
1.473     lukem     574: #
1.248     dante     575: device adw: scsi
                    576: file   dev/ic/adw.c                    adw
1.194     jonathan  577:
1.130     jonathan  578: # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
                    579: # (Must be declared before AHA to ensure bha probes before aha.
                    580: #  Probing AHA first configures bhas as aha, via their AHA
                    581: #  hardware-compatibility mode.)
1.473     lukem     582: #
1.173     thorpej   583: device bha: scsi
1.142     enami     584: file   dev/ic/bha.c                    bha
1.130     jonathan  585:
1.113     mycroft   586: # Adaptec AHA-154x and AHA-164x controllers
1.130     jonathan  587: # (must be after bha, see above)
1.473     lukem     588: #
1.173     thorpej   589: device aha: scsi
1.142     enami     590: file   dev/ic/aha.c                    aha
1.445     tsutsui   591:
                    592: # Initio INIC-940/950 SCSI controllers
1.473     lukem     593: #
1.445     tsutsui   594: device iha: scsi
                    595: file   dev/ic/iha.c                    iha
1.118     cgd       596:
                    597: # Qlogic ISP 10x0 SCSI Controllers
1.473     lukem     598: #
1.474     lukem     599: defflag        opt_isp.h               ISP_DISABLE_1020_SUPPORT
                    600:                                ISP_DISABLE_1080_SUPPORT
                    601:                                ISP_DISABLE_2100_SUPPORT
                    602:                                ISP_DISABLE_2200_SUPPORT
1.846     mjacob    603:                                ISP_DISABLE_2300_SUPPORT
1.894     mjacob    604:                                ISP_DISABLE_2322_SUPPORT
1.846     mjacob    605:                                ISP_DISABLE_2400_SUPPORT
                    606:                                ISP_DISABLE_FW
                    607:                                ISP_TARGET_MODE
1.474     lukem     608: defparam opt_isp.h             ISP_LOGDEFAULT
1.894     mjacob    609:                                ISP_VPORTS
1.173     thorpej   610: device isp: scsi
1.142     enami     611: file   dev/ic/isp.c                    isp
1.846     mjacob    612: file   dev/ic/isp_library.c            isp
1.223     mjacob    613: file   dev/ic/isp_netbsd.c             isp
1.711     drochner  614: file   dev/ic/isp_target.c             isp & isp_target_mode
1.821     bouyer    615: # LSILogic MegaRAID SAS
                    616: #
                    617: device mfi: scsi
                    618: file   dev/ic/mfi.c                    mfi
                    619:
1.528     matt      620: # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
                    621: #
1.608     thorpej   622: device mpt: scsi
                    623: file   dev/ic/mpt.c                    mpt
                    624: file   dev/ic/mpt_debug.c              mpt
                    625: file   dev/ic/mpt_netbsd.c             mpt
1.605     tsutsui   626:
1.682     itohy     627: # Workbit NinjaSCSI-32 controllers
                    628: device njs: scsi
                    629: file   dev/ic/ninjascsi32.c            njs
                    630:
1.605     tsutsui   631: # Symbios/NCR 53c700 SCSI controllers
                    632: device oosiop: scsi
                    633: file   dev/ic/oosiop.c                 oosiop
1.436     tsutsui   634:
                    635: # Symbios/NCR 53c710 SCSI controllers
1.473     lukem     636: #
1.436     tsutsui   637: device osiop: scsi
                    638: file   dev/ic/osiop.c                  osiop
1.364     bouyer    639:
1.368     bouyer    640: # common stuff for siop and esiop
1.473     lukem     641: #
1.426     lukem     642: define siop_common
                    643: file   dev/ic/siop_common.c            siop_common
1.368     bouyer    644:
1.364     bouyer    645: # Symbios/NCR 53c720/53c8xx SCSI controllers
1.473     lukem     646: #
1.426     lukem     647: device siop: scsi,siop_common
1.898     skrll     648: file   dev/ic/siop.c                   siop & (siop_pci | siop_gedoens)
1.517     bouyer    649: defflag        opt_siop.h                      SIOP_SYMLED
1.518     bouyer    650:
                    651: device esiop: scsi,siop_common
                    652: file   dev/ic/esiop.c                  esiop
1.94      mycroft   653:
                    654: # UltraStor SCSI controllers
1.473     lukem     655: #
1.173     thorpej   656: device uha: scsi
1.142     enami     657: file   dev/ic/uha.c                    uha
1.409     onoe      658:
1.878     garbled   659: # 3Com common probe code
                    660: define  elink
                    661: file    dev/isa/elink.c                 elink
                    662:
1.409     onoe      663: # Aironet PC4500/PC4800
1.473     lukem     664: #
1.653     tsarna    665: device an: arp, wlan, ifnet
1.409     onoe      666: file   dev/ic/an.c                     an
1.86      mycroft   667:
1.376     onoe      668: # AMD 79c930-based 802.11 cards
1.473     lukem     669: #
1.376     onoe      670: device awi: arp, wlan, ifnet
                    671: file   dev/ic/awi.c                    awi
                    672: file   dev/ic/am79c930.c               awi
1.438     ichiro    673:
                    674: # Lucent & Intersil WaveLan IEEE (802.11)
1.473     lukem     675: #
1.656     junyoung  676: device wi: arp, wlan, ifnet
1.438     ichiro    677: file   dev/ic/wi.c                     wi
1.617     dyoung    678:
1.930     alc       679: # Atheros HAL
                    680: #
                    681: include "external/isc/atheros_hal/conf/files.ath_hal"
                    682:
1.641     dyoung    683: # Atheros 5210/5211/5212 multi-mode 802.11
                    684: #
1.656     junyoung  685: device ath: arp, wlan, ifnet
1.1066    christos  686: file   dev/ic/ath.c                    ath
                    687: file   dev/ic/ath_netbsd.c             ath
                    688: file   dev/ic/athrate-sample.c         ath
1.641     dyoung    689:
1.617     dyoung    690: # ADMtek ADM8211 802.11
                    691: #
1.656     junyoung  692: device atw: arp, wlan, ifnet, smc93cx6
1.617     dyoung    693: file   dev/ic/atw.c                    atw
1.376     onoe      694:
1.687     dyoung    695: # Realtek RTL8180 802.11
                    696: #
                    697: device rtw: arp, wlan, ifnet, smc93cx6
                    698: file   dev/ic/rtw.c                    rtw
                    699: file   dev/ic/rtwphy.c                 rtw
                    700: file   dev/ic/rtwphyio.c               rtw
                    701:
1.1157    christos  702: # Ralink RT2500/RT2600/RT2860 802.11
1.779     martin    703: device ral: arp, ether, ifnet, wlan, firmload
1.778     dogcow    704: file   dev/ic/rt2560.c                 ral
                    705: file   dev/ic/rt2661.c                 ral
1.1157    christos  706: file   dev/ic/rt2860.c                 ral
1.722     drochner  707:
1.1053    degroote  708: # Marvell Libertas Open
                    709: device  malo: arp, ether, ifnet, wlan, firmload
                    710: file    dev/ic/malo.c           malo
                    711:
1.83      thorpej   712: # 3Com Etherlink-III Ethernet controller
1.473     lukem     713: #
1.333     thorpej   714: device ep: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     715: file   dev/ic/elink3.c                 ep
1.253     fvdl      716:
                    717: # 3Com EtherLink XL Controller
1.473     lukem     718: #
1.331     thorpej   719: device ex: arp, ether, ifnet, mii, mii_bitbang
1.253     fvdl      720: file   dev/ic/elinkxl.c                ex
1.131     matt      721:
                    722: # DEC EtherWORKS III (LEMAC) Ethernet controllers
1.473     lukem     723: #
1.173     thorpej   724: device lc: arp, ether, ifnet
1.142     enami     725: file   dev/ic/lemac.c                  lc
1.84      mycroft   726:
                    727: # LANCE and PCnet Ethernet controllers
1.473     lukem     728: #
1.173     thorpej   729: device le: arp, ether, ifnet
1.426     lukem     730: define le24
                    731: define le32
1.227     explorer  732: file   dev/ic/am7990.c                 le24
1.225     drochner  733: file   dev/ic/am79900.c                le32
                    734: file   dev/ic/lance.c                  le24 | le32
1.383     thorpej   735:
                    736: # DEC DEPCA-family of LANCE Ethernet controllers
1.473     lukem     737: #
1.383     thorpej   738: device depca { }: le24
                    739: file   dev/ic/depca.c                  depca
                    740: attach le at depca with le_depca
1.122     scottr    741:
1.290     mrg       742: # Sun HME Ethernet controllers
1.473     lukem     743: #
1.293     pk        744: device hme: arp, ether, ifnet, mii
                    745: file   dev/ic/hme.c                    hme
1.461     eeh       746:
                    747: # Sun GEM Ethernet controllers
1.473     lukem     748: #
1.461     eeh       749: device gem: arp, ether, ifnet, mii
                    750: file   dev/ic/gem.c                    gem
1.290     mrg       751:
1.1103    martin    752: # Synopsis Designware GMAC core, as found on allwinner a20
                    753: # and other SoCs
                    754: device awge: arp, ether, ifnet, mii
                    755: file   dev/ic/dwc_gmac.c               awge
                    756:
1.122     scottr    757: # 8390-family Ethernet controllers
1.473     lukem     758: #
1.122     scottr    759: define dp8390nic
1.1202    martin    760: file   dev/ic/dp8390.c                 dp8390nic
1.485     bjh21     761:
                    762: # National Semiconductor DP83905 AT/LANTIC Ethernet media support
                    763: #
                    764: define dp83905
                    765: file   dev/ic/dp83905.c                dp83905
1.484     bjh21     766:
                    767: # Macronix MX98905 Ethernet controller
                    768: # (use as an attribute for an "ne" bus attachment)
                    769: #
                    770: define mx98905
                    771: file   dev/ic/mx98905.c                mx98905
1.77      cgd       772:
1.282     bad       773: # TROPIC Token-Ring controller
1.473     lukem     774: #
1.282     bad       775: device tr: arp, token, ifnet
                    776: file   dev/ic/tropic.c                 tr
                    777:
1.91      cgd       778: # NCR 5380 SCSI Bus Controller
1.473     lukem     779: #
1.91      cgd       780: define ncr5380sbc
1.142     enami     781: file   dev/ic/ncr5380sbc.c             ncr5380sbc
1.356     pk        782: device nca: scsi, ncr5380sbc
1.91      cgd       783:
1.434     fredette  784: # Sun sc PAL SCSI Bus Controller
1.473     lukem     785: #
1.434     fredette  786: define sunscpal
                    787: file   dev/ic/sunscpal.c               sunscpal
                    788: device ssc: scsi, sunscpal
                    789:
1.91      cgd       790: # DEC FDDI Chipset
1.473     lukem     791: #
1.91      cgd       792: define pdq
1.142     enami     793: file   dev/ic/pdq.c                    pdq
                    794: file   dev/ic/pdq_ifsubr.c             pdq
1.98      christos  795:
1.474     lukem     796: # Cyclades Cyclom-8/16/32
1.473     lukem     797: #
1.173     thorpej   798: device cy: tty
1.142     enami     799: file   dev/ic/cy.c                     cy                      needs-flag
1.103     thorpej   800:
1.117     thorpej   801: # NCR 53x9x or Emulex ESP SCSI Controller
1.473     lukem     802: #
1.117     thorpej   803: define ncr53c9x
1.359     mycroft   804: device esp: scsi, ncr53c9x
1.142     enami     805: file   dev/ic/ncr53c9x.c               ncr53c9x
1.227     explorer  806:
1.679     mycroft   807: # Fujitsu MB87030/MB89352 SCSI Protocol Controller
                    808: device spc: scsi
                    809: file   dev/ic/mb89352.c                spc
                    810:
1.796     bjh21     811: # Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
                    812: define wd33c93
                    813: file   dev/ic/wd33c93.c                wd33c93
                    814:
1.590     soren     815: # Hitachi HD44780 LCD panel controller
                    816: define hd44780
                    817: file   dev/ic/hd44780_subr.c           hd44780
                    818: file   dev/ic/lcdkp_subr.c             hd44780
                    819:
1.710     joff      820: # Matrix keypad
                    821: define matrixkp
                    822: file   dev/ic/matrixkp_subr.c          matrixkp
                    823:
1.227     explorer  824: # Hitachi HD64570 serial controller
1.473     lukem     825: #
1.359     mycroft   826: define hd64570
1.227     explorer  827: file   dev/ic/hd64570.c                hd64570
1.339     chopps    828:
                    829: # Riscom/N2 ISA/PCI Sync Serial Controller
1.473     lukem     830: #
1.339     chopps    831: device ntwoc: ifnet, hd64570
1.128     pk        832:
                    833: # Intel 82586 Ethernet Controller
1.473     lukem     834: #
1.128     pk        835: define i82586
1.142     enami     836: file   dev/ic/i82586.c                 i82586
1.291     thorpej   837:
1.658     jkunz     838: # Intel 82596 Ethernet Controller
                    839: #
                    840: define i82596
                    841: file   dev/ic/i82596.c                 i82596
                    842:
1.291     thorpej   843: # Intel 82557/82558/82559 Ethernet Controller
1.473     lukem     844: #
1.291     thorpej   845: device fxp: ether, ifnet, arp, mii
                    846: file   dev/ic/i82557.c                 fxp
1.389     bjh21     847:
                    848: # SEEQ 8005 Advanced Ethernet Data Link Controller
1.473     lukem     849: #
1.389     bjh21     850: define seeq8005
                    851: file   dev/ic/seeq8005.c               seeq8005
1.137     thorpej   852:
                    853: # SMC 91Cxx Ethernet Controller
1.473     lukem     854: #
1.379     briggs    855: device sm: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     856: file   dev/ic/smc91cxx.c               sm
1.188     thorpej   857:
                    858: # SMC 83C170 EPIC/100 Fast Ethernet Controller
1.473     lukem     859: #
1.230     thorpej   860: device epic: arp, ether, ifnet, mii
1.188     thorpej   861: file   dev/ic/smc83c170.c              epic
1.309     ragge     862:
                    863: # DEC SGEC Second Generation Ethernet Controller
1.473     lukem     864: #
1.309     ragge     865: define sgec
                    866: file   dev/ic/sgec.c                   sgec
1.177     enami     867:
1.715     jdolecek  868: # MB86950 Ethernet Controller
                    869: #
                    870: define mb86950
                    871: file   dev/ic/mb86950.c                mb86950
                    872:
1.177     enami     873: # MB8696x Ethernet Controller
1.473     lukem     874: #
1.177     enami     875: define mb86960
                    876: file   dev/ic/mb86960.c                mb86960
                    877:
                    878: # Generic MB8696x Ethernet Controller driver
1.473     lukem     879: #
1.177     enami     880: device mbe: arp, ether, ifnet, mb86960
1.146     augustss  881:
                    882: # Interwave Am78C201 audio driver
1.473     lukem     883: #
1.146     augustss  884: define interwave
                    885: file   dev/ic/interwave.c              interwave
1.154     is        886:
                    887: # TMS 320av110 MPEG2/audio driver
1.473     lukem     888: #
1.154     is        889: define tms320av110
                    890: file   dev/ic/tms320av110.c            tms320av110
1.152     thorpej   891:
                    892: # Novell NE2000-compatible Ethernet cards, based on the
                    893: # National Semiconductor DS8390.
1.473     lukem     894: #
1.423     thorpej   895: device ne: ether, ifnet, arp, dp8390nic, mii
1.1202    martin    896: file   dev/ic/ne2000.c                 ne
1.153     thorpej   897:
                    898: # 8250/16[45]50-based "com" ports
1.668     thorpej   899: #
1.749     chs       900: defflag        opt_com.h               COM_DEBUG
1.153     thorpej   901: # XXX In a perfect world, this would be done with attributes
1.1078    kiyohara  902: defflag        opt_com.h               COM_16650 COM_16750
1.1218    thorpej   903:                                COM_HAYESP COM_PXA2X0
1.1016    matt      904: defparam opt_com.h             COM_TOLERANCE
1.392     eeh       905: device com { } : tty
1.426     lukem     906: file   dev/ic/com.c                    com                     needs-flag
1.336     thorpej   907:
                    908: # PC-like keyboard controller
1.473     lukem     909: #
1.659     bjh21     910: device pckbc: pckbport
1.660     bjh21     911: file   dev/ic/pckbc.c                  pckbc                   needs-flag
1.274     scw       912:
1.714     cube      913: device attimer
                    914: file   dev/ic/attimer.c                attimer                 needs-flag
                    915:
1.274     scw       916: # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
1.473     lukem     917: #
1.274     scw       918: device clmpcc: tty
1.426     lukem     919: file   dev/ic/clmpcc.c                 clmpcc                  needs-flag
1.385     bjh21     920:
1.843     xtraeme   921: # Abit uGuru
                    922: #
                    923: device ug: sysmon_envsys
                    924: file   dev/ic/ug.c                     ug                      needs-flag
                    925:
1.185     kml       926: # Essential Communications Corp. HIPPI Interface
1.473     lukem     927: #
1.426     lukem     928: device esh: hippi, ifnet
                    929: file   dev/ic/rrunner.c                esh                     needs-flag
1.242     is        930:
                    931: # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
1.473     lukem     932: #
1.874     cube      933: device bah: ifnet, arcnet, arp
1.426     lukem     934: file   dev/ic/smc90cx6.c               bah
1.234     augustss  935:
                    936: # OPL2/OPL3 FM synth driver
1.473     lukem     937: #
1.235     augustss  938: device opl: midibus, midisyn
1.234     augustss  939: file   dev/ic/opl.c                    opl
                    940: file   dev/ic/oplinstrs.c              opl
1.305     augustss  941:
                    942: # MPU401 MIDI UART compatibles
1.473     lukem     943: #
1.305     augustss  944: device mpu: midibus
1.426     lukem     945: file   dev/ic/mpu.c                    mpu                     needs-flag
1.236     pk        946:
                    947: # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
1.473     lukem     948: #
1.236     pk        949: define ad1848
                    950: file   dev/ic/ad1848.c                 ad1848
1.290     mrg       951:
                    952: # AMD 7930 audio/ISDN codec
1.473     lukem     953: #
1.366     augustss  954: define am7930
                    955: file   dev/ic/am7930.c                 am7930
1.290     mrg       956:
1.1100    tsutsui   957: # Siemens PSB2160 audio codec, as found in HP systems
                    958: device arcofi: audiobus, auconv, mulaw
                    959: file   dev/ic/arcofi.c                 arcofi
                    960:
1.290     mrg       961: # SPARC `SUNW,audiocs'
1.473     lukem     962: #
1.519     augustss  963: device audiocs: audiobus, auconv, ad1848
1.290     mrg       964: file   dev/ic/cs4231.c                 audiocs
1.326     augustss  965:
                    966: # AC-97 CODECs
1.473     lukem     967: #
1.326     augustss  968: define ac97
                    969: file   dev/ic/ac97.c                   ac97
1.437     minoura   970:
1.1040    nisimura  971: # UDA1341 CODEC support
                    972: define uda1341
                    973: file   dev/ic/uda1341.c                uda1341
                    974:
1.437     minoura   975: # Oki MSM6258 support code
1.473     lukem     976: #
1.437     minoura   977: define msm6258
                    978: file   dev/ic/msm6258.c                msm6258
1.240     pk        979:
                    980: # LSI64854 DMA controller back-end
1.473     lukem     981: #
1.240     pk        982: define lsi64854
                    983: file   dev/ic/lsi64854.c               lsi64854
1.465     mrg       984:
                    985: # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
1.473     lukem     986: #
1.465     mrg       987: define cd18xx
                    988: file   dev/ic/cd18xx.c                 cd18xx
1.240     pk        989:
1.654     wiz       990: # Realtek 8019/8029 NE2000-compatible network interface subroutines
1.473     lukem     991: #
1.252     thorpej   992: define rtl80x9
1.980     tsutsui   993: file   dev/ic/rtl80x9.c                rtl80x9                 needs-flag
1.360     haya      994:
1.654     wiz       995: # Realtek 8129/8139 Ethernet controllers
1.473     lukem     996: #
1.362     haya      997: device rtk: ether, ifnet, arp, mii
1.675     sekiya    998: file   dev/ic/rtl81x9.c                rtk | re
1.185     kml       999:
1.673     toshii   1000: # Realtek 8169 Ethernet controllers
                   1001: #
                   1002: device re: ether, ifnet, arp, mii
1.709     yamt     1003: file   dev/ic/rtl8169.c                re
1.673     toshii   1004:
1.1200    jakllsch 1005: # Virtual I/O Device (VIRTIO) bus controller and devices
                   1006: #
                   1007: include "dev/virtio/files.virtio"
                   1008:
1.258     pk       1009: # Common code for ESDI/IDE/etc. controllers
1.473     lukem    1010: #
1.680     thorpej  1011: define wdc_common
1.809     itohy    1012: define ata_dma
                   1013: define ata_udma
                   1014: define ata_piobm
1.680     thorpej  1015: device wdc: ata, wdc_common
1.637     bouyer   1016:
1.1079    jmcneill 1017: defflag opt_ata.h      ATADEBUG
                   1018: defparam opt_ata.h     ATADEBUG_MASK
                   1019: defflag opt_wdc.h      WDC_NO_IDS
1.835     dyoung   1020:
1.656     junyoung 1021: device atabus: atapi,ata_hl
                   1022: attach atabus at ata
1.809     itohy    1023: # The strange expression is to dump ata_* definitions to ata_dma.h.
                   1024: file   dev/ic/wdc.c                    (ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common needs-flag
1.386     bjh21    1025:
1.810     itohy    1026: # Workbit NinjaATA-32 IDE controllers
                   1027: device njata: ata, ata_piobm, wdc_common
                   1028: file   dev/ic/ninjaata32.c             njata
                   1029:
1.386     bjh21    1030: # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
1.473     lukem    1031: #
1.386     bjh21    1032: device upc { [offset = -1] }
                   1033: attach wdc at upc with wdc_upc
                   1034: attach com at upc with com_upc
1.651     jdolecek 1035: attach lpt at upc with lpt_upc
1.426     lukem    1036: file   dev/ic/upc.c                    upc
                   1037: file   dev/ic/wdc_upc.c                wdc_upc
                   1038: file   dev/ic/com_upc.c                com_upc
1.651     jdolecek 1039: file   dev/ic/lpt_upc.c                lpt_upc
1.327     matt     1040:
1.844     bouyer   1041: # AHCI-compatible SATA controllers
                   1042: define ahcisata_core
                   1043: file dev/ic/ahcisata_core.c ahcisata_core
1.1054    bouyer   1044: device ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core
1.844     bouyer   1045:
1.956     jakllsch 1046: # Silicon Image SteelVine SATA-II controllers
                   1047: define siisata
                   1048: file   dev/ic/siisata.c                siisata
1.1054    bouyer   1049: device siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata
1.956     jakllsch 1050:
1.957     jakllsch 1051: # Marvell Serial-ATA Host Controller
1.951     kiyohara 1052: define mvsata
                   1053: file dev/ic/mvsata.c                   mvsata
1.1182    kre      1054: device mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_fis, sata_pmp, mvsata
1.951     kiyohara 1055: defflag opt_mvsata.h           MVSATA_WITHOUTDMA
                   1056:
1.314     thorpej  1057: # DECchip 21x4x Ethernet controller family, and assorted clones.
1.473     lukem    1058: #
1.333     thorpej  1059: device tlp: arp, ether, ifnet, mii, mii_bitbang
1.314     thorpej  1060: file   dev/ic/tulip.c                  tlp
1.322     thorpej  1061:
                   1062: # Adaptec AIC-6915 Ethernet interface
1.473     lukem    1063: #
1.322     thorpej  1064: device sf: arp, ether, ifnet, mii
                   1065: file   dev/ic/aic6915.c                sf
1.378     pk       1066:
                   1067: # Mostek time-of-day clock and NVRAM
1.473     lukem    1068: #
1.378     pk       1069: define mk48txx
1.507     pk       1070: file   dev/ic/mk48txx.c                mk48txx
1.378     pk       1071:
1.1061    rkujawa  1072: # OKI MSM6242B
                   1073: #
                   1074: define msm6242b
                   1075: file   dev/ic/msm6242b.c               msm6242b
                   1076:
1.378     pk       1077: # Intersil 7170 time-of-day clock
1.473     lukem    1078: #
1.378     pk       1079: define intersil7170
                   1080: file   dev/ic/intersil7170.c           intersil7170
1.434     fredette 1081:
                   1082: # National Semiconductor MM58167 time-of-day clock
1.473     lukem    1083: #
1.434     fredette 1084: define mm58167
                   1085: file   dev/ic/mm58167.c                mm58167
1.643     tsutsui  1086:
                   1087: # Motorola mc146818 (and compatible) time-of-day clock
                   1088: #
                   1089: define mc146818
                   1090: file   dev/ic/mc146818.c               mc146818
1.422     thorpej  1091:
1.808     uwe      1092: # Ricoh RS5C313 time of-day-clock
                   1093: #
                   1094: define rs5c313
                   1095: file   dev/ic/rs5c313.c                rs5c313
                   1096:
1.422     thorpej  1097: # D-Link DL10019/10022 NE2000-compatible network interface subroutines
1.473     lukem    1098: #
1.422     thorpej  1099: define dl10019
                   1100: file   dev/ic/dl10019.c                dl10019
1.453     enami    1101:
                   1102: # ASIX AX88190 NE2000-compatible network interface subroutines
1.473     lukem    1103: #
1.453     enami    1104: define ax88190
                   1105: file   dev/ic/ax88190.c                ax88190
1.429     jdolecek 1106:
                   1107: # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
1.473     lukem    1108: #
1.429     jdolecek 1109: device we: ether, ifnet, arp, dp8390nic
                   1110: file   dev/ic/we.c                     we
1.432     jdolecek 1111:
                   1112: # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
1.473     lukem    1113: #
1.432     jdolecek 1114: device ate: arp, ether, ifnet, mb86960
1.557     tsutsui  1115:
                   1116: # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
                   1117: #
                   1118: device fmv: arp, ether, ifnet, mb86960
                   1119: file   dev/ic/fmv.c                    fmv
1.471     yamt     1120:
                   1121: # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
1.473     lukem    1122: #
1.471     yamt     1123: device cs: arp, ether, ifnet
1.704     joff     1124: device tscs: arp, ether, ifnet
                   1125: file   dev/ic/cs89x0.c                 cs | tscs
1.487     augustss 1126:
                   1127: # Radio device attributes
                   1128: #
                   1129: define tea5757
1.656     junyoung 1130: file   dev/ic/tea5757.c                tea5757
1.487     augustss 1131: define lm700x
1.656     junyoung 1132: file   dev/ic/lm700x.c                 lm700x
1.179     drochner 1133:
1.837     tnn      1134: # Philips PCF8584 i2c controller
                   1135: define pcf8584
                   1136: file   dev/ic/pcf8584.c                pcf8584
                   1137:
1.985     nonaka   1138: # PCA9564 i2c controller
                   1139: define pca9564
                   1140: file   dev/ic/pca9564.c                pca9564
                   1141:
1.1187    bouyer   1142: # Synopsys DesignWare I2C controller
                   1143: define dwiic
                   1144: device dwiic: dwiic, i2cbus
                   1145: file   dev/ic/dwiic.c                  dwiic
                   1146:
1.784     drochner 1147: # ACPI power management timer (hardware access, independent of ACPI)
                   1148: #
                   1149: define acpipmtimer
                   1150: file   dev/ic/acpipmtimer.c    acpipmtimer
                   1151:
1.834     njoly    1152: device         hpet
                   1153: file   dev/ic/hpet.c           hpet                    needs-flag
                   1154:
1.952     kiyohara 1155: # SMSC LAN9118 Family Ethernet Controller
                   1156: #
1.965     kiyohara 1157: device smsh: arp, ether, ifnet, mii
1.952     kiyohara 1158: file   dev/ic/lan9118.c                smsh
                   1159:
1.1088    riastrad 1160: # Apple System Management Controller
                   1161: #
1.1089    riastrad 1162: define applesmcbus     { }
1.1090    riastrad 1163: device applesmc: applesmcbus
1.1088    riastrad 1164: file   dev/ic/apple_smc.c              applesmc
                   1165:
                   1166: # Apple SMC fan sensors and control
1.1090    riastrad 1167: device applesmcfan: applesmcbus, sysmon_envsys
                   1168: attach applesmcfan at applesmcbus with apple_smc_fan
1.1088    riastrad 1169: file   dev/ic/apple_smc_fan.c          applesmcfan
                   1170:
                   1171: # Apple SMC temperature sensors
1.1090    riastrad 1172: device applesmctemp: applesmcbus, sysmon_envsys
                   1173: attach applesmctemp at applesmcbus with apple_smc_temp
1.1088    riastrad 1174: file   dev/ic/apple_smc_temp.c         applesmctemp
                   1175:
1.1089    riastrad 1176: # Apple SMC accelerometer (not yet implemented!)
1.1090    riastrad 1177: #device        applesmcaccel: applesmcbus, sysmon_envsys
                   1178: #attach        applesmcaccel at applesmcbus with apple_smc_accel
1.1088    riastrad 1179: #file  dev/ic/apple_smc_accel.c        applesmcaccel
                   1180:
1.836     drochner 1181: # DRM - Direct Rendering Infrastructure: dev/drm
                   1182: define drm {}
1.949     mrg      1183: include "external/bsd/drm/conf/files.drm"
1.1002    jmcneill 1184: include "dev/drm/files.drm"
1.836     drochner 1185:
1.1153    skrll    1186: # Linux API support
                   1187: include "external/bsd/common/conf/files.linux"
                   1188:
1.1086    riastrad 1189: # DRM/KMS - Newer direct rendering manager with kernel mode-switching
                   1190: include "external/bsd/drm2/drm/files.drmkms"
                   1191:
1.1039    christos 1192:
1.179     drochner 1193: # Definitions for wscons
                   1194: # device attributes: display, display with emulator, keyboard, and mouse
1.473     lukem    1195: #
1.479     augustss 1196: define wsdisplaydev            {[kbdmux = 1]}
                   1197: define wsemuldisplaydev        {[console = -1], [kbdmux = 1]}
                   1198: define wskbddev                {[console = -1], [mux = 1]}
                   1199: define wsmousedev              {[mux = 0]}
1.1176    nat      1200: define wsbelldev               {[console = -1], [mux = 1]}
1.761     macallan 1201: define vcons
1.179     drochner 1202: # attribute to pull in raster support
1.473     lukem    1203: #
1.179     drochner 1204: define wsrasteremulops
1.187     drochner 1205: # common PC display functions
1.473     lukem    1206: #
1.474     lukem    1207: defflag        opt_pcdisplay.h         PCDISPLAY_SOFTCURSOR
1.426     lukem    1208: define pcdisplayops
1.187     drochner 1209: file   dev/ic/pcdisplay_subr.c pcdisplayops
1.207     drochner 1210: file   dev/ic/pcdisplay_chars.c        pcdisplayops
1.777     martin   1211: # an attribute used by arch specific config files to include /dev/fb* (or
                   1212: # equivalent) support - on most archs this is just a NOP (untill, maybe
                   1213: # someday when we might make /dev/fb* support MI)
                   1214: define fb
1.179     drochner 1215: # VGA graphics
1.473     lukem    1216: #
1.541     drochner 1217: defparam opt_vga.h             VGA_CONSOLE_SCREENTYPE
1.538     drochner 1218: defflag opt_vga.h              VGA_CONSOLE_ATI_BROKEN_FONTSEL
1.572     junyoung 1219: defflag opt_vga.h              VGA_RASTERCONSOLE
1.593     tsutsui  1220: defflag opt_vga.h              VGA_RESET
1.876     jmcneill 1221: device vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
1.572     junyoung 1222: file   dev/ic/vga.c            vga & !vga_rasterconsole        needs-flag
                   1223: file   dev/ic/vga_raster.c     vga_rasterconsole               needs-flag
                   1224: file   dev/ic/vga_subr.c       vga | vga_rasterconsole
                   1225: file   dev/ic/vga_common.c     vga | vga_rasterconsole
1.998     macallan 1226:
1.508     uwe      1227: # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
1.473     lukem    1228: #
1.1042    macallan 1229: device igsfb: wsemuldisplaydev, rasops8, vcons, videomode
1.615     uwe      1230: file   dev/ic/igsfb.c                  igsfb                   needs-flag
1.551     uwe      1231: file   dev/ic/igsfb_subr.c             igsfb
1.91      cgd      1232:
1.1169    macallan 1233: device chipsfb: wsemuldisplaydev, rasops8, vcons, videomode, glyphcache
1.998     macallan 1234: file   dev/ic/ct65550.c                chipsfb
                   1235: defflag        opt_chipsfb.h   CHIPSFB_DEBUG
                   1236: defflag        opt_chipsfb.h   CHIPSFB_WAIT
                   1237:
1.683     jkunz    1238: # STI (hp graphics)
                   1239: device sti: wsemuldisplaydev
1.1005    tsutsui  1240: file   dev/ic/sti.c            sti
1.683     jkunz    1241:
1.892     drochner 1242: include "dev/wscons/files.wscons"
                   1243: include "dev/rasops/files.rasops"
                   1244: include "dev/wsfont/files.wsfont"
                   1245: include "dev/wsfb/files.wsfb"
                   1246:
1.77      cgd      1247: # Attributes which machine-independent bus support can be attached to.
                   1248: # These should be defined here, because some of these busses can have
                   1249: # devices which provide these attributes, and we'd like to avoid hairy
                   1250: # ordering constraints on inclusion of the busses' "files" files.
1.473     lukem    1251: #
1.474     lukem    1252: define isabus  { }                     # ISA attachment
                   1253: define eisabus { }                     # EISA attachment
                   1254: define pcibus  {[bus = -1]}            # PCI attachment
                   1255: define mcabus  { }                     # MicroChannel attachment
                   1256: define usbus   { }                     # USB attachment
1.724     kiyohara 1257: define fwbus   { }                     # IEEE 1394 attachment
1.474     lukem    1258: define vmebus  { }                     # VME bus attachment
                   1259: define acpibus { }                     # ACPI "bus" attachment
1.259     pk       1260: define pcmciabus { [controller = -1], [socket = -1]}   # PCMCIA bus attachment
1.909     drochner 1261: define cbbus   { }                     # CardBus attachment
                   1262: define pcmciaslot { }                  # PCMCIA slot itself
1.945     nonaka   1263: define sdmmcbus { }                    # SD/MMC attachment
1.222     augustss 1264:
                   1265: # We need the USB bus controllers here so different busses can
                   1266: # use them in an 'attach-with'.
1.473     lukem    1267: #
1.703     fvdl     1268:
1.890     drochner 1269: define usbroothub
1.1155    skrll    1270: file   dev/usb/usbroothub.c    usbroothub
1.890     drochner 1271:
1.1005    tsutsui  1272: define usb_dma
                   1273:
1.1075    jakllsch 1274: # UHCI USB controller
                   1275: #
1.1005    tsutsui  1276: device uhci: usbus, usbroothub, usb_dma
1.426     lukem    1277: file   dev/usb/uhci.c                  uhci                    needs-flag
1.222     augustss 1278:
                   1279: # OHCI USB controller
1.473     lukem    1280: #
1.1005    tsutsui  1281: device ohci: usbus, usbroothub, usb_dma
1.426     lukem    1282: file   dev/usb/ohci.c                  ohci                    needs-flag
1.412     augustss 1283:
1.1057    matt     1284: # EHCI USB2 controller
1.473     lukem    1285: #
1.1005    tsutsui  1286: device ehci: usbus, usbroothub, usb_dma
1.426     lukem    1287: file   dev/usb/ehci.c                  ehci                    needs-flag
1.545     isaki    1288:
1.1075    jakllsch 1289: # xHCI USB3 controller
1.1057    matt     1290: #
                   1291: device xhci: usbus, usbroothub, usb_dma
                   1292: file   dev/usb/xhci.c                  xhci                    needs-flag
                   1293:
1.1239    maxv     1294: # vHCI USB controller
                   1295: #
                   1296: defpseudodev vhci: usbus, usbroothub
                   1297: file   dev/usb/vhci.c                  vhci                    needs-flag
                   1298:
1.1094    bouyer   1299: # Mentor graphics OTG IP
1.1155    skrll    1300: device motg: usbus, usbroothub
1.1094    bouyer   1301: file   dev/usb/motg.c                  motg                    needs-flag
                   1302:
1.545     isaki    1303: # SL811HS/T USB controller
1.1156    skrll    1304: defflag        opt_slhci.h     SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
1.893     isaki    1305: device slhci: usbus, usbroothub
1.545     isaki    1306: file   dev/ic/sl811hs.c                slhci                   needs-flag
1.579     martin   1307:
1.1062    skrll    1308: # DesignWare OTG host controller
                   1309: #
1.1080    skrll    1310: include "external/bsd/dwc2/conf/files.dwc2"
                   1311:
1.945     nonaka   1312: # SD Host controller
1.1087    nonaka   1313: device sdhc: sdmmcbus
1.945     nonaka   1314: file   dev/sdmmc/sdhc.c                sdhc                    needs-flag
                   1315:
1.958     jmcneill 1316: # Winbond Integrated Media Reader
                   1317: device wb: sdmmcbus
                   1318: file   dev/ic/w83l518d.c               wb
                   1319: file   dev/ic/w83l518d_sdmmc.c         wb
                   1320:
1.1087    nonaka   1321: # Realtek RTS5209/RTS5229 Card Reader
                   1322: device rtsx: sdmmcbus
                   1323: file   dev/ic/rtsx.c                   rtsx
                   1324:
1.1122    jmcneill 1325: # DesignWare SD/MMC host controller
                   1326: defflag        opt_dwc_mmc.h   DWC_MMC_DEBUG
                   1327: device dwcmmc: sdmmcbus
                   1328: file   dev/ic/dwc_mmc.c                dwcmmc
                   1329:
1.1175    jmcneill 1330: # ARM PrimeCell PL031 (RTC) real time clock
                   1331: device plrtc
                   1332: file   dev/ic/pl031.c                  plrtc
                   1333:
1.1174    jmcneill 1334: # ARM PrimeCell PL041 (AACI) Advanced Audio CODEC interface
                   1335: device aaci: audiobus, auconv, aurateconv, mulaw, ac97
                   1336: file   dev/ic/pl041.c                  aaci
                   1337:
1.1173    jmcneill 1338: # ARM PrimeCell PL050 (KMI) PS2 keyboard/mouse interface
                   1339: device plkmi: pckbport
                   1340: file   dev/ic/pl050.c                  plkmi
                   1341:
1.1214    jmcneill 1342: # ARM PrimeCell PL061 (GPIO) general purpose input/output
                   1343: device plgpio: gpiobus
                   1344: file   dev/ic/pl061.c                  plgpio
                   1345:
1.1127    skrll    1346: # ARM PrimeCell PL181 (MMCI) host controller
                   1347: device plmmc: sdmmcbus
                   1348: file   dev/ic/pl181.c                  plmmc
                   1349:
1.579     martin   1350: # Myson MTD803 3-in-1 Fast Ethernet Controller
                   1351: device mtd: arp, ether, ifnet, mii
                   1352: file   dev/ic/mtd803.c                 mtd
1.369     matt     1353:
1.487     augustss 1354: # radio devices, attaches to radio hardware driver
                   1355: device radio
1.489     drochner 1356: attach radio at radiodev
1.498     jmc      1357:
1.402     matt     1358: # IEEE 1394 controllers
                   1359: # (These need to be here since it will have both PCI and CardBus attachments)
1.473     lukem    1360: #
1.369     matt     1361: device fwohci: fwbus
1.520     augustss 1362:
                   1363: # Sony Programmable I/O Controller
                   1364: device spic: wsmousedev
                   1365: file   dev/ic/spic.c                   spic
1.529     augustss 1366:
                   1367: # IBM CPC700 PowerPC bridge
                   1368: define cpcbus { addr, [irq=-1] }
                   1369: device cpc: cpcbus, pcibus
                   1370: file   dev/ic/cpc700.c                 cpc
                   1371:
                   1372: attach com at cpcbus with com_cpcbus
                   1373: file   dev/ic/com_cpcbus.c             com_cpcbus
                   1374:
                   1375: device cpctim
                   1376: attach cpctim at cpcbus
                   1377: file   dev/ic/timer_cpcbus.c           cpctim
                   1378:
1.530     augustss 1379: device cpciic
                   1380: attach cpciic at cpcbus with iic_cpcbus
1.529     augustss 1381: file   dev/ic/iic_cpcbus.c             iic_cpcbus
                   1382:
1.60      cgd      1383:
1.934     macallan 1384: # Broadcom AirForce / Apple Airport Extreme
                   1385: device bwi: arp, ifnet, firmload, wlan
                   1386: file   dev/ic/bwi.c                    bwi
                   1387:
1.995     ahoka    1388: # DM9000 Ethernet controllers
                   1389: #
                   1390: device dme: arp, ether, ifnet
                   1391: file   dev/ic/dm9000.c                 dme
                   1392:
1.1158    nonaka   1393: # NVM Express Controller
                   1394: #
                   1395: device nvme {nsid = -1}
                   1396: file   dev/ic/nvme.c                   nvme
                   1397:
                   1398: attach ld at nvme with ld_nvme
                   1399: file   dev/ic/ld_nvme.c                ld_nvme
                   1400:
1.1183    jmcneill 1401: # Broadcom FullMAC 802.11 driver
                   1402: device bwfm: arp, ifnet, wlan
                   1403: file   dev/ic/bwfm.c                   bwfm
                   1404:
1.1185    jmcneill 1405: # QEMU Firmware Configuration (fw_cfg) device
                   1406: device qemufwcfg
                   1407: file   dev/ic/qemufwcfg.c              qemufwcfg
                   1408:
1.1215    jakllsch 1409: # AMD Cryptographic Coprocessor
                   1410: device amdccp
                   1411: file   dev/ic/amdccp.c                 amdccp
                   1412:
1.60      cgd      1413: # legitimate pseudo-devices
1.473     lukem    1414: #
1.907     drochner 1415: defpseudodev vnd:      disk
1.726     hubertf  1416: defflag opt_vnd.h      VND_COMPRESSION
1.474     lukem    1417: defpseudo ccd:         disk
1.1032    tls      1418: defpseudodev cgd:      disk, des, blowfish, cast128
1.907     drochner 1419: defpseudodev md:       disk
1.916     hannken  1420: defpseudodev fss:      disk
1.298     thorpej  1421:
1.474     lukem    1422: defpseudo pty:         tty
1.298     thorpej  1423: defpseudo rnd
1.610     ragge    1424: defpseudo ksyms
1.642     cdi      1425: defpseudo nullcons
1.807     ad       1426: defpseudo lockstat
1.839     bouyer   1427: defpseudo bio:         sysmon_envsys
1.298     thorpej  1428:
1.474     lukem    1429: defpseudo loop:                ifnet
                   1430: defpseudo sl:          ifnet
                   1431: defpseudo ppp:         ifnet, bpf_filter
                   1432: defpseudo pppoe:       ifnet, ether, sppp
                   1433: defpseudo tun:         ifnet
                   1434: defpseudo vlan:                ifnet, ether
                   1435: defpseudo bridge:      ifnet, ether
                   1436: defpseudo bpfilter:    ifnet, bpf_filter
                   1437: defpseudo strip:       ifnet
                   1438: defpseudo gre:         ifnet
                   1439: defpseudo gif:         ifnet
                   1440: defpseudo faith:       ifnet
1.1161    christos 1441: defpseudo mpls:                ifnet
1.826     mouse    1442: defpseudo srt:         ifnet
1.474     lukem    1443: defpseudo stf:         ifnet
1.969     pooka    1444: defpseudodev tap:      ifnet, ether, arp
                   1445: defpseudo carp:                ifnet, ether, arp
1.1170    knakahar 1446: defpseudodev l2tp:     ifnet, ether, arp
1.1172    bouyer   1447: defpseudo canloop:     ifnet
1.1191    knakahar 1448: defpseudo ipsecif:     ifnet           # avoid to confuse ipsec itself option
1.60      cgd      1449:
1.298     thorpej  1450: defpseudo sequencer
1.462     manu     1451: defpseudo clockctl
1.228     augustss 1452:
1.912     tls      1453: #
                   1454: # Accept filters.  XXX should use another registration/initialization method.
                   1455: #
                   1456: defpseudo accf_data
                   1457: defpseudo accf_http
                   1458:
1.539     thorpej  1459: # KTTCP network throughput testing pseudo-device
                   1460: defpseudo kttcp
                   1461: file   dev/kttcp.c                     kttcp           needs-flag
1.576     blymn    1462:
1.790     elad     1463: # Veriexec
1.717     blymn    1464: defpseudo veriexec
1.1128    maxv     1465: file   kern/kern_veriexec.c    veriexec
1.1152    maxv     1466: file   dev/veriexec.c          veriexec        needs-flag
1.415     martin   1467:
1.681     drochner 1468: # driver attach / detach user interface
                   1469: defpseudo drvctl
1.906     jmcneill 1470: file   kern/kern_drvctl.c              drvctl          needs-flag
1.681     drochner 1471:
1.857     ad       1472: # cpu control
                   1473: defpseudo cpuctl
1.1037    drochner 1474: defflag                                CPU_UCODE: firmload
1.857     ad       1475:
1.870     pooka    1476: # pass-to-userspace transporter
                   1477: defpseudo putter
1.873     pooka    1478: file   dev/putter/putter.c             putter
1.870     pooka    1479:
1.875     pooka    1480: # userspace block/char device drivers
                   1481: defpseudo pud
                   1482: file   dev/pud/pud.c                   pud
                   1483: file   dev/pud/pud_dev.c               pud
                   1484:
1.931     haad     1485: # device-mapper driver for LVM
                   1486: include "dev/dm/files.dm"
                   1487:
1.1180    jmcneill 1488: # LED framework
                   1489: file   dev/led.c                       leds
                   1490:
1.1220    mlelstv  1491: # IPMI
                   1492: device ipmi: sysmon_envsys, sysmon_wdog
                   1493: attach ipmi at ipmibus
                   1494:
1.1228    jmcneill 1495: # Designware HDMI TX
                   1496: device dwhdmi: edid, videomode, drmkms, drmkms_i2c
                   1497: file   dev/ic/dw_hdmi.c                dwhdmi
                   1498:
1.516     thorpej  1499: #
                   1500: # File systems
                   1501: #
1.696     jdolecek 1502: include "coda/files.coda"
1.583     jdolecek 1503: include "fs/adosfs/files.adosfs"
1.696     jdolecek 1504: include "fs/cd9660/files.cd9660"
1.848     rumble   1505: include "fs/efs/files.efs"
1.584     jdolecek 1506: include "fs/filecorefs/files.filecorefs"
1.833     dillo    1507: include "fs/hfs/files.hfs"
1.696     jdolecek 1508: include "fs/msdosfs/files.msdosfs"
1.950     reinoud  1509: include "fs/nilfs/files.nilfs"
1.696     jdolecek 1510: include "fs/ntfs/files.ntfs"
                   1511: include "fs/ptyfs/files.ptyfs"
1.815     pooka    1512: include "fs/puffs/files.puffs"
1.756     reinoud  1513: include "fs/udf/files.udf"
1.516     thorpej  1514: include "fs/smbfs/files.smbfs"
1.750     tsutsui  1515: include "fs/sysvbfs/files.sysvbfs"
1.730     jmmv     1516: include "fs/tmpfs/files.tmpfs"
1.696     jdolecek 1517: include "fs/union/files.union"
1.1018    uch      1518: include "fs/v7fs/files.v7fs"
1.1190    christos 1519: include "fs/autofs/files.autofs"
1.516     thorpej  1520: include "miscfs/fdesc/files.fdesc"
                   1521: include "miscfs/kernfs/files.kernfs"
                   1522: include "miscfs/nullfs/files.nullfs"
                   1523: include "miscfs/overlay/files.overlay"
                   1524: include "miscfs/procfs/files.procfs"
                   1525: include "miscfs/umapfs/files.umapfs"
                   1526: include "nfs/files.nfs"
                   1527: include "ufs/files.ufs"
1.1168    pgoyette 1528: include "fs/nfs/files.newnfs"
1.516     thorpej  1529:
                   1530: #
1.1013    mrg      1531: # UVM (virtual memory)
1.1012    mrg      1532: #
1.1013    mrg      1533: include "uvm/files.uvm"
1.1012    mrg      1534:
                   1535: #
1.811     elad     1536: # Security models
                   1537: #
                   1538: include "secmodel/files.secmodel"
                   1539:
1.1120    uebayasi 1540: include "kern/files.kern"
1.979     uebayasi 1541:
1.1135    uebayasi 1542: include "dev/files.dev"
                   1543:
1.1119    uebayasi 1544: include "net/files.net"
1.493     jdolecek 1545:
                   1546: # Game adapter (joystick)
                   1547: device joy
                   1548: file   dev/ic/joy.c                    joy needs-flag
1.582     haya     1549:
1.1029    sjg      1550: # process monitor for make(1)
                   1551: # normally built as module
                   1552: defpseudo filemon
                   1553: file   dev/filemon/filemon.c           filemon
                   1554: file   dev/filemon/filemon_wrapper.c   filemon
                   1555:
1.734     jmcneill 1556: #
                   1557: # General Purpose Input/Output framework
                   1558: #
1.769     riz      1559: define onewire_bitbang
1.734     jmcneill 1560: include        "dev/gpio/files.gpio"
1.769     riz      1561:
                   1562: include "dev/onewire/files.onewire"
1.872     jmcneill 1563:
                   1564: #
                   1565: # Pseudo audio device
                   1566: #
                   1567: include "dev/pad/files.pad"
1.877     joerg    1568:
                   1569: #
                   1570: # Intel 386 Real Mode emulator
                   1571: #
                   1572: include "lib/libx86emu/files.x86emu"
1.882     yamt     1573:
                   1574: #
                   1575: # "tprof" profiler.
                   1576: #
                   1577: include        "dev/tprof/files.tprof"
1.944     jmcneill 1578:
                   1579: #
1.1216    maxv     1580: # NetBSD Virtual Machine Monitor.
                   1581: #
                   1582: include        "dev/nvmm/files.nvmm"
                   1583:
                   1584: #
1.944     jmcneill 1585: # alternate memory device
                   1586: #
                   1587: include "dev/altmem/files.altmem"
1.1003    ahoka    1588:
                   1589: #
                   1590: # Flash subsystem
                   1591: #
                   1592: include "dev/flash/files.flash"
                   1593:
                   1594: #
                   1595: # NAND subsytem
                   1596: #
                   1597: include "dev/nand/files.nand"
                   1598:
1.1019    jmcneill 1599: #
1.1020    cliff    1600: # NOR subsytem
                   1601: #
                   1602: include "dev/nor/files.nor"
1.1031    riz      1603:
                   1604: #
                   1605: # iscsi
                   1606: #
                   1607: include "dev/iscsi/files.iscsi"
1.1066    christos 1608:
1.1115    uebayasi 1609: #
                   1610: # athn
                   1611: #
                   1612: include "dev/ic/files.athn"
1.1151    jmcneill 1613:
                   1614: #
                   1615: # MI clk api
                   1616: #
                   1617: include "dev/clk/files.clk"
1.1189    skrll    1618:
                   1619: #
                   1620: # Flattened Device Tree (FDT) support
                   1621: #
                   1622: include "dev/ofw/files.ofw"
                   1623: include "dev/fdt/files.fdt"
1.1207    christos 1624:
                   1625: #
                   1626: # Name value library
                   1627: #
                   1628: include "external/bsd/libnv/conf/files.libnv"

CVSweb <webmaster@jp.NetBSD.org>