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

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

1.1094  ! bouyer      1: #      $NetBSD: files,v 1.1093 2014/06/12 21:08:31 christos Exp $
1.60      cgd         2: #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
                      3:
1.989     pooka       4: version        20100430
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.474     lukem      20: defflag                                INSECURE
                     21: defflag                                KMEMSTATS
                     22: defflag                                KTRACE
1.781     kardel     23: defflag                                MBUFTRACE
1.799     matt       24: defflag                                PTRACE
                     25: defflag                                COREDUMP
1.941     apb        26: defflag                                MODULAR
1.953     mbalmer    27: defflag                                KEYLOCK
1.799     matt       28:
1.781     kardel     29: defparam                       DEFCORENAME
                     30: defparam                       HZ
1.474     lukem      31: defparam                       MAXUPRC
                     32: defparam                       RTC_OFFSET
1.494     jdolecek   33: defflag        opt_pipe.h              PIPE_SOCKETPAIR PIPE_NODIRECT
1.573     junyoung   34:
1.926     ad         35: defflag                                AIO
                     36: defflag                                MQUEUE
                     37:
1.733     yamt       38: defflag                                BUFQ_DISKSORT
                     39: defflag                                BUFQ_FCFS
1.698     yamt       40: defflag                                BUFQ_PRIOCSCAN
                     41: defflag                                BUFQ_READPRIO
                     42: defflag                                NEW_BUFQ_STRATEGY       # same as BUFQ_READPRIO
1.524     thorpej    43:
1.845     yamt       44: defflag        opt_sched.h             SCHED_4BSD
1.868     rmind      45: defflag        opt_sched.h             SCHED_M2
1.845     yamt       46:
1.616     enami      47: defparam                       SOMAXKVA
1.524     thorpej    48: defflag        opt_sock_counters.h     SOSEND_COUNTERS
1.547     thorpej    49: defflag        opt_sosend_loan.h       SOSEND_NO_LOAN
1.840     dyoung     50: defflag        opt_route.h             RTCACHE_DEBUG RTFLUSH_DEBUG
1.247     thorpej    51:
1.474     lukem      52: defflag                                MULTIPROCESSOR
1.486     atatat     53:
                     54: defflag        opt_config.h            INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
1.459     enami      55:
1.597     atatat     56: defparam opt_dump.h            DUMP_ON_PANIC
                     57:
1.474     lukem      58: defflag        opt_callout.h           CALLWHEEL_STATS
1.250     tron       59:
1.891     martin     60: defflag                                CPU_IN_CKSUM
                     61:
1.976     darran     62: defflag opt_dtrace.h           KDTRACE_HOOKS
                     63:
1.474     lukem      64: defflag        opt_sysv.h              SYSVMSG SYSVSEM SYSVSHM
1.470     lukem      65: defparam opt_sysvparam.h       SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
1.181     jonathan   66:
1.1071    kardel     67: defflag        opt_ntp.h               PPS_SYNC PPS_DEBUG NTP
1.129     thorpej    68:
1.694     christos   69: defflag        opt_ptm.h               NO_DEV_PTM COMPAT_BSDPTY
1.676     christos   70:
1.707     petrov     71: defparam opt_kmempages.h       NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
1.431     fvdl       72:
1.474     lukem      73: defflag        opt_revcache.h          NAMECACHE_ENTER_REVERSE
1.189     scottr     74:
1.1025    jmcneill   75: defflag        opt_exec.h              DEBUG_EXEC
                     76:
1.474     lukem      77: defflag        opt_execfmt.h           EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
1.1008    joerg      78:                                EXEC_ELF64 EXEC_SCRIPT
1.503     jdolecek   79:                                EXEC_ELF_NOTELESS
1.199     thorpej    80:
1.686     thorpej    81: defflag        opt_dkwedge.h           DKWEDGE_AUTODISCOVER
1.691     thorpej    82:                                DKWEDGE_METHOD_BSDLABEL
1.688     thorpej    83:                                DKWEDGE_METHOD_GPT
1.693     thorpej    84:                                DKWEDGE_METHOD_MBR
1.1047    christos   85:                                DKWEDGE_METHOD_APPLE
1.686     thorpej    86:
1.791     elad       87: defflag        opt_veriexec.h          VERIFIED_EXEC_FP_SHA1
1.725     christos   88:                                VERIFIED_EXEC_FP_SHA256
                     89:                                VERIFIED_EXEC_FP_SHA384
                     90:                                VERIFIED_EXEC_FP_SHA512
                     91:                                VERIFIED_EXEC_FP_MD5
                     92:                                VERIFIED_EXEC_FP_RMD160
                     93:
1.794     dsl        94: # Per system call number counts and times
                     95: defflag opt_syscall_stats.h    SYSCALL_STATS
1.1076    jakllsch   96: defflag opt_syscall_stats.h    SYSCALL_TIMES: SYSCALL_STATS
1.794     dsl        97: # Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1.1076    jakllsch   98: defflag opt_syscall_stats.h    SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES
1.794     dsl        99: file kern/subr_syscall_stats.c syscall_stats
                    100:
1.774     elad      101: defparam opt_pax.h             PAX_MPROTECT
1.817     elad      102:                                PAX_SEGVGUARD
1.879     christos  103:                                PAX_ASLR
                    104:                                PAX_ASLR_DELTA_MMAP_LSB
                    105:                                PAX_ASLR_DELTA_MMAP_LEN
                    106:                                PAX_ASLR_DELTA_STACK_LSB
                    107:                                PAX_ASLR_DELTA_STACK_LEN
                    108:                                PAX_ASLR_DELTA_PROG_LEN
1.983     christos  109:                                PAX_ASLR_DEBUG
1.774     elad      110:
1.789     elad      111: defflag        opt_fileassoc.h         FILEASSOC
                    112:
1.803     dyoung    113: defflag        opt_gre.h               GRE_DEBUG
                    114:
1.911     simonb    115: # Write Ahead Physical Block Logging
                    116: defflag opt_wapbl.h            WAPBL WAPBL_DEBUG
                    117: defparam opt_wapbl.h           WAPBL_DEBUG_PRINT
                    118:
1.199     thorpej   119: # compatibility options
1.473     lukem     120: #
1.926     ad        121: defflag opt_compat_netbsd.h    COMPAT_NETBSD
1.1059    drochner  122: defflag        opt_compat_netbsd.h     COMPAT_60: COMPAT_NETBSD
                    123: defflag        opt_compat_netbsd.h     COMPAT_50: COMPAT_60, COMPAT_NETBSD
1.1044    rmind     124: defflag        opt_compat_netbsd.h     COMPAT_40: COMPAT_50, COMPAT_NETBSD
1.926     ad        125: defflag        opt_compat_netbsd.h     COMPAT_30: COMPAT_40, COMPAT_NETBSD
                    126: defflag        opt_compat_netbsd.h     COMPAT_20: COMPAT_30, COMPAT_NETBSD
                    127: defflag        opt_compat_netbsd.h     COMPAT_16: COMPAT_20, COMPAT_NETBSD
                    128: defflag        opt_compat_netbsd.h     COMPAT_15: COMPAT_16, COMPAT_NETBSD
                    129: defflag        opt_compat_netbsd.h     COMPAT_14: COMPAT_15, COMPAT_NETBSD
                    130: defflag        opt_compat_netbsd.h     COMPAT_13: COMPAT_14, COMPAT_NETBSD
                    131: defflag        opt_compat_netbsd.h     COMPAT_12: COMPAT_13, COMPAT_NETBSD
                    132: defflag        opt_compat_netbsd.h     COMPAT_11: COMPAT_12, COMPAT_NETBSD
                    133: defflag        opt_compat_netbsd.h     COMPAT_10: COMPAT_11, COMPAT_NETBSD
                    134: defflag        opt_compat_netbsd.h     COMPAT_09: COMPAT_10, COMPAT_NETBSD
1.589     christos  135: defflag                                COMPAT_OSSAUDIO
1.786     martin    136: defflag                                COMPAT_FREEBSD: COMPAT_30
1.474     lukem     137: defflag                                COMPAT_IBCS2
1.938     christos  138: defflag                                COMPAT_LINUX: COMPAT_16
1.992     chs       139: defflag                                COMPAT_LINUX32 : COMPAT_LINUX
1.474     lukem     140: defflag                                COMPAT_OSF1
1.787     martin    141: defflag                                COMPAT_SUNOS: COMPAT_30
1.474     lukem     142: defflag        opt_compat_svr4.h       COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1.937     he        143: defflag                                COMPAT_ULTRIX: COMPAT_50
1.474     lukem     144: defflag                                COMPAT_NETBSD32
1.852     he        145: defflag                                COMPAT_AOUT_M68K: COMPAT_40
1.474     lukem     146: defflag                                COMPAT_M68K4K
                    147: defflag                                COMPAT_VAX1K
                    148: defflag                                COMPAT_43
1.633     matt      149: defflag        opt_compat_netbsd.h     COMPAT_NOMID
1.221     jonathan  150:
1.473     lukem     151: #
1.570     thorpej   152: # Cryptography support.  Include this early, since several things
                    153: # use it.
1.624     jonathan  154:
                    155: # Individual crypto transforms
1.570     thorpej   156: include "crypto/arc4/files.arc4"
                    157: include "crypto/des/files.des"
                    158: include "crypto/blowfish/files.blowfish"
                    159: include "crypto/cast128/files.cast128"
                    160: include "crypto/rijndael/files.rijndael"
1.644     tls       161: include "crypto/skipjack/files.skipjack"
1.1011    drochner  162: include "crypto/camellia/files.camellia"
1.626     thorpej   163: # General-purpose crypto processing framework.
                    164: include "opencrypto/files.opencrypto"
                    165:
1.1032    tls       166: # NIST SP800.90 CTR DRBG
                    167: include "crypto/nist_ctr_drbg/files.nist_ctr_drbg"
                    168:
1.570     thorpej   169: #
1.1014    mrg       170: # Kernel history/tracing. Old UVMHIST depends upon this.
                    171: #
                    172: defflag opt_kernhist.h                 KERNHIST KERNHIST_PRINT
1.1083    matt      173: defparam opt_kernhist.h                        KERNHIST_DELAY
1.1014    mrg       174: file   kern/kern_history.c             kernhist
                    175:
                    176: #
1.618     thorpej   177: # System monitoring framework
                    178: #
                    179: include "dev/sysmon/files.sysmon"
                    180:
                    181: #
1.563     thorpej   182: # Networking protocols
                    183: #
1.971     pooka     184:
                    185: # Attribute used by various things that need BPF's virtual machine
                    186: #
                    187: define bpf_filter
                    188: defparam opt_bpf.h     BPF_BUFSIZE
                    189:
1.1060    alnsn     190: defflag        opt_bpfjit.h    BPFJIT
                    191:
                    192: file   net/bpfjit.c    sljit & bpfjit
                    193:
1.743     thorpej   194: include "net80211/files.net80211"
1.563     thorpej   195: include "netatalk/files.netatalk"
1.782     gdamore   196: include "netbt/files.netbt"
1.565     thorpej   197: include "netinet/files.netinet"
                    198: include "netinet6/files.netinet6"
1.632     itojun    199: include "netipsec/files.netipsec"
1.991     kefren    200: include "netmpls/files.netmpls"
1.567     thorpej   201: include "netnatm/files.netnatm"
1.600     jdolecek  202: include "netsmb/files.netsmb"
1.994     rmind     203:
                    204: include "net/npf/files.npf"
                    205: include "netinet/files.ipfilter"
1.677     itojun    206: include "net/files.pf"
1.563     thorpej   207:
1.795     matt      208: obsolete defflag               CCITT           # obsolete
                    209: obsolete defflag               HDLC            # obsolete
                    210: obsolete defflag               LLC             # obsolete
                    211: obsolete defflag opt_ns.h      NS NSIP         # obsolete
                    212: obsolete defflag               IPX             # obsolete
1.939     jym       213: obsolete defparam opt_md.h     MEMORY_RBFLAGS  # superseded by
                    214:                                                # MEMORY_DISK_RBFLAGS
                    215:
1.603     perseant  216: defflag        opt_bridge_ipf.h        BRIDGE_IPF      # bridge(4) use inet_pfil_hooks
1.474     lukem     217: defflag        opt_ppp.h               PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
                    218:                                                # Include deflate or bsd
                    219:                                                # compression, enable pppd
                    220:                                                # packet filtering support
1.793     pavel     221: defflag opt_pppoe.h            PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
1.189     scottr    222:
                    223: # networking options
1.473     lukem     224: #
1.474     lukem     225: defflag                                GATEWAY
1.748     yamt      226: defparam opt_nmbclusters.h     NMBCLUSTERS
1.474     lukem     227: defparam                       SB_MAX
1.171     mrg       228:
1.189     scottr    229: # file system options
1.473     lukem     230: #
1.1004    bouyer    231: defflag        opt_quota.h             QUOTA QUOTA2            # XXX files.ufs?
1.685     thorpej   232: defflag                                VNODE_LOCKDEBUG
1.759     chs       233: defflag                                MAGICLINKS
1.353     oster     234:
1.276     scottr    235: # buffer cache size options
1.473     lukem     236: #
1.474     lukem     237: defparam opt_bufcache.h                BUFCACHE BUFPAGES
1.276     scottr    238:
1.449     gmcgarry  239: # userconf
1.473     lukem     240: #
1.474     lukem     241: defflag                                USERCONF
1.449     gmcgarry  242:
1.663     atatat    243: # sysctl related
                    244: #
                    245: defflag opt_sysctl.h           SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
                    246:                                SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
1.665     atatat    247:                                SYSCTL_INCLUDE_DESCR
1.663     atatat    248:
1.473     lukem     249: #
1.289     lukem     250: # Not entirely MI, but present on multiple arch's
1.473     lukem     251: #
1.289     lukem     252:
1.276     scottr    253: # PC-style MBR handling
1.473     lukem     254: #
1.474     lukem     255: defflag        opt_mbr.h               COMPAT_386BSD_MBRPART
1.209     jonathan  256:
1.745     thorpej   257: #
1.209     jonathan  258: # debugging options
1.473     lukem     259: #
1.745     thorpej   260: include "ddb/files.ddb"                # in-kernel dynamic debugger
                    261:
1.474     lukem     262: defflag        opt_kgdb.h              KGDB
1.613     martin    263: defparam opt_kgdb.h            KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
1.474     lukem     264:                                KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
                    265: defflag                                LOCKDEBUG
                    266: defflag                                SYSCALL_DEBUG
1.540     yamt      267: defflag        opt_kstack.h            KSTACK_CHECK_MAGIC
1.271     jonathan  268:
                    269: # memory (ram) disk options
1.473     lukem     270: #
1.474     lukem     271: defflag        opt_md.h                MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
                    272:                                MEMORY_DISK_DYNAMIC
1.851     dsl       273: defparam opt_md.h              MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
1.939     jym       274:                                MEMORY_DISK_RBFLAGS
1.159     drochner  275:
1.842     manu      276: defflag opt_tftproot.h         TFTPROOT TFTPROOT_DEBUG
                    277:
1.543     briggs    278: # Support for hardware performance monitoring counters
                    279: #
                    280: defflag        opt_perfctrs.h          PERFCTRS
1.636     jdolecek  281:
1.936     christos  282: defflag        opt_wlan.h              WLAN
                    283:
1.819     wiz       284: # Machine-independent device majors assignements
1.640     jdolecek  285: include "conf/majors"
1.543     briggs    286:
1.60      cgd       287: # generic attributes
1.473     lukem     288: #
1.519     augustss  289: define audiobus        { }
1.474     lukem     290: define midibus         { }
1.232     augustss  291: define midisyn
1.915     jmcneill  292: define videobus        { }
1.638     bouyer    293: define ata             {[channel = -1]}
1.674     thorpej   294: define sata
1.947     jakllsch  295: define sata_fis
1.1054    bouyer    296: define sata_pmp
1.558     thorpej   297: define scsi_core
                    298: define scsi            {[channel = -1]}: scsi_core
1.638     bouyer    299: define ata_hl          {[drive = -1]}
1.637     bouyer    300: define atapi           { }
1.489     drochner  301: define radiodev        { }
1.614     gmcgarry  302: define gpibdev         {[address = -1]}
1.734     jmcneill  303: define gpiobus         { }
1.769     riz       304: define onewirebus      { }
1.659     bjh21     305: define         pckbport        {[slot = -1]}
                    306: define pckbport_machdep_cnattach
1.754     thorpej   307: define firmload
1.67      cgd       308:
                    309: # audio device attributes
1.473     lukem     310: #
1.63      brezak    311: define mulaw
1.132     augustss  312: define auconv
1.500     kent      313: define aurateconv
1.629     thorpej   314:
1.228     augustss  315: # audio and midi devices, attaches to audio hardware driver
1.473     lukem     316: #
1.876     jmcneill  317: device audio: audiodev
1.519     augustss  318: attach audio at audiobus
1.228     augustss  319: device midi
                    320: attach midi at midibus
1.363     thorpej   321:
1.650     bjh21     322: # console bell via audio device
                    323: #
                    324: define audiobell
                    325:
1.915     jmcneill  326: # video devices, attaches to video hardware driver
                    327: #
                    328: device video
                    329: attach video at videobus
                    330:
1.1024    jmcneill  331: # DTV subsystem
                    332: #
                    333: include "dev/dtv/files.dtv"
                    334:
1.922     pgoyette  335: # National Semiconductor LM7[89]
                    336: #
                    337: # (included here so files.i2c can define an attachment)
                    338:
                    339: device lm: sysmon_envsys
                    340: file   dev/ic/nslm7x.c                 lm                      needs-flag
                    341:
1.984     pgoyette  342: # JEDEC standard SPD EPROM
                    343: #
                    344: # (included here so files.i2c can define an attachment)
                    345:
                    346: device spdmem
                    347: file   dev/ic/spdmem.c                 spdmem
                    348:
1.635     thorpej   349: # I2C device support
                    350: include "dev/i2c/files.i2c"
                    351:
1.813     gdamore   352: # SPI device support
                    353: include "dev/spi/files.spi"
                    354:
1.559     thorpej   355: # IR device support
                    356: include        "dev/ir/files.ir"
                    357:
1.651     jdolecek  358: # Parallel Port Bus support
                    359: include "dev/ppbus/files.ppbus"
                    360:
1.363     thorpej   361: # raster operations attributes
1.473     lukem     362: #
1.426     lukem     363: define rasops1
                    364: define rasops2
                    365: define rasops4
                    366: define rasops8
                    367: define rasops15
                    368: define rasops16
                    369: define rasops24
                    370: define rasops32
1.829     ober      371: define rasops_rotation
1.60      cgd       372:
1.997     jmcneill  373: # image decoding support
                    374: include "dev/stbi/files.stbi"
                    375:
1.760     jmcneill  376: # splash screen support
                    377: include "dev/splash/files.splash"
                    378:
1.768     gdamore   379: # videomode support
                    380: include "dev/videomode/files.videomode"
                    381:
1.67      cgd       382: # net device attributes - we have generic code for arc(net), ether(net),
1.457     bjh21     383: # fddi, token ring, atm and eco(net).
1.473     lukem     384: #
1.874     cube      385: define arcnet
1.88      chuck     386: define atm
1.457     bjh21     387: define eco
1.60      cgd       388: define ether
1.67      cgd       389: define fddi
1.185     kml       390: define hippi
1.399     onoe      391: define ieee1394
1.282     bad       392: define token
1.284     explorer  393: define sppp
1.1032    tls       394: define wlan
1.294     itojun    395: define crypto
1.100     ws        396:
1.1039    christos  397: # TPM
                    398: device tpm
                    399: file   dev/ic/tpm.c                    tpm                     needs-flag
                    400:
1.119     is        401: # devices ARPing IPv4 pull this in:
1.473     lukem     402: #
1.119     is        403: define arp
                    404:
1.515     thorpej   405: #
                    406: # ALTQ network traffic shaping subsystem
                    407: #
                    408: include "altq/files.altq"
                    409:
1.473     lukem     410: #
1.560     thorpej   411: # IPKDB kernel debugger
1.473     lukem     412: #
1.560     thorpej   413: include "ipkdb/files.ipkdb"
1.102     ws        414:
1.404     ad        415: # Logical disk
1.473     lukem     416: #
1.404     ad        417: device ld: disk
1.426     lukem     418: file   dev/ld.c                        ld                      needs-flag
1.513     thorpej   419:
                    420: #
                    421: # MII/PHY support for network devices
                    422: #
                    423: include "dev/mii/files.mii"
1.375     thorpej   424:
1.473     lukem     425: #
1.512     thorpej   426: # RAIDframe
                    427: #
                    428: include "dev/raidframe/files.raidframe"
1.639     grog      429:
                    430: #
1.542     thorpej   431: # Hardware-assisted data mover API
                    432: #
                    433: include "dev/dmover/files.dmover"
1.512     thorpej   434:
                    435: #
1.83      thorpej   436: # "Chipset" drivers.  These are the bus-independent routines which
                    437: # contain the cfdrivers.  Attachments are provided by files.<bus>
1.473     lukem     438: #
1.145     christos  439:
                    440: # Adaptec AIC-6[32]60 ICs
1.473     lukem     441: #
1.173     thorpej   442: device aic: scsi
1.145     christos  443: file   dev/ic/aic6360.c                aic
1.346     thorpej   444:
                    445: # SMC 93Cx6 Serial EEPROM devices
1.473     lukem     446: #
1.346     thorpej   447: define smc93cx6
                    448: file   dev/ic/smc93cx6.c               smc93cx6
1.83      thorpej   449:
1.86      mycroft   450: # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
1.473     lukem     451: #
1.474     lukem     452: defparam opt_ahc.h             AHC_DEBUG
                    453: defflag        opt_ahc.h               AHC_NO_TAGS
1.173     thorpej   454: device ahc: scsi
1.345     thorpej   455: define ahc_seeprom
1.354     fvdl      456: define ahc_aic77xx
1.142     enami     457: file   dev/ic/aic7xxx.c                ahc
1.609     fvdl      458: file   dev/ic/aic7xxx_osm.c            ahc
1.345     thorpej   459: file   dev/ic/aic7xxx_seeprom.c        ahc_seeprom
1.354     fvdl      460: file   dev/ic/aic77xx.c                ahc_aic77xx
1.609     fvdl      461:
                    462: # Adaptec aic79xx SCSI controllers
                    463: defflag        opt_ahd.h               AHD_DEBUG
                    464: device ahd: scsi
                    465: file   dev/ic/aic79xx.c                ahd
                    466: file   dev/ic/aic79xx_osm.c            ahd
1.318     ad        467:
                    468: # DPT EATA SCSI controllers
1.473     lukem     469: #
1.318     ad        470: device dpt: scsi
                    471: file   dev/ic/dpt.c                    dpt
1.355     ad        472:
                    473: # Compaq Smart ARRAY controllers
1.473     lukem     474: #
1.355     ad        475: device cac {unit = -1}
                    476: file   dev/ic/cac.c                    cac
                    477:
1.404     ad        478: attach ld at cac with ld_cac
                    479: file   dev/ic/ld_cac.c                 ld_cac
1.419     ad        480:
1.764     he        481: # HP/Compaq Command Interface for SCSI-3 Support
                    482: #
                    483: device ciss: scsi
                    484: file   dev/ic/ciss.c                   ciss
                    485:
1.419     ad        486: # Mylex DAC960 RAID controllers
1.473     lukem     487: #
1.419     ad        488: device mlx {unit = -1}
                    489: file   dev/ic/mlx.c                    mlx                     needs-flag
                    490:
                    491: attach ld at mlx with ld_mlx
                    492: file   dev/ic/ld_mlx.c                 ld_mlx
1.521     ad        493:
                    494: # ICP-Vortex/Intel RAID controllers
                    495: #
                    496: device icp {unit = -1}
                    497: file   dev/ic/icp.c                    icp                     needs-flag
1.611     thorpej   498: file   dev/ic/icp_ioctl.c              icp
1.521     ad        499:
                    500: attach ld at icp with ld_icp
                    501: file   dev/ic/ld_icp.c                 ld_icp
                    502:
                    503: device icpsp: scsi
                    504: file   dev/ic/icpsp.c                  icpsp
                    505: attach icpsp at icp
1.523     ad        506:
                    507: # Adaptec FSA RAID controllers
                    508: #
                    509: device aac {unit = -1}
                    510: file   dev/ic/aac.c                    aac
                    511:
                    512: attach ld at aac with ld_aac
                    513: file   dev/ic/ld_aac.c                 ld_aac
1.238     dante     514:
                    515: # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
1.473     lukem     516: #
1.238     dante     517: device adv: scsi
                    518: file   dev/ic/adv.c                    adv
1.428     thorpej   519: file   dev/ic/advlib.c                 adv
                    520: file   dev/ic/advmcode.c               adv
1.248     dante     521:
                    522: # AdvanSys ULTRA WIDE SCSI controllers
1.473     lukem     523: #
1.248     dante     524: device adw: scsi
                    525: file   dev/ic/adw.c                    adw
1.194     jonathan  526:
1.130     jonathan  527: # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
                    528: # (Must be declared before AHA to ensure bha probes before aha.
                    529: #  Probing AHA first configures bhas as aha, via their AHA
                    530: #  hardware-compatibility mode.)
1.473     lukem     531: #
1.173     thorpej   532: device bha: scsi
1.142     enami     533: file   dev/ic/bha.c                    bha
1.130     jonathan  534:
1.113     mycroft   535: # Adaptec AHA-154x and AHA-164x controllers
1.130     jonathan  536: # (must be after bha, see above)
1.473     lukem     537: #
1.173     thorpej   538: device aha: scsi
1.142     enami     539: file   dev/ic/aha.c                    aha
1.445     tsutsui   540:
                    541: # Initio INIC-940/950 SCSI controllers
1.473     lukem     542: #
1.445     tsutsui   543: device iha: scsi
                    544: file   dev/ic/iha.c                    iha
1.118     cgd       545:
                    546: # Qlogic ISP 10x0 SCSI Controllers
1.473     lukem     547: #
1.474     lukem     548: defflag        opt_isp.h               ISP_DISABLE_1020_SUPPORT
                    549:                                ISP_DISABLE_1080_SUPPORT
                    550:                                ISP_DISABLE_2100_SUPPORT
                    551:                                ISP_DISABLE_2200_SUPPORT
1.846     mjacob    552:                                ISP_DISABLE_2300_SUPPORT
1.894     mjacob    553:                                ISP_DISABLE_2322_SUPPORT
1.846     mjacob    554:                                ISP_DISABLE_2400_SUPPORT
                    555:                                ISP_DISABLE_FW
                    556:                                ISP_TARGET_MODE
1.474     lukem     557: defparam opt_isp.h             ISP_LOGDEFAULT
1.894     mjacob    558:                                ISP_VPORTS
1.173     thorpej   559: device isp: scsi
1.142     enami     560: file   dev/ic/isp.c                    isp
1.846     mjacob    561: file   dev/ic/isp_library.c            isp
1.223     mjacob    562: file   dev/ic/isp_netbsd.c             isp
1.711     drochner  563: file   dev/ic/isp_target.c             isp & isp_target_mode
1.821     bouyer    564: # LSILogic MegaRAID SAS
                    565: #
                    566: device mfi: scsi
                    567: file   dev/ic/mfi.c                    mfi
                    568:
1.528     matt      569: # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
                    570: #
1.608     thorpej   571: device mpt: scsi
                    572: file   dev/ic/mpt.c                    mpt
                    573: file   dev/ic/mpt_debug.c              mpt
                    574: file   dev/ic/mpt_netbsd.c             mpt
1.605     tsutsui   575:
1.682     itohy     576: # Workbit NinjaSCSI-32 controllers
                    577: device njs: scsi
                    578: file   dev/ic/ninjascsi32.c            njs
                    579:
1.605     tsutsui   580: # Symbios/NCR 53c700 SCSI controllers
                    581: device oosiop: scsi
                    582: file   dev/ic/oosiop.c                 oosiop
1.436     tsutsui   583:
                    584: # Symbios/NCR 53c710 SCSI controllers
1.473     lukem     585: #
1.436     tsutsui   586: device osiop: scsi
                    587: file   dev/ic/osiop.c                  osiop
1.364     bouyer    588:
1.368     bouyer    589: # common stuff for siop and esiop
1.473     lukem     590: #
1.426     lukem     591: define siop_common
                    592: file   dev/ic/siop_common.c            siop_common
1.368     bouyer    593:
1.364     bouyer    594: # Symbios/NCR 53c720/53c8xx SCSI controllers
1.473     lukem     595: #
1.426     lukem     596: device siop: scsi,siop_common
1.898     skrll     597: file   dev/ic/siop.c                   siop & (siop_pci | siop_gedoens)
1.517     bouyer    598: defflag        opt_siop.h                      SIOP_SYMLED
1.518     bouyer    599:
                    600: device esiop: scsi,siop_common
                    601: file   dev/ic/esiop.c                  esiop
1.94      mycroft   602:
                    603: # UltraStor SCSI controllers
1.473     lukem     604: #
1.173     thorpej   605: device uha: scsi
1.142     enami     606: file   dev/ic/uha.c                    uha
1.409     onoe      607:
1.878     garbled   608: # 3Com common probe code
                    609: define  elink
                    610: file    dev/isa/elink.c                 elink
                    611:
1.409     onoe      612: # Aironet PC4500/PC4800
1.473     lukem     613: #
1.653     tsarna    614: device an: arp, wlan, ifnet
1.409     onoe      615: file   dev/ic/an.c                     an
1.86      mycroft   616:
1.376     onoe      617: # AMD 79c930-based 802.11 cards
1.473     lukem     618: #
1.376     onoe      619: device awi: arp, wlan, ifnet
                    620: file   dev/ic/awi.c                    awi
                    621: file   dev/ic/am79c930.c               awi
1.438     ichiro    622:
                    623: # Lucent & Intersil WaveLan IEEE (802.11)
1.473     lukem     624: #
1.656     junyoung  625: device wi: arp, wlan, ifnet
1.438     ichiro    626: file   dev/ic/wi.c                     wi
1.617     dyoung    627:
1.930     alc       628: # Atheros HAL
                    629: #
                    630: include "external/isc/atheros_hal/conf/files.ath_hal"
                    631:
1.641     dyoung    632: # Atheros 5210/5211/5212 multi-mode 802.11
                    633: #
1.656     junyoung  634: device ath: arp, wlan, ifnet
1.1066    christos  635: file   dev/ic/ath.c                    ath
                    636: file   dev/ic/ath_netbsd.c             ath
                    637: file   dev/ic/athrate-sample.c         ath
1.641     dyoung    638:
1.617     dyoung    639: # ADMtek ADM8211 802.11
                    640: #
1.656     junyoung  641: device atw: arp, wlan, ifnet, smc93cx6
1.617     dyoung    642: file   dev/ic/atw.c                    atw
1.376     onoe      643:
1.687     dyoung    644: # Realtek RTL8180 802.11
                    645: #
                    646: device rtw: arp, wlan, ifnet, smc93cx6
                    647: file   dev/ic/rtw.c                    rtw
                    648: file   dev/ic/rtwphy.c                 rtw
                    649: file   dev/ic/rtwphyio.c               rtw
                    650:
1.780     rpaulo    651: # Ralink RT2500/RT2600 802.11
1.779     martin    652: device ral: arp, ether, ifnet, wlan, firmload
1.778     dogcow    653: file   dev/ic/rt2560.c                 ral
                    654: file   dev/ic/rt2661.c                 ral
1.722     drochner  655:
1.1053    degroote  656: # Marvell Libertas Open
                    657: device  malo: arp, ether, ifnet, wlan, firmload
                    658: file    dev/ic/malo.c           malo
                    659:
1.83      thorpej   660: # 3Com Etherlink-III Ethernet controller
1.473     lukem     661: #
1.333     thorpej   662: device ep: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     663: file   dev/ic/elink3.c                 ep
1.253     fvdl      664:
                    665: # 3Com EtherLink XL Controller
1.473     lukem     666: #
1.331     thorpej   667: device ex: arp, ether, ifnet, mii, mii_bitbang
1.253     fvdl      668: file   dev/ic/elinkxl.c                ex
1.131     matt      669:
                    670: # DEC EtherWORKS III (LEMAC) Ethernet controllers
1.473     lukem     671: #
1.173     thorpej   672: device lc: arp, ether, ifnet
1.142     enami     673: file   dev/ic/lemac.c                  lc
1.84      mycroft   674:
                    675: # LANCE and PCnet Ethernet controllers
1.473     lukem     676: #
1.173     thorpej   677: device le: arp, ether, ifnet
1.426     lukem     678: define le24
                    679: define le32
1.227     explorer  680: file   dev/ic/am7990.c                 le24
1.225     drochner  681: file   dev/ic/am79900.c                le32
                    682: file   dev/ic/lance.c                  le24 | le32
1.383     thorpej   683:
                    684: # DEC DEPCA-family of LANCE Ethernet controllers
1.473     lukem     685: #
1.383     thorpej   686: device depca { }: le24
                    687: file   dev/ic/depca.c                  depca
                    688: attach le at depca with le_depca
1.122     scottr    689:
1.290     mrg       690: # Sun HME Ethernet controllers
1.473     lukem     691: #
1.293     pk        692: device hme: arp, ether, ifnet, mii
                    693: file   dev/ic/hme.c                    hme
1.461     eeh       694:
                    695: # Sun GEM Ethernet controllers
1.473     lukem     696: #
1.461     eeh       697: device gem: arp, ether, ifnet, mii
                    698: file   dev/ic/gem.c                    gem
1.290     mrg       699:
1.122     scottr    700: # 8390-family Ethernet controllers
1.473     lukem     701: #
1.569     thorpej   702: defflag        opt_ipkdb.h             IPKDB_DP8390
1.122     scottr    703: define dp8390nic
1.569     thorpej   704: file   dev/ic/dp8390.c                 dp8390nic | ipkdb_dp8390
1.485     bjh21     705:
                    706: # National Semiconductor DP83905 AT/LANTIC Ethernet media support
                    707: #
                    708: define dp83905
                    709: file   dev/ic/dp83905.c                dp83905
1.484     bjh21     710:
                    711: # Macronix MX98905 Ethernet controller
                    712: # (use as an attribute for an "ne" bus attachment)
                    713: #
                    714: define mx98905
                    715: file   dev/ic/mx98905.c                mx98905
1.77      cgd       716:
1.282     bad       717: # TROPIC Token-Ring controller
1.473     lukem     718: #
1.282     bad       719: device tr: arp, token, ifnet
                    720: file   dev/ic/tropic.c                 tr
                    721:
1.91      cgd       722: # NCR 5380 SCSI Bus Controller
1.473     lukem     723: #
1.91      cgd       724: define ncr5380sbc
1.142     enami     725: file   dev/ic/ncr5380sbc.c             ncr5380sbc
1.356     pk        726: device nca: scsi, ncr5380sbc
1.91      cgd       727:
1.434     fredette  728: # Sun sc PAL SCSI Bus Controller
1.473     lukem     729: #
1.434     fredette  730: define sunscpal
                    731: file   dev/ic/sunscpal.c               sunscpal
                    732: device ssc: scsi, sunscpal
                    733:
1.91      cgd       734: # DEC FDDI Chipset
1.473     lukem     735: #
1.91      cgd       736: define pdq
1.142     enami     737: file   dev/ic/pdq.c                    pdq
                    738: file   dev/ic/pdq_ifsubr.c             pdq
1.98      christos  739:
1.474     lukem     740: # Cyclades Cyclom-8/16/32
1.473     lukem     741: #
1.173     thorpej   742: device cy: tty
1.142     enami     743: file   dev/ic/cy.c                     cy                      needs-flag
1.103     thorpej   744:
                    745: # Efficient Networks, Inc. ATM interface
1.473     lukem     746: #
1.173     thorpej   747: device en: atm, ifnet
1.142     enami     748: file   dev/ic/midway.c                 en
1.117     thorpej   749:
                    750: # NCR 53x9x or Emulex ESP SCSI Controller
1.473     lukem     751: #
1.117     thorpej   752: define ncr53c9x
1.359     mycroft   753: device esp: scsi, ncr53c9x
1.142     enami     754: file   dev/ic/ncr53c9x.c               ncr53c9x
1.227     explorer  755:
1.679     mycroft   756: # Fujitsu MB87030/MB89352 SCSI Protocol Controller
                    757: device spc: scsi
                    758: file   dev/ic/mb89352.c                spc
                    759:
1.796     bjh21     760: # Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
                    761: define wd33c93
                    762: file   dev/ic/wd33c93.c                wd33c93
                    763:
1.590     soren     764: # Hitachi HD44780 LCD panel controller
                    765: define hd44780
                    766: file   dev/ic/hd44780_subr.c           hd44780
                    767: file   dev/ic/lcdkp_subr.c             hd44780
                    768:
1.710     joff      769: # Matrix keypad
                    770: define matrixkp
                    771: file   dev/ic/matrixkp_subr.c          matrixkp
                    772:
1.227     explorer  773: # Hitachi HD64570 serial controller
1.473     lukem     774: #
1.359     mycroft   775: define hd64570
1.227     explorer  776: file   dev/ic/hd64570.c                hd64570
1.339     chopps    777:
                    778: # Riscom/N2 ISA/PCI Sync Serial Controller
1.473     lukem     779: #
1.339     chopps    780: device ntwoc: ifnet, hd64570
1.128     pk        781:
                    782: # Intel 82586 Ethernet Controller
1.473     lukem     783: #
1.128     pk        784: define i82586
1.142     enami     785: file   dev/ic/i82586.c                 i82586
1.291     thorpej   786:
1.658     jkunz     787: # Intel 82596 Ethernet Controller
                    788: #
                    789: define i82596
                    790: file   dev/ic/i82596.c                 i82596
                    791:
1.291     thorpej   792: # Intel 82557/82558/82559 Ethernet Controller
1.473     lukem     793: #
1.291     thorpej   794: device fxp: ether, ifnet, arp, mii
                    795: file   dev/ic/i82557.c                 fxp
1.389     bjh21     796:
                    797: # SEEQ 8005 Advanced Ethernet Data Link Controller
1.473     lukem     798: #
1.389     bjh21     799: define seeq8005
                    800: file   dev/ic/seeq8005.c               seeq8005
1.137     thorpej   801:
                    802: # SMC 91Cxx Ethernet Controller
1.473     lukem     803: #
1.379     briggs    804: device sm: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     805: file   dev/ic/smc91cxx.c               sm
1.188     thorpej   806:
                    807: # SMC 83C170 EPIC/100 Fast Ethernet Controller
1.473     lukem     808: #
1.230     thorpej   809: device epic: arp, ether, ifnet, mii
1.188     thorpej   810: file   dev/ic/smc83c170.c              epic
1.309     ragge     811:
                    812: # DEC SGEC Second Generation Ethernet Controller
1.473     lukem     813: #
1.309     ragge     814: define sgec
                    815: file   dev/ic/sgec.c                   sgec
1.177     enami     816:
1.715     jdolecek  817: # MB86950 Ethernet Controller
                    818: #
                    819: define mb86950
                    820: file   dev/ic/mb86950.c                mb86950
                    821:
1.177     enami     822: # MB8696x Ethernet Controller
1.473     lukem     823: #
1.177     enami     824: define mb86960
                    825: file   dev/ic/mb86960.c                mb86960
                    826:
                    827: # Generic MB8696x Ethernet Controller driver
1.473     lukem     828: #
1.177     enami     829: device mbe: arp, ether, ifnet, mb86960
1.146     augustss  830:
                    831: # Interwave Am78C201 audio driver
1.473     lukem     832: #
1.146     augustss  833: define interwave
                    834: file   dev/ic/interwave.c              interwave
1.154     is        835:
                    836: # TMS 320av110 MPEG2/audio driver
1.473     lukem     837: #
1.154     is        838: define tms320av110
                    839: file   dev/ic/tms320av110.c            tms320av110
1.152     thorpej   840:
                    841: # Novell NE2000-compatible Ethernet cards, based on the
                    842: # National Semiconductor DS8390.
1.473     lukem     843: #
1.474     lukem     844: defflag        opt_ipkdb.h             IPKDB_NE                        : IPKDB_DP8390
1.423     thorpej   845: device ne: ether, ifnet, arp, dp8390nic, mii
1.569     thorpej   846: file   dev/ic/ne2000.c                 ne | ipkdb_ne
1.153     thorpej   847:
                    848: # 8250/16[45]50-based "com" ports
1.668     thorpej   849: #
1.749     chs       850: defflag        opt_com.h               COM_DEBUG
1.153     thorpej   851: # XXX In a perfect world, this would be done with attributes
1.1078    kiyohara  852: defflag        opt_com.h               COM_16650 COM_16750
                    853:                                COM_HAYESP COM_PXA2X0 COM_AU1X00
                    854:                                COM_REGMAP COM_FUNCMAP
1.1016    matt      855: defparam opt_com.h             COM_TOLERANCE
1.392     eeh       856: device com { } : tty
1.426     lukem     857: file   dev/ic/com.c                    com                     needs-flag
1.336     thorpej   858:
                    859: # PC-like keyboard controller
1.473     lukem     860: #
1.659     bjh21     861: device pckbc: pckbport
1.660     bjh21     862: file   dev/ic/pckbc.c                  pckbc                   needs-flag
1.274     scw       863:
1.714     cube      864: device attimer
                    865: file   dev/ic/attimer.c                attimer                 needs-flag
                    866:
1.274     scw       867: # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
1.473     lukem     868: #
1.274     scw       869: device clmpcc: tty
1.426     lukem     870: file   dev/ic/clmpcc.c                 clmpcc                  needs-flag
1.385     bjh21     871:
1.843     xtraeme   872: # Abit uGuru
                    873: #
                    874: device ug: sysmon_envsys
                    875: file   dev/ic/ug.c                     ug                      needs-flag
                    876:
1.185     kml       877: # Essential Communications Corp. HIPPI Interface
1.473     lukem     878: #
1.426     lukem     879: device esh: hippi, ifnet
                    880: file   dev/ic/rrunner.c                esh                     needs-flag
1.242     is        881:
                    882: # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
1.473     lukem     883: #
1.874     cube      884: device bah: ifnet, arcnet, arp
1.426     lukem     885: file   dev/ic/smc90cx6.c               bah
1.234     augustss  886:
                    887: # OPL2/OPL3 FM synth driver
1.473     lukem     888: #
1.235     augustss  889: device opl: midibus, midisyn
1.234     augustss  890: file   dev/ic/opl.c                    opl
                    891: file   dev/ic/oplinstrs.c              opl
1.305     augustss  892:
                    893: # MPU401 MIDI UART compatibles
1.473     lukem     894: #
1.305     augustss  895: device mpu: midibus
1.426     lukem     896: file   dev/ic/mpu.c                    mpu                     needs-flag
1.236     pk        897:
                    898: # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
1.473     lukem     899: #
1.236     pk        900: define ad1848
                    901: file   dev/ic/ad1848.c                 ad1848
1.290     mrg       902:
                    903: # AMD 7930 audio/ISDN codec
1.473     lukem     904: #
1.366     augustss  905: define am7930
                    906: file   dev/ic/am7930.c                 am7930
1.290     mrg       907:
                    908: # SPARC `SUNW,audiocs'
1.473     lukem     909: #
1.519     augustss  910: device audiocs: audiobus, auconv, ad1848
1.290     mrg       911: file   dev/ic/cs4231.c                 audiocs
1.326     augustss  912:
                    913: # AC-97 CODECs
1.473     lukem     914: #
1.326     augustss  915: define ac97
                    916: file   dev/ic/ac97.c                   ac97
1.437     minoura   917:
1.1040    nisimura  918: # UDA1341 CODEC support
                    919: define uda1341
                    920: file   dev/ic/uda1341.c                uda1341
                    921:
1.437     minoura   922: # Oki MSM6258 support code
1.473     lukem     923: #
1.437     minoura   924: define msm6258
                    925: file   dev/ic/msm6258.c                msm6258
1.240     pk        926:
                    927: # LSI64854 DMA controller back-end
1.473     lukem     928: #
1.240     pk        929: define lsi64854
                    930: file   dev/ic/lsi64854.c               lsi64854
1.465     mrg       931:
                    932: # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
1.473     lukem     933: #
1.465     mrg       934: define cd18xx
                    935: file   dev/ic/cd18xx.c                 cd18xx
1.240     pk        936:
1.654     wiz       937: # Realtek 8019/8029 NE2000-compatible network interface subroutines
1.473     lukem     938: #
1.252     thorpej   939: define rtl80x9
1.980     tsutsui   940: file   dev/ic/rtl80x9.c                rtl80x9                 needs-flag
1.360     haya      941:
1.654     wiz       942: # Realtek 8129/8139 Ethernet controllers
1.473     lukem     943: #
1.362     haya      944: device rtk: ether, ifnet, arp, mii
1.675     sekiya    945: file   dev/ic/rtl81x9.c                rtk | re
1.185     kml       946:
1.673     toshii    947: # Realtek 8169 Ethernet controllers
                    948: #
                    949: device re: ether, ifnet, arp, mii
1.709     yamt      950: file   dev/ic/rtl8169.c                re
1.673     toshii    951:
1.258     pk        952: # Common code for ESDI/IDE/etc. controllers
1.473     lukem     953: #
1.680     thorpej   954: define wdc_common
1.809     itohy     955: define ata_dma
                    956: define ata_udma
                    957: define ata_piobm
1.680     thorpej   958: device wdc: ata, wdc_common
1.637     bouyer    959:
1.1079    jmcneill  960: defflag opt_ata.h      ATADEBUG
                    961: defparam opt_ata.h     ATADEBUG_MASK
                    962: defflag opt_wdc.h      WDC_NO_IDS
1.835     dyoung    963:
1.656     junyoung  964: device atabus: atapi,ata_hl
                    965: attach atabus at ata
1.809     itohy     966: # The strange expression is to dump ata_* definitions to ata_dma.h.
                    967: file   dev/ic/wdc.c                    (ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common needs-flag
1.386     bjh21     968:
1.810     itohy     969: # Workbit NinjaATA-32 IDE controllers
                    970: device njata: ata, ata_piobm, wdc_common
                    971: file   dev/ic/ninjaata32.c             njata
                    972:
1.386     bjh21     973: # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
1.473     lukem     974: #
1.386     bjh21     975: device upc { [offset = -1] }
                    976: attach wdc at upc with wdc_upc
                    977: attach com at upc with com_upc
1.651     jdolecek  978: attach lpt at upc with lpt_upc
1.426     lukem     979: file   dev/ic/upc.c                    upc
                    980: file   dev/ic/wdc_upc.c                wdc_upc
                    981: file   dev/ic/com_upc.c                com_upc
1.651     jdolecek  982: file   dev/ic/lpt_upc.c                lpt_upc
1.327     matt      983:
1.844     bouyer    984: # AHCI-compatible SATA controllers
                    985: define ahcisata_core
                    986: file dev/ic/ahcisata_core.c ahcisata_core
1.1054    bouyer    987: device ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core
1.844     bouyer    988:
1.956     jakllsch  989: # Silicon Image SteelVine SATA-II controllers
                    990: define siisata
                    991: file   dev/ic/siisata.c                siisata
1.1054    bouyer    992: device siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata
1.956     jakllsch  993:
1.957     jakllsch  994: # Marvell Serial-ATA Host Controller
1.951     kiyohara  995: define mvsata
                    996: file dev/ic/mvsata.c                   mvsata
1.1063    jakllsch  997: device mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_pmp, mvsata
1.951     kiyohara  998: defflag opt_mvsata.h           MVSATA_WITHOUTDMA
                    999:
1.314     thorpej  1000: # DECchip 21x4x Ethernet controller family, and assorted clones.
1.473     lukem    1001: #
1.333     thorpej  1002: device tlp: arp, ether, ifnet, mii, mii_bitbang
1.314     thorpej  1003: file   dev/ic/tulip.c                  tlp
1.322     thorpej  1004:
                   1005: # Adaptec AIC-6915 Ethernet interface
1.473     lukem    1006: #
1.322     thorpej  1007: device sf: arp, ether, ifnet, mii
                   1008: file   dev/ic/aic6915.c                sf
1.378     pk       1009:
                   1010: # Mostek time-of-day clock and NVRAM
1.473     lukem    1011: #
1.378     pk       1012: define mk48txx
1.507     pk       1013: file   dev/ic/mk48txx.c                mk48txx
1.378     pk       1014:
1.1061    rkujawa  1015: # OKI MSM6242B
                   1016: #
                   1017: define msm6242b
                   1018: file   dev/ic/msm6242b.c               msm6242b
                   1019:
1.378     pk       1020: # Intersil 7170 time-of-day clock
1.473     lukem    1021: #
1.378     pk       1022: define intersil7170
                   1023: file   dev/ic/intersil7170.c           intersil7170
1.434     fredette 1024:
                   1025: # National Semiconductor MM58167 time-of-day clock
1.473     lukem    1026: #
1.434     fredette 1027: define mm58167
                   1028: file   dev/ic/mm58167.c                mm58167
1.643     tsutsui  1029:
                   1030: # Motorola mc146818 (and compatible) time-of-day clock
                   1031: #
                   1032: define mc146818
                   1033: file   dev/ic/mc146818.c               mc146818
1.422     thorpej  1034:
1.808     uwe      1035: # Ricoh RS5C313 time of-day-clock
                   1036: #
                   1037: define rs5c313
                   1038: file   dev/ic/rs5c313.c                rs5c313
                   1039:
1.422     thorpej  1040: # D-Link DL10019/10022 NE2000-compatible network interface subroutines
1.473     lukem    1041: #
1.422     thorpej  1042: define dl10019
                   1043: file   dev/ic/dl10019.c                dl10019
1.453     enami    1044:
                   1045: # ASIX AX88190 NE2000-compatible network interface subroutines
1.473     lukem    1046: #
1.453     enami    1047: define ax88190
                   1048: file   dev/ic/ax88190.c                ax88190
1.429     jdolecek 1049:
                   1050: # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
1.473     lukem    1051: #
1.429     jdolecek 1052: device we: ether, ifnet, arp, dp8390nic
                   1053: file   dev/ic/we.c                     we
1.432     jdolecek 1054:
                   1055: # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
1.473     lukem    1056: #
1.432     jdolecek 1057: device ate: arp, ether, ifnet, mb86960
1.557     tsutsui  1058:
                   1059: # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
                   1060: #
                   1061: device fmv: arp, ether, ifnet, mb86960
                   1062: file   dev/ic/fmv.c                    fmv
1.471     yamt     1063:
                   1064: # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
1.473     lukem    1065: #
1.471     yamt     1066: device cs: arp, ether, ifnet
1.704     joff     1067: device tscs: arp, ether, ifnet
                   1068: file   dev/ic/cs89x0.c                 cs | tscs
1.487     augustss 1069:
                   1070: # Radio device attributes
                   1071: #
                   1072: define tea5757
1.656     junyoung 1073: file   dev/ic/tea5757.c                tea5757
1.487     augustss 1074: define lm700x
1.656     junyoung 1075: file   dev/ic/lm700x.c                 lm700x
1.179     drochner 1076:
1.837     tnn      1077: # Philips PCF8584 i2c controller
                   1078: define pcf8584
                   1079: file   dev/ic/pcf8584.c                pcf8584
                   1080:
1.985     nonaka   1081: # PCA9564 i2c controller
                   1082: define pca9564
                   1083: file   dev/ic/pca9564.c                pca9564
                   1084:
1.784     drochner 1085: # ACPI power management timer (hardware access, independent of ACPI)
                   1086: #
                   1087: define acpipmtimer
                   1088: file   dev/ic/acpipmtimer.c    acpipmtimer
                   1089:
1.834     njoly    1090: device         hpet
                   1091: file   dev/ic/hpet.c           hpet                    needs-flag
                   1092:
1.952     kiyohara 1093: # SMSC LAN9118 Family Ethernet Controller
                   1094: #
1.965     kiyohara 1095: device smsh: arp, ether, ifnet, mii
1.952     kiyohara 1096: file   dev/ic/lan9118.c                smsh
                   1097:
1.1088    riastrad 1098: # Apple System Management Controller
                   1099: #
1.1089    riastrad 1100: define applesmcbus     { }
1.1090    riastrad 1101: device applesmc: applesmcbus
1.1088    riastrad 1102: file   dev/ic/apple_smc.c              applesmc
                   1103:
                   1104: # Apple SMC fan sensors and control
1.1090    riastrad 1105: device applesmcfan: applesmcbus, sysmon_envsys
                   1106: attach applesmcfan at applesmcbus with apple_smc_fan
1.1088    riastrad 1107: file   dev/ic/apple_smc_fan.c          applesmcfan
                   1108:
                   1109: # Apple SMC temperature sensors
1.1090    riastrad 1110: device applesmctemp: applesmcbus, sysmon_envsys
                   1111: attach applesmctemp at applesmcbus with apple_smc_temp
1.1088    riastrad 1112: file   dev/ic/apple_smc_temp.c         applesmctemp
                   1113:
1.1089    riastrad 1114: # Apple SMC accelerometer (not yet implemented!)
1.1090    riastrad 1115: #device        applesmcaccel: applesmcbus, sysmon_envsys
                   1116: #attach        applesmcaccel at applesmcbus with apple_smc_accel
1.1088    riastrad 1117: #file  dev/ic/apple_smc_accel.c        applesmcaccel
                   1118:
1.836     drochner 1119: # DRM - Direct Rendering Infrastructure: dev/drm
                   1120: define drm {}
1.949     mrg      1121: include "external/bsd/drm/conf/files.drm"
1.1002    jmcneill 1122: include "dev/drm/files.drm"
1.836     drochner 1123:
1.1086    riastrad 1124: # DRM/KMS - Newer direct rendering manager with kernel mode-switching
                   1125: include "external/bsd/drm2/drm/files.drmkms"
                   1126:
1.1039    christos 1127:
1.179     drochner 1128: # Definitions for wscons
                   1129: # device attributes: display, display with emulator, keyboard, and mouse
1.473     lukem    1130: #
1.479     augustss 1131: define wsdisplaydev            {[kbdmux = 1]}
                   1132: define wsemuldisplaydev        {[console = -1], [kbdmux = 1]}
                   1133: define wskbddev                {[console = -1], [mux = 1]}
                   1134: define wsmousedev              {[mux = 0]}
1.761     macallan 1135: define vcons
1.179     drochner 1136: # attribute to pull in raster support
1.473     lukem    1137: #
1.179     drochner 1138: define wsrasteremulops
1.187     drochner 1139: # common PC display functions
1.473     lukem    1140: #
1.474     lukem    1141: defflag        opt_pcdisplay.h         PCDISPLAY_SOFTCURSOR
1.426     lukem    1142: define pcdisplayops
1.187     drochner 1143: file   dev/ic/pcdisplay_subr.c pcdisplayops
1.207     drochner 1144: file   dev/ic/pcdisplay_chars.c        pcdisplayops
1.777     martin   1145: # an attribute used by arch specific config files to include /dev/fb* (or
                   1146: # equivalent) support - on most archs this is just a NOP (untill, maybe
                   1147: # someday when we might make /dev/fb* support MI)
                   1148: define fb
1.179     drochner 1149: # VGA graphics
1.473     lukem    1150: #
1.541     drochner 1151: defparam opt_vga.h             VGA_CONSOLE_SCREENTYPE
1.538     drochner 1152: defflag opt_vga.h              VGA_CONSOLE_ATI_BROKEN_FONTSEL
1.572     junyoung 1153: defflag opt_vga.h              VGA_RASTERCONSOLE
1.593     tsutsui  1154: defflag opt_vga.h              VGA_RESET
1.876     jmcneill 1155: device vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
1.572     junyoung 1156: file   dev/ic/vga.c            vga & !vga_rasterconsole        needs-flag
                   1157: file   dev/ic/vga_raster.c     vga_rasterconsole               needs-flag
                   1158: file   dev/ic/vga_subr.c       vga | vga_rasterconsole
                   1159: file   dev/ic/vga_common.c     vga | vga_rasterconsole
1.998     macallan 1160:
1.508     uwe      1161: # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
1.473     lukem    1162: #
1.1042    macallan 1163: device igsfb: wsemuldisplaydev, rasops8, vcons, videomode
1.615     uwe      1164: file   dev/ic/igsfb.c                  igsfb                   needs-flag
1.551     uwe      1165: file   dev/ic/igsfb_subr.c             igsfb
1.91      cgd      1166:
1.998     macallan 1167: device chipsfb: wsemuldisplaydev, rasops8, vcons, videomode
                   1168: file   dev/ic/ct65550.c                chipsfb
                   1169: defflag        opt_chipsfb.h   CHIPSFB_DEBUG
                   1170: defflag        opt_chipsfb.h   CHIPSFB_WAIT
                   1171:
1.683     jkunz    1172: # STI (hp graphics)
                   1173: device sti: wsemuldisplaydev
1.1005    tsutsui  1174: file   dev/ic/sti.c            sti
1.683     jkunz    1175:
1.892     drochner 1176: include "dev/wscons/files.wscons"
                   1177: include "dev/rasops/files.rasops"
                   1178: include "dev/wsfont/files.wsfont"
                   1179: include "dev/wsfb/files.wsfb"
                   1180:
1.77      cgd      1181: # Attributes which machine-independent bus support can be attached to.
                   1182: # These should be defined here, because some of these busses can have
                   1183: # devices which provide these attributes, and we'd like to avoid hairy
                   1184: # ordering constraints on inclusion of the busses' "files" files.
1.473     lukem    1185: #
1.474     lukem    1186: define isabus  { }                     # ISA attachment
                   1187: define eisabus { }                     # EISA attachment
                   1188: define pcibus  {[bus = -1]}            # PCI attachment
                   1189: define tcbus   { }                     # TurboChannel attachment
                   1190: define mcabus  { }                     # MicroChannel attachment
                   1191: define usbus   { }                     # USB attachment
1.724     kiyohara 1192: define fwbus   { }                     # IEEE 1394 attachment
1.474     lukem    1193: define vmebus  { }                     # VME bus attachment
                   1194: define acpibus { }                     # ACPI "bus" attachment
1.259     pk       1195: define pcmciabus { [controller = -1], [socket = -1]}   # PCMCIA bus attachment
1.909     drochner 1196: define cbbus   { }                     # CardBus attachment
                   1197: define pcmciaslot { }                  # PCMCIA slot itself
1.945     nonaka   1198: define sdmmcbus { }                    # SD/MMC attachment
1.222     augustss 1199:
                   1200: # We need the USB bus controllers here so different busses can
                   1201: # use them in an 'attach-with'.
1.473     lukem    1202: #
1.703     fvdl     1203:
                   1204: defparam USB_MEM_RESERVE
                   1205:
1.890     drochner 1206: define usbroothub
                   1207: file   dev/usb/usbroothub_subr.c       usbroothub
                   1208:
1.1005    tsutsui  1209: define usb_dma
                   1210:
1.1075    jakllsch 1211: # UHCI USB controller
                   1212: #
1.1005    tsutsui  1213: device uhci: usbus, usbroothub, usb_dma
1.426     lukem    1214: file   dev/usb/uhci.c                  uhci                    needs-flag
1.222     augustss 1215:
                   1216: # OHCI USB controller
1.473     lukem    1217: #
1.1005    tsutsui  1218: device ohci: usbus, usbroothub, usb_dma
1.426     lukem    1219: file   dev/usb/ohci.c                  ohci                    needs-flag
1.412     augustss 1220:
1.1057    matt     1221: # EHCI USB2 controller
1.473     lukem    1222: #
1.1005    tsutsui  1223: device ehci: usbus, usbroothub, usb_dma
1.426     lukem    1224: file   dev/usb/ehci.c                  ehci                    needs-flag
1.545     isaki    1225:
1.1075    jakllsch 1226: # xHCI USB3 controller
1.1057    matt     1227: #
                   1228: device xhci: usbus, usbroothub, usb_dma
                   1229: file   dev/usb/xhci.c                  xhci                    needs-flag
                   1230:
1.1094  ! bouyer   1231: # Mentor graphics OTG IP
        !          1232: device motg: usbus, usbroothub, usb_dma
        !          1233: file   dev/usb/motg.c                  motg                    needs-flag
        !          1234:
1.545     isaki    1235: # SL811HS/T USB controller
1.859     kiyohara 1236: defflag        opt_slhci.h     SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
1.893     isaki    1237: device slhci: usbus, usbroothub
1.545     isaki    1238: file   dev/ic/sl811hs.c                slhci                   needs-flag
1.579     martin   1239:
1.1062    skrll    1240: # DesignWare OTG host controller
                   1241: #
1.1080    skrll    1242: include "external/bsd/dwc2/conf/files.dwc2"
                   1243:
1.863     plunky   1244: # USB HID processing (as used by bluetooth and usb code)
                   1245: define hid
                   1246: file   dev/usb/hid.c                   hid
                   1247:
1.945     nonaka   1248: # SD Host controller
1.1087    nonaka   1249: device sdhc: sdmmcbus
1.945     nonaka   1250: file   dev/sdmmc/sdhc.c                sdhc                    needs-flag
                   1251:
1.958     jmcneill 1252: # Winbond Integrated Media Reader
                   1253: device wb: sdmmcbus
                   1254: file   dev/ic/w83l518d.c               wb
                   1255: file   dev/ic/w83l518d_sdmmc.c         wb
                   1256:
1.1087    nonaka   1257: # Realtek RTS5209/RTS5229 Card Reader
                   1258: device rtsx: sdmmcbus
                   1259: file   dev/ic/rtsx.c                   rtsx
                   1260:
1.579     martin   1261: # Myson MTD803 3-in-1 Fast Ethernet Controller
                   1262: device mtd: arp, ether, ifnet, mii
                   1263: file   dev/ic/mtd803.c                 mtd
1.369     matt     1264:
1.487     augustss 1265: # radio devices, attaches to radio hardware driver
                   1266: device radio
1.489     drochner 1267: attach radio at radiodev
1.498     jmc      1268:
1.402     matt     1269: # IEEE 1394 controllers
                   1270: # (These need to be here since it will have both PCI and CardBus attachments)
1.473     lukem    1271: #
1.369     matt     1272: device fwohci: fwbus
1.520     augustss 1273:
                   1274: # Sony Programmable I/O Controller
                   1275: device spic: wsmousedev
                   1276: file   dev/ic/spic.c                   spic
1.529     augustss 1277:
                   1278: # IBM CPC700 PowerPC bridge
                   1279: define cpcbus { addr, [irq=-1] }
                   1280: device cpc: cpcbus, pcibus
                   1281: file   dev/ic/cpc700.c                 cpc
                   1282:
                   1283: attach com at cpcbus with com_cpcbus
                   1284: file   dev/ic/com_cpcbus.c             com_cpcbus
                   1285:
                   1286: device cpctim
                   1287: attach cpctim at cpcbus
                   1288: file   dev/ic/timer_cpcbus.c           cpctim
                   1289:
1.530     augustss 1290: device cpciic
                   1291: attach cpciic at cpcbus with iic_cpcbus
1.529     augustss 1292: file   dev/ic/iic_cpcbus.c             iic_cpcbus
                   1293:
1.60      cgd      1294:
1.415     martin   1295: # Attributes used by the ISDN subsystem
1.473     lukem    1296: #
1.502     martin   1297: define isdndev         # the ISDN subsystem
1.458     enami    1298: define passive_isdn    # files needed by passive cards (XXX - protocol
                   1299:                        # specific)
1.634     pooka    1300: define isdncapi        # ISDN CAPI (http://www.capi.org/)
1.415     martin   1301:
1.575     leo      1302: # The isac found on the Fritz V2.0 Card.
                   1303: define nisacsx
                   1304: file   dev/ic/isacsx.c                 nisacsx needs-flag
                   1305:
                   1306: # The 'standard' isac
                   1307: define nisac
                   1308: file   dev/ic/isac.c                   nisac   needs-flag
                   1309:
1.415     martin   1310: # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
1.473     lukem    1311: #
1.575     leo      1312: device isic: isdndev, passive_isdn, nisac
1.415     martin   1313:
1.426     lukem    1314: file   dev/ic/isic.c                   isic
1.575     leo      1315: file   dev/ic/isic_l1.c                isic|ifpci|ifritz
                   1316: file   dev/ic/isic_l1fsm.c             isic|ifpci|ifritz
1.426     lukem    1317: file   dev/ic/hscx.c                   isic
                   1318: file   dev/ic/isic_bchan.c             isic
1.415     martin   1319:
                   1320: # (old) Diehl active ISDN cards
1.473     lukem    1321: #
1.823     cube     1322: #device        daic: isdndev
                   1323: #file  dev/ic/daic.c                   daic
1.415     martin   1324:
1.634     pooka    1325: # AWM B1/T1
                   1326: # XXX: passive_isdn
                   1327: device iavc: isdndev, isdncapi, passive_isdn
                   1328: file   dev/ic/iavc.c                   iavc
                   1329:
1.934     macallan 1330: # Broadcom AirForce / Apple Airport Extreme
                   1331: device bwi: arp, ifnet, firmload, wlan
                   1332: file   dev/ic/bwi.c                    bwi
                   1333:
1.995     ahoka    1334: # DM9000 Ethernet controllers
                   1335: #
                   1336: device dme: arp, ether, ifnet
                   1337: file   dev/ic/dm9000.c                 dme
                   1338:
1.60      cgd      1339: # legitimate pseudo-devices
1.473     lukem    1340: #
1.907     drochner 1341: defpseudodev vnd:      disk
1.726     hubertf  1342: defflag opt_vnd.h      VND_COMPRESSION
1.474     lukem    1343: defpseudo ccd:         disk
1.1032    tls      1344: defpseudodev cgd:      disk, des, blowfish, cast128
1.907     drochner 1345: defpseudodev md:       disk
1.916     hannken  1346: defpseudodev fss:      disk
1.298     thorpej  1347:
1.474     lukem    1348: defpseudo pty:         tty
1.298     thorpej  1349: defpseudo rnd
1.610     ragge    1350: defpseudo ksyms
1.1021    uebayasi 1351: defparam opt_ksyms.h   SYMTAB_SPACE
1.642     cdi      1352: defpseudo nullcons
1.807     ad       1353: defpseudo lockstat
1.839     bouyer   1354: defpseudo bio:         sysmon_envsys
1.298     thorpej  1355:
1.474     lukem    1356: defpseudo loop:                ifnet
                   1357: defpseudo sl:          ifnet
                   1358: defpseudo ppp:         ifnet, bpf_filter
                   1359: defpseudo pppoe:       ifnet, ether, sppp
                   1360: defpseudo sppp:                ifnet
                   1361: defpseudo tun:         ifnet
                   1362: defpseudo vlan:                ifnet, ether
                   1363: defpseudo bridge:      ifnet, ether
                   1364: defpseudo bpfilter:    ifnet, bpf_filter
                   1365: defpseudo strip:       ifnet
                   1366: defpseudo gre:         ifnet
                   1367: defpseudo gif:         ifnet
                   1368: defpseudo faith:       ifnet
1.991     kefren   1369: defpseudo ifmpls:      ifnet
1.826     mouse    1370: defpseudo srt:         ifnet
1.474     lukem    1371: defpseudo stf:         ifnet
1.969     pooka    1372: defpseudodev tap:      ifnet, ether, arp
                   1373: defpseudo carp:                ifnet, ether, arp
                   1374: defpseudodev etherip:  ifnet, ether, arp
1.60      cgd      1375:
1.298     thorpej  1376: defpseudo sequencer
1.462     manu     1377: defpseudo clockctl
1.228     augustss 1378:
1.912     tls      1379: #
                   1380: # Accept filters.  XXX should use another registration/initialization method.
                   1381: #
                   1382: defpseudo accf_data
                   1383: defpseudo accf_http
                   1384:
1.415     martin   1385: # ISDN userland pseudo devices
1.473     lukem    1386: #
1.502     martin   1387: defpseudo isdntrc:     isdndev, tty
                   1388: defpseudo isdnbchan:   isdndev, tty
                   1389: defpseudo isdntel:     isdndev, tty
                   1390: defpseudo isdnctl:     isdndev, tty
                   1391: defpseudo isdn:                isdndev, tty
                   1392:
                   1393: # ISDN network interfaces
                   1394: defpseudo irip:                isdndev, ifnet
1.607     drochner 1395: defflag opt_irip.h     IRIP_VJ
1.502     martin   1396: defpseudo ippp:                isdndev, sppp, ifnet
1.539     thorpej  1397:
                   1398: # KTTCP network throughput testing pseudo-device
                   1399: defpseudo kttcp
                   1400: file   dev/kttcp.c                     kttcp           needs-flag
1.576     blymn    1401:
1.790     elad     1402: # Veriexec
1.717     blymn    1403: defpseudo veriexec
1.790     elad     1404: file   kern/kern_verifiedexec.c        veriexec
1.792     elad     1405: file   dev/verified_exec.c             veriexec        needs-flag
1.415     martin   1406:
1.582     haya     1407: # isochronous pseudo device for IEEE 1394, i.LINK or FireWire
                   1408: defpseudo fwiso:       ieee1394
                   1409:
1.681     drochner 1410: # driver attach / detach user interface
                   1411: defpseudo drvctl
1.906     jmcneill 1412: file   kern/kern_drvctl.c              drvctl          needs-flag
1.681     drochner 1413:
1.857     ad       1414: # cpu control
                   1415: defpseudo cpuctl
1.1037    drochner 1416: defflag                                CPU_UCODE: firmload
1.857     ad       1417:
1.870     pooka    1418: # pass-to-userspace transporter
                   1419: defpseudo putter
1.873     pooka    1420: file   dev/putter/putter.c             putter
1.870     pooka    1421:
1.875     pooka    1422: # userspace block/char device drivers
                   1423: defpseudo pud
                   1424: file   dev/pud/pud.c                   pud
                   1425: file   dev/pud/pud_dev.c               pud
                   1426:
1.931     haad     1427: # device-mapper driver for LVM
                   1428: include "dev/dm/files.dm"
                   1429:
1.516     thorpej  1430: #
                   1431: # File systems
                   1432: #
1.696     jdolecek 1433: include "coda/files.coda"
1.583     jdolecek 1434: include "fs/adosfs/files.adosfs"
1.696     jdolecek 1435: include "fs/cd9660/files.cd9660"
1.848     rumble   1436: include "fs/efs/files.efs"
1.584     jdolecek 1437: include "fs/filecorefs/files.filecorefs"
1.833     dillo    1438: include "fs/hfs/files.hfs"
1.696     jdolecek 1439: include "fs/msdosfs/files.msdosfs"
1.950     reinoud  1440: include "fs/nilfs/files.nilfs"
1.696     jdolecek 1441: include "fs/ntfs/files.ntfs"
                   1442: include "fs/ptyfs/files.ptyfs"
1.815     pooka    1443: include "fs/puffs/files.puffs"
1.756     reinoud  1444: include "fs/udf/files.udf"
1.516     thorpej  1445: include "fs/smbfs/files.smbfs"
1.750     tsutsui  1446: include "fs/sysvbfs/files.sysvbfs"
1.730     jmmv     1447: include "fs/tmpfs/files.tmpfs"
1.696     jdolecek 1448: include "fs/union/files.union"
1.1018    uch      1449: include "fs/v7fs/files.v7fs"
1.516     thorpej  1450: include "miscfs/fdesc/files.fdesc"
                   1451: include "miscfs/kernfs/files.kernfs"
                   1452: include "miscfs/nullfs/files.nullfs"
                   1453: include "miscfs/overlay/files.overlay"
                   1454: include "miscfs/procfs/files.procfs"
                   1455: include "miscfs/umapfs/files.umapfs"
                   1456: include "nfs/files.nfs"
                   1457: include "ufs/files.ufs"
                   1458:
                   1459: #
1.1013    mrg      1460: # UVM (virtual memory)
1.1012    mrg      1461: #
1.1013    mrg      1462: include "uvm/files.uvm"
1.1012    mrg      1463:
                   1464: #
1.811     elad     1465: # Security models
                   1466: #
                   1467: include "secmodel/files.secmodel"
                   1468:
                   1469: #
1.60      cgd      1470: # kernel sources
1.473     lukem    1471: #
1.1056    matt     1472: file   compat/common/compat_mod.c      compat_netbsd | compat_netbsd32
1.887     joerg    1473: file   conf/debugsyms.c
1.706     kent     1474: file   dev/auconv.c                    auconv | mulaw
1.426     lukem    1475: file   dev/audio.c                     audio | midi | midibus  needs-flag
1.650     bjh21    1476: file   dev/audiobell.c                 audiobell
1.697     kent     1477: file   dev/aurateconv.c                aurateconv              needs-flag
1.839     bouyer   1478: file   dev/bio.c                       bio                     needs-flag
1.1067    christos 1479: file   dev/ccd.c                       ccd
1.1068    christos 1480: file   dev/cgd.c                       cgd
1.555     elric    1481: file   dev/cgd_crypto.c                cgd
1.623     thorpej  1482: file   dev/clock_subr.c
1.1069    christos 1483: file   dev/clockctl.c                  clockctl
1.1027    jnemeth  1484: file   dev/dksubr.c                    cgd | xbd | ccd | raid | dm
1.689     thorpej  1485: file   dev/dkwedge/dk.c
1.1047    christos 1486: file   dev/dkwedge/dkwedge_apple.c     dkwedge_method_apple
1.691     thorpej  1487: file   dev/dkwedge/dkwedge_bsdlabel.c  dkwedge_method_bsdlabel
1.689     thorpej  1488: file   dev/dkwedge/dkwedge_gpt.c       dkwedge_method_gpt
1.693     thorpej  1489: file   dev/dkwedge/dkwedge_mbr.c       dkwedge_method_mbr
1.1038    drochner 1490: file   dev/firmload.c                  firmload
1.988     pooka    1491: file   dev/fss.c                       fss
1.953     mbalmer  1492: file   dev/keylock.c                   keylock
1.807     ad       1493: file   dev/lockstat.c                  lockstat                needs-flag
1.996     hannken  1494: file   dev/md.c                        md
1.426     lukem    1495: file   dev/midi.c                      midi | midibus          needs-flag
1.785     chap     1496: file   dev/midictl.c                   midisyn
1.426     lukem    1497: file   dev/midisyn.c                   midisyn
1.497     christos 1498: file   dev/mm.c
1.697     kent     1499: file   dev/mulaw.c                     mulaw                   needs-flag
1.642     cdi      1500: file   dev/nullcons_subr.c             nullcons                needs-flag
1.487     augustss 1501: file   dev/radio.c                     radio                   needs-flag
1.1033    tls      1502: file   dev/rndpseudo.c                 rnd                     needs-flag
1.1070    christos 1503: file   dev/sequencer.c                 sequencer               needs-flag
1.915     jmcneill 1504: file   dev/video.c                     video                   needs-flag
1.1076    jakllsch 1505: file   dev/vnd.c                       vnd
1.733     yamt     1506: file   kern/bufq_disksort.c            bufq_disksort
                   1507: file   kern/bufq_fcfs.c                bufq_fcfs
1.698     yamt     1508: file   kern/bufq_priocscan.c           bufq_priocscan
                   1509: file   kern/bufq_readprio.c            bufq_readprio | new_bufq_strategy
1.929     ad       1510: file   kern/core_elf32.c               exec_elf32
                   1511: file   kern/core_elf64.c               exec_elf64
1.1008    joerg    1512: file   kern/core_netbsd.c              exec_aout | exec_coff | exec_ecoff
1.426     lukem    1513: file   kern/cnmagic.c
                   1514: file   kern/exec_aout.c                exec_aout
                   1515: file   kern/exec_ecoff.c               exec_ecoff
                   1516: file   kern/exec_elf32.c               exec_elf32
                   1517: file   kern/exec_elf64.c               exec_elf64
                   1518: file   kern/exec_script.c              exec_script
                   1519: file   kern/exec_subr.c
                   1520: file   kern/init_main.c
1.645     atatat   1521: file   kern/init_sysctl.c
1.955     pooka    1522: file   kern/init_sysctl_base.c
1.426     lukem    1523: file   kern/init_sysent.c
                   1524: file   kern/kern_acct.c
1.773     elad     1525: file   kern/kern_auth.c
1.993     pgoyette 1526: file   kern/kern_cfglock.c
1.426     lukem    1527: file   kern/kern_clock.c
1.830     ad       1528: file   kern/kern_condvar.c
1.929     ad       1529: file   kern/kern_core.c                coredump
1.845     yamt     1530: file   kern/kern_cpu.c
1.982     darran   1531: file   kern/kern_ctf.c                 kdtrace_hooks
1.426     lukem    1532: file   kern/kern_descrip.c
1.574     jdolecek 1533: file   kern/kern_event.c
1.426     lukem    1534: file   kern/kern_exec.c
                   1535: file   kern/kern_exit.c
                   1536: file   kern/kern_fork.c
1.845     yamt     1537: file   kern/kern_idle.c
1.973     pooka    1538: file   kern/kern_hook.c
1.426     lukem    1539: file   kern/kern_kthread.c
1.860     ad       1540: file   kern/kern_ktrace.c              ktrace
1.1082    pooka    1541: file   kern/kern_ktrace_vfs.c          ktrace
1.925     ad       1542: file   kern/kern_ksyms.c               ksyms | ddb | modular needs-flag
1.426     lukem    1543: file   kern/kern_lock.c
1.588     thorpej  1544: file   kern/kern_lwp.c
1.426     lukem    1545: file   kern/kern_malloc.c
1.886     ad       1546: file   kern/kern_module.c
1.964     pooka    1547: file   kern/kern_module_vfs.c
1.830     ad       1548: file   kern/kern_mutex.c
1.961     pooka    1549: file   kern/kern_mutex_obj.c
1.790     elad     1550: file   kern/kern_fileassoc.c           fileassoc
1.426     lukem    1551: file   kern/kern_ntptime.c
1.1017    matt     1552: file   kern/kern_pax.c                 pax_mprotect | pax_segvguard | pax_aslr
1.426     lukem    1553: file   kern/kern_physio.c
1.876     jmcneill 1554: file   kern/kern_pmf.c
1.426     lukem    1555: file   kern/kern_proc.c
                   1556: file   kern/kern_prot.c
1.549     gmcgarry 1557: file   kern/kern_ras.c
1.918     pooka    1558: file   kern/kern_rate.c
1.426     lukem    1559: file   kern/kern_resource.c
1.1043    tls      1560: file   kern/kern_rndpool.c
                   1561: file   kern/kern_rndq.c
1.1074    riastrad 1562: file   kern/kern_rndsink.c
1.902     rmind    1563: file   kern/kern_runq.c
1.830     ad       1564: file   kern/kern_rwlock.c
1.961     pooka    1565: file   kern/kern_rwlock_obj.c
1.978     darran   1566: file   kern/kern_sdt.c                 kdtrace_hooks
1.426     lukem    1567: file   kern/kern_sig.c
1.830     ad       1568: file   kern/kern_sleepq.c
1.867     ad       1569: file   kern/kern_softint.c
1.940     christos 1570: file   kern/kern_ssp.c
1.831     ad       1571: file   kern/kern_stub.c
1.830     ad       1572: file   kern/kern_subr.c
1.426     lukem    1573: file   kern/kern_synch.c
1.987     pooka    1574: file   kern/kern_syscall.c
1.426     lukem    1575: file   kern/kern_sysctl.c
1.781     kardel   1576: file   kern/kern_tc.c
1.426     lukem    1577: file   kern/kern_time.c
1.595     thorpej  1578: file   kern/kern_timeout.c
1.830     ad       1579: file   kern/kern_turnstile.c
1.806     gdamore  1580: file   kern/kern_todr.c
1.920     pooka    1581: file   kern/kern_uidinfo.c
1.652     tsarna   1582: file   kern/kern_uuid.c
1.426     lukem    1583: file   kern/kern_xxx.c
                   1584: file   kern/kgdb_stub.c                kgdb
1.845     yamt     1585: file   kern/sched_4bsd.c               sched_4bsd
1.868     rmind    1586: file   kern/sched_m2.c                 sched_m2
1.426     lukem    1587: file   kern/subr_autoconf.c
1.731     yamt     1588: file   kern/subr_blist.c               vmswap
1.736     yamt     1589: file   kern/subr_bufq.c
1.776     yamt     1590: file   kern/subr_callback.c
1.1032    tls      1591: file   kern/subr_cprng.c
1.1028    jruoho   1592: file   kern/subr_cpufreq.c
1.962     pooka    1593: file   kern/subr_copy.c
1.830     ad       1594: file   kern/subr_debug.c               debug
1.974     pooka    1595: file   kern/subr_device.c
1.550     gehenna  1596: file   kern/subr_devsw.c
1.426     lukem    1597: file   kern/subr_disk.c
1.954     pooka    1598: file   kern/subr_disk_open.c
1.657     rtr      1599: file   kern/subr_evcnt.c
1.928     pooka    1600: file   kern/subr_exec_fd.c
1.426     lukem    1601: file   kern/subr_extent.c
1.854     pooka    1602: file   kern/subr_hash.c
1.959     pooka    1603: file   kern/subr_humanize.c
1.960     dyoung   1604: file   kern/subr_iostat.c
1.1091    rmind    1605: file   kern/subr_ipi.c
1.1023    rmind    1606: file   kern/subr_kcpuset.c
1.783     yamt     1607: file   kern/subr_kmem.c
1.883     ad       1608: file   kern/subr_kobj.c
1.966     pooka    1609: file   kern/subr_kobj_vfs.c
1.830     ad       1610: file   kern/subr_lockdebug.c
1.426     lukem    1611: file   kern/subr_log.c
1.986     pooka    1612: file   kern/subr_lwp_specificdata.c
1.960     dyoung   1613: file   kern/subr_once.c
                   1614: file   kern/subr_optstr.c
1.1030    martin   1615: file   kern/subr_pcq.c
1.1001    matt     1616: file   kern/subr_pcu.c
1.884     yamt     1617: file   kern/subr_percpu.c
1.426     lukem    1618: file   kern/subr_pool.c
                   1619: file   kern/subr_prf.c
                   1620: file   kern/subr_prof.c
1.1022    christos 1621: file   kern/subr_pserialize.c
1.814     thorpej  1622: file   kern/subr_specificdata.c
1.842     manu     1623: file   kern/subr_tftproot.c            tftproot
1.858     pooka    1624: file   kern/subr_time.c
1.449     gmcgarry 1625: file   kern/subr_userconf.c            userconf
1.783     yamt     1626: file   kern/subr_vmem.c
1.739     yamt     1627: file   kern/subr_workqueue.c
1.866     ad       1628: file   kern/subr_xcall.c
1.926     ad       1629: file   kern/sys_aio.c                  aio
1.895     ad       1630: file   kern/sys_descrip.c
1.426     lukem    1631: file   kern/sys_generic.c
1.886     ad       1632: file   kern/sys_module.c
1.926     ad       1633: file   kern/sys_mqueue.c               mqueue
1.830     ad       1634: file   kern/sys_lwp.c
1.495     jdolecek 1635: file   kern/sys_pipe.c                 !pipe_socketpair
1.543     briggs   1636: file   kern/sys_pmc.c
1.800     matt     1637: file   kern/sys_process.c              ptrace | ktrace
1.885     rmind    1638: file   kern/sys_pset.c
1.896     ad       1639: file   kern/sys_select.c
1.830     ad       1640: file   kern/sys_sig.c
1.827     ad       1641: file   kern/sys_sched.c
1.426     lukem    1642: file   kern/sys_socket.c
                   1643: file   kern/syscalls.c                 syscall_debug
                   1644: file   kern/sysv_ipc.c                 sysvshm | sysvsem | sysvmsg
                   1645: file   kern/sysv_msg.c                 sysvmsg
                   1646: file   kern/sysv_sem.c                 sysvsem
                   1647: file   kern/sysv_shm.c                 sysvshm
                   1648: file   kern/tty.c
                   1649: file   kern/tty_conf.c
1.694     christos 1650: file   kern/tty_bsdpty.c               compat_bsdpty
1.676     christos 1651: file   kern/tty_pty.c                  pty                     needs-flag
1.694     christos 1652: file   kern/tty_ptm.c                  pty
1.426     lukem    1653: file   kern/tty_subr.c
                   1654: file   kern/tty_tty.c
1.923     tls      1655: file   kern/uipc_accf.c
1.426     lukem    1656: file   kern/uipc_domain.c
                   1657: file   kern/uipc_mbuf.c
                   1658: file   kern/uipc_mbuf2.c
1.864     dyoung   1659: file   net/link_proto.c
1.426     lukem    1660: file   kern/uipc_proto.c
1.1045    joerg    1661: file   kern/uipc_sem.c
1.426     lukem    1662: file   kern/uipc_socket.c
                   1663: file   kern/uipc_socket2.c
                   1664: file   kern/uipc_syscalls.c
                   1665: file   kern/uipc_usrreq.c
                   1666: file   kern/vfs_bio.c
                   1667: file   kern/vfs_cache.c
1.927     pooka    1668: file   kern/vfs_cwd.c
1.919     reinoud  1669: file   kern/vfs_dirhash.c
1.426     lukem    1670: file   kern/vfs_getcwd.c
1.732     jmmv     1671: file   kern/vfs_hooks.c
1.426     lukem    1672: file   kern/vfs_init.c
                   1673: file   kern/vfs_lockf.c
                   1674: file   kern/vfs_lookup.c
1.1007    rmind    1675: file   kern/vfs_mount.c
1.1041    dholland 1676: file   kern/vfs_quotactl.c
1.426     lukem    1677: file   kern/vfs_subr.c
                   1678: file   kern/vfs_syscalls.c
1.828     hannken  1679: file   kern/vfs_trans.c
1.1007    rmind    1680: file   kern/vfs_vnode.c
1.426     lukem    1681: file   kern/vfs_vnops.c
1.911     simonb   1682: file   kern/vfs_wapbl.c                wapbl
1.723     thorpej  1683: file   kern/vfs_xattr.c
1.426     lukem    1684: file   kern/vnode_if.c
1.1084    hannken  1685: file   miscfs/deadfs/dead_vfsops.c
1.426     lukem    1686: file   miscfs/deadfs/dead_vnops.c
                   1687: file   miscfs/fifofs/fifo_vnops.c
1.869     pooka    1688: file   miscfs/genfs/genfs_io.c
1.1050    riastrad 1689: file   miscfs/genfs/genfs_rename.c
1.889     dholland 1690: file   miscfs/genfs/genfs_vfsops.c
1.426     lukem    1691: file   miscfs/genfs/genfs_vnops.c
1.925     ad       1692: file   miscfs/genfs/layer_subr.c       nullfs | overlay | umapfs
                   1693: file   miscfs/genfs/layer_vfsops.c     nullfs | overlay | umapfs
                   1694: file   miscfs/genfs/layer_vnops.c      nullfs | overlay | umapfs
1.426     lukem    1695: file   miscfs/specfs/spec_vnops.c
                   1696: file   miscfs/syncfs/sync_subr.c
                   1697: file   miscfs/syncfs/sync_vnops.c
1.979     uebayasi 1698:
1.970     pooka    1699: file   net/bpf.c                       bpfilter
1.426     lukem    1700: file   net/bpf_filter.c                bpf_filter
1.970     pooka    1701: file   net/bpf_stub.c
1.426     lukem    1702: file   net/bsd-comp.c                  ppp & ppp_bsdcomp
                   1703: file   net/if.c
1.1070    christos 1704: file   net/if_arcsubr.c                arcnet                  needs-flag
1.426     lukem    1705: file   net/if_atmsubr.c                atm
1.1070    christos 1706: file   net/if_bridge.c                 bridge                  needs-flag
1.433     thorpej  1707: file   net/bridgestp.c                 bridge
1.457     bjh21    1708: file   net/if_ecosubr.c                eco
1.1070    christos 1709: file   net/if_etherip.c                etherip                 needs-flag
1.426     lukem    1710: file   net/if_ethersubr.c              ether | fddi | netatalk | token |
1.511     martin   1711:                                            wlan
1.1070    christos 1712: file   net/if_faith.c                  faith & (inet | inet6)  needs-flag
                   1713: file   net/if_fddisubr.c               fddi                    needs-flag
                   1714: file   net/if_gif.c                    gif                     needs-flag
                   1715: file   net/if_gre.c                    gre                     needs-flag
1.426     lukem    1716: file   net/if_hippisubr.c              hippi                   needs-flag
                   1717: file   net/if_ieee1394subr.c           ieee1394
1.1076    jakllsch 1718: file   net/if_loop.c                   loop
1.426     lukem    1719: file   net/if_media.c
1.991     kefren   1720: file   net/if_mpls.c                   ifmpls                  needs-flag
1.1070    christos 1721: file   net/if_ppp.c                    ppp                     needs-flag
1.826     mouse    1722: file   net/if_srt.c                    srt
1.1093    christos 1723: file   net/if_stf.c                    stf & inet & inet6      needs-flag
1.1070    christos 1724: file   net/if_sl.c                     sl                      needs-flag
1.426     lukem    1725: file   net/if_spppsubr.c               sppp
1.1070    christos 1726: file   net/if_strip.c                  strip                   needs-flag
1.426     lukem    1727: file   net/if_tokensubr.c              token                   needs-flag
1.1076    jakllsch 1728: file   net/if_tap.c                    tap
1.1069    christos 1729: file   net/if_tun.c                    tun
1.1070    christos 1730: file   net/if_vlan.c                   vlan                    needs-flag
1.502     martin   1731: file   net/if_pppoe.c                  pppoe                   needs-flag
1.1077    rmind    1732: file   net/pfil.c
1.426     lukem    1733: file   net/ppp-deflate.c               ppp & ppp_deflate
                   1734: file   net/ppp_tty.c                   ppp
1.1092    rmind    1735: file   net/pktqueue.c
1.899     thorpej  1736: file   net/net_stats.c
1.426     lukem    1737: file   net/radix.c
                   1738: file   net/raw_cb.c
                   1739: file   net/raw_usrreq.c
                   1740: file   net/route.c
1.1006    dyoung   1741: file   net/rtbl.c
1.426     lukem    1742: file   net/rtsock.c
1.607     drochner 1743: file   net/slcompress.c                sl | ppp | strip | (irip & irip_vj)
1.1085    ozaki-r  1744: file   net/zlib.c                      (ppp & ppp_deflate) | opencrypto | vnd_compression | kdtrace_hooks
1.921     tls      1745: file   netinet/accf_data.c             accf_data
                   1746: file   netinet/accf_http.c             accf_http
1.888     joerg    1747: file   netinet/cpu_in_cksum.c          (inet | inet6) & !cpu_in_cksum
1.426     lukem    1748: file   netinet/if_arp.c                arp | netatalk          needs-flag
                   1749: file   netinet/if_atm.c                atm
1.888     joerg    1750: file   netinet/in4_cksum.c             inet
                   1751: file   netinet/in_cksum.c              inet
1.426     lukem    1752: file   netinet/in_gif.c                gif & inet
1.775     liamjfoy 1753: file   netinet/ip_carp.c               carp & (inet | inet6)   needs-flag
1.1073    christos 1754: file   netinet/ip_ecn.c                ipsec | gif | stf
1.426     lukem    1755: file   netinet/ip_encap.c              inet | inet6
1.818     rpaulo   1756: file   netinet/ip_etherip.c            etherip & inet
                   1757: file   netinet6/ip6_etherip.c          etherip & inet6
1.426     lukem    1758: file   netinet6/in6_gif.c              gif & inet6
1.516     thorpej  1759:
1.979     uebayasi 1760: include "netisdn/files.i4b"
1.493     jdolecek 1761:
                   1762: # Game adapter (joystick)
                   1763: device joy
                   1764: file   dev/ic/joy.c                    joy needs-flag
1.582     haya     1765:
1.1029    sjg      1766: # process monitor for make(1)
                   1767: # normally built as module
                   1768: defpseudo filemon
                   1769: file   dev/filemon/filemon.c           filemon
                   1770: file   dev/filemon/filemon_wrapper.c   filemon
                   1771:
1.713     yamt     1772: include        "net/agr/files.agr"
1.734     jmcneill 1773:
                   1774: #
                   1775: # General Purpose Input/Output framework
                   1776: #
1.769     riz      1777: define onewire_bitbang
1.734     jmcneill 1778: include        "dev/gpio/files.gpio"
1.769     riz      1779:
                   1780: include "dev/onewire/files.onewire"
1.872     jmcneill 1781:
                   1782: #
                   1783: # Pseudo audio device
                   1784: #
                   1785: include "dev/pad/files.pad"
1.877     joerg    1786:
                   1787: #
                   1788: # Intel 386 Real Mode emulator
                   1789: #
                   1790: include "lib/libx86emu/files.x86emu"
1.882     yamt     1791:
                   1792: #
                   1793: # "tprof" profiler.
                   1794: #
                   1795: include        "dev/tprof/files.tprof"
1.944     jmcneill 1796:
                   1797: #
                   1798: # alternate memory device
                   1799: #
                   1800: include "dev/altmem/files.altmem"
1.1003    ahoka    1801:
                   1802: #
                   1803: # Flash subsystem
                   1804: #
                   1805: include "dev/flash/files.flash"
                   1806:
                   1807: #
                   1808: # NAND subsytem
                   1809: #
                   1810: include "dev/nand/files.nand"
                   1811:
1.1019    jmcneill 1812: #
1.1020    cliff    1813: # NOR subsytem
                   1814: #
                   1815: include "dev/nor/files.nor"
1.1031    riz      1816:
                   1817: #
                   1818: # iscsi
                   1819: #
                   1820: include "dev/iscsi/files.iscsi"
1.1066    christos 1821:
                   1822: # Atheros AR9k (802.11a/g/n) driver
                   1823: defflag opt_athn.h     ATHN_DEBUG
                   1824: device athn: arp, ether, ifnet, wlan
                   1825: file   dev/ic/athn.c                   athn
                   1826: file   dev/ic/arn5008.c                athn
                   1827: file   dev/ic/arn5416.c                athn
                   1828: file   dev/ic/arn9003.c                athn
                   1829: file   dev/ic/arn9280.c                athn
                   1830: file   dev/ic/arn9285.c                athn
                   1831: file   dev/ic/arn9287.c                athn
                   1832: file   dev/ic/arn9380.c                athn

CVSweb <webmaster@jp.NetBSD.org>