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

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

1.427.2.16  nathanw     1: #      $NetBSD$
1.60      cgd         2:
                      3: #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
                      4:
1.427.2.20  nathanw     5: #
                      6: # device classes
                      7: #
                      8: devclass disk
                      9: devclass tape
                     10: devclass ifnet
                     11: devclass tty
                     12:
1.112     thorpej    13: # options understood by the machine-independent part of the kernel
                     14: # (note, these are case-sensitive)
1.427.2.9  nathanw    15: #
                     16: defflag                                INSECURE
                     17: defflag                                KMEMSTATS
                     18: defflag                                KTRACE
1.427.2.15  nathanw    19: defflag                                SYSTRACE
1.427.2.9  nathanw    20: defparam                       MAXUPRC
                     21: defparam                       RTC_OFFSET
                     22: defparam                       DEFCORENAME
                     23: defflag                                UCONSOLE
1.427.2.12  nathanw    24: defflag        opt_pipe.h              PIPE_SOCKETPAIR PIPE_NODIRECT
1.427.2.9  nathanw    25:
1.427.2.21! nathanw    26: defflag        opt_bufq.h              NEW_BUFQ_STRATEGY
        !            27:
1.427.2.15  nathanw    28: defflag        opt_sock_counters.h     SOSEND_COUNTERS
1.427.2.18  nathanw    29: defflag        opt_sosend_loan.h       SOSEND_NO_LOAN
1.427.2.15  nathanw    30:
1.427.2.9  nathanw    31: defflag                                MULTIPROCESSOR
                     32:
                     33: defflag        opt_config.h            INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
                     34:
                     35: defflag        opt_callout.h           CALLWHEEL_STATS
                     36:
                     37: defflag        opt_sysv.h              SYSVMSG SYSVSEM SYSVSHM
                     38: defparam opt_sysvparam.h       SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
                     39:
                     40: defflag        opt_ntp.h               PPS_SYNC NTP
                     41:
                     42: defparam opt_kmempages.h       NKMEMPAGES KMEMPAGES_MIN NKMEMPAGES_MAX
                     43: defflag        opt_malloclog.h         MALLOCLOG
                     44: defparam opt_malloclog.h       MALLOCLOGSIZE
                     45: defflag        opt_malloc_debug.h      MALLOC_DEBUG
                     46: defflag        opt_pool.h              POOL_DIAGNOSTIC
                     47: defparam opt_poollog.h         POOL_LOGSIZE
                     48:
                     49: defflag        opt_revcache.h          NAMECACHE_ENTER_REVERSE
                     50:
                     51: defflag        opt_execfmt.h           EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
                     52:                                EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
1.427.2.13  nathanw    53:                                EXEC_ELF_NOTELESS
1.199     thorpej    54:
                     55: # compatibility options
1.427.2.9  nathanw    56: #
                     57: defflag                                COMPAT_FREEBSD
                     58: defflag                                COMPAT_HPUX
                     59: defflag                                COMPAT_IBCS2
                     60: defflag                                COMPAT_IRIX
                     61: defflag                                COMPAT_LINUX
                     62: defflag                                COMPAT_OSF1
                     63: defflag                                COMPAT_SUNOS
                     64: defflag        opt_compat_svr4.h       COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
                     65: defflag                                COMPAT_ULTRIX
                     66: defflag                                COMPAT_NETBSD32
                     67: defflag                                COMPAT_AOUT
                     68: defflag                                COMPAT_AOUT_M68K
                     69: defflag                                COMPAT_M68K4K
                     70: defflag                                COMPAT_MACH
                     71: defflag                                COMPAT_VAX1K
                     72: defflag                                COMPAT_43
                     73: defflag                                COMPAT_PECOFF
                     74: defflag        opt_compat_netbsd.h     COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
1.427.2.21! nathanw    75:                                COMPAT_13 COMPAT_14 COMPAT_16 COMPAT_NOMID
1.221     jonathan   76:
1.427.2.9  nathanw    77: #
1.427.2.20  nathanw    78: # Cryptography support.  Include this early, since several things
                     79: # use it.
                     80: #
                     81: include "crypto/arc4/files.arc4"
                     82: include "crypto/des/files.des"
                     83: include "crypto/blowfish/files.blowfish"
                     84: include "crypto/cast128/files.cast128"
                     85: include "crypto/rijndael/files.rijndael"
                     86:
                     87: #
                     88: # Networking protocols
                     89: #
                     90: include "netatalk/files.netatalk"
                     91: include "netccitt/files.netccitt"
                     92: include "netinet/files.netinet"
                     93: include "netinet/files.ipfilter"
                     94: include "netinet6/files.netinet6"
                     95: include "netinet6/files.netipsec"
                     96: include "netiso/files.netiso"
                     97: include "netnatm/files.netnatm"
                     98: include "netns/files.netns"
                     99:
1.427.2.10  nathanw   100: defflag opt_smb.h              SMB             # SMB network stack
1.427.2.9  nathanw   101: defflag                                IPX             # IPX network stack
                    102: defflag                                PFIL_HOOKS      # pfil(9)
                    103: defflag        opt_ppp.h               PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
                    104:                                                # Include deflate or bsd
                    105:                                                # compression, enable pppd
                    106:                                                # packet filtering support
1.189     scottr    107:
                    108: # networking options
1.427.2.9  nathanw   109: #
                    110: defflag                                GATEWAY
                    111:
                    112: defparam                       SB_MAX
1.171     mrg       113:
1.283     mrg       114: # UVM options
1.427.2.9  nathanw   115: #
                    116: defflag        opt_uvmhist.h           UVMHIST UVMHIST_PRINT
1.175     thorpej   117:
1.189     scottr    118: # file system options
1.427.2.9  nathanw   119: #
1.427.2.15  nathanw   120: defflag                                SOFTDEP                 # XXX files.ufs?
                    121: defflag                                QUOTA                   # XXX files.ufs?
1.427.2.9  nathanw   122: defflag                                VNODE_OP_NOINLINE
1.353     oster     123:
1.276     scottr    124: # buffer cache size options
1.427.2.9  nathanw   125: #
                    126: defparam opt_bufcache.h                BUFCACHE BUFPAGES
1.276     scottr    127:
1.427.2.4  nathanw   128: # userconf
1.427.2.9  nathanw   129: #
                    130: defflag                                USERCONF
1.427.2.4  nathanw   131:
1.427.2.9  nathanw   132: #
1.289     lukem     133: # Not entirely MI, but present on multiple arch's
1.427.2.9  nathanw   134: #
1.289     lukem     135:
1.276     scottr    136: # PC-style MBR handling
1.427.2.9  nathanw   137: #
                    138: defflag        opt_mbr.h               COMPAT_386BSD_MBRPART
1.209     jonathan  139:
                    140: # debugging options
1.427.2.9  nathanw   141: #
                    142: defflag        opt_ddb.h               DDB
1.427.2.21! nathanw   143: defparam opt_ddbparam.h                DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
1.427.2.9  nathanw   144:                                DDB_BREAK_CHAR DDB_KEYCODE SYMTAB_SPACE
                    145: defflag        opt_kgdb.h              KGDB
                    146: defparam opt_kgdb.h            KGDB_DEV KGDB_DEVNAME
                    147:                                KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
                    148: defflag                                LOCKDEBUG
                    149: defflag                                SYSCALL_DEBUG
1.427.2.16  nathanw   150: defflag        opt_kstack.h            KSTACK_CHECK_MAGIC
1.271     jonathan  151:
                    152: # memory (ram) disk options
1.427.2.9  nathanw   153: #
                    154: defflag        opt_md.h                MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
                    155:                                MEMORY_DISK_DYNAMIC
1.427.2.14  nathanw   156: defparam opt_md.h              MEMORY_DISK_SERVER MEMORY_DISK_ROOT_SIZE
1.159     drochner  157:
1.427.2.17  nathanw   158: # Support for hardware performance monitoring counters
                    159: #
                    160: defflag        opt_perfctrs.h          PERFCTRS
                    161:
1.60      cgd       162: # generic attributes
1.427.2.9  nathanw   163: #
1.427.2.15  nathanw   164: define audiobus        { }
1.427.2.9  nathanw   165: define midibus         { }
1.232     augustss  166: define midisyn
1.426     lukem     167: define wdc_base
1.427.2.20  nathanw   168: define scsi_core
                    169: define scsi            {[channel = -1]}: scsi_core
1.427.2.9  nathanw   170: define ata             {[channel = -1], [drive = -1]}
                    171: define atapi           {[channel = -1]}
1.427.2.10  nathanw   172: define radiodev        { }
1.67      cgd       173:
                    174: # audio device attributes
1.427.2.9  nathanw   175: #
1.63      brezak    176: define mulaw
1.132     augustss  177: define auconv
1.427.2.13  nathanw   178: define aurateconv
                    179: file   dev/aurateconv.c        aurateconv      needs-flag
1.134     augustss  180:
1.228     augustss  181: # audio and midi devices, attaches to audio hardware driver
1.427.2.9  nathanw   182: #
1.173     thorpej   183: device audio
1.427.2.15  nathanw   184: attach audio at audiobus
1.228     augustss  185: device midi
                    186: attach midi at midibus
1.363     thorpej   187:
1.427.2.20  nathanw   188: # IR device support
                    189: include        "dev/ir/files.ir"
                    190:
                    191: # Bluetooth device support
                    192: include "dev/bluetooth/files.bluetooth"
1.427.2.18  nathanw   193:
1.363     thorpej   194: # raster operations attributes
1.427.2.9  nathanw   195: #
1.426     lukem     196: define rasops1
                    197: define rasops2
                    198: define rasops4
                    199: define rasops8
                    200: define rasops15
                    201: define rasops16
                    202: define rasops24
                    203: define rasops32
1.60      cgd       204:
1.67      cgd       205: # net device attributes - we have generic code for arc(net), ether(net),
1.427.2.5  nathanw   206: # fddi, token ring, atm and eco(net).
1.427.2.9  nathanw   207: #
1.67      cgd       208: define arc
1.88      chuck     209: define atm
1.427.2.5  nathanw   210: define eco
1.60      cgd       211: define ether
1.67      cgd       212: define fddi
1.185     kml       213: define hippi
1.399     onoe      214: define ieee1394
1.282     bad       215: define token
1.284     explorer  216: define sppp
1.427.2.20  nathanw   217: define wlan: arc4
1.294     itojun    218: define crypto
1.100     ws        219:
1.119     is        220: # devices ARPing IPv4 pull this in:
1.427.2.9  nathanw   221: #
1.119     is        222: define arp
                    223:
1.427.2.15  nathanw   224: #
                    225: # ALTQ network traffic shaping subsystem
                    226: #
                    227: include "altq/files.altq"
                    228:
1.427.2.9  nathanw   229: #
1.427.2.20  nathanw   230: # IPKDB kernel debugger
1.427.2.9  nathanw   231: #
1.427.2.20  nathanw   232: include "ipkdb/files.ipkdb"
1.102     ws        233:
1.404     ad        234: # Logical disk
1.427.2.9  nathanw   235: #
1.404     ad        236: device ld: disk
1.426     lukem     237: file   dev/ld.c                        ld                      needs-flag
1.397     ad        238:
1.427.2.9  nathanw   239: #
1.427.2.15  nathanw   240: # System monitoring framework
                    241: #
                    242: include "dev/sysmon/files.sysmon"
                    243:
                    244: #
                    245: # MII/PHY support for network devices
                    246: #
                    247: include "dev/mii/files.mii"
                    248:
                    249: #
                    250: # RAIDframe
                    251: #
                    252: include "dev/raidframe/files.raidframe"
1.375     thorpej   253:
1.427.2.9  nathanw   254: #
1.427.2.17  nathanw   255: # Hardware-assisted data mover API
                    256: #
                    257: include "dev/dmover/files.dmover"
                    258:
                    259: #
1.83      thorpej   260: # "Chipset" drivers.  These are the bus-independent routines which
                    261: # contain the cfdrivers.  Attachments are provided by files.<bus>
1.427.2.9  nathanw   262: #
1.145     christos  263:
                    264: # Adaptec AIC-6[32]60 ICs
1.427.2.9  nathanw   265: #
1.173     thorpej   266: device aic: scsi
1.145     christos  267: file   dev/ic/aic6360.c                aic
1.346     thorpej   268:
                    269: # SMC 93Cx6 Serial EEPROM devices
1.427.2.9  nathanw   270: #
1.346     thorpej   271: define smc93cx6
                    272: file   dev/ic/smc93cx6.c               smc93cx6
1.83      thorpej   273:
1.86      mycroft   274: # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
1.427.2.9  nathanw   275: #
                    276: defparam opt_ahc.h             AHC_DEBUG
                    277: defflag        opt_ahc.h               AHC_NO_TAGS
1.173     thorpej   278: device ahc: scsi
1.345     thorpej   279: define ahc_seeprom
1.354     fvdl      280: define ahc_aic77xx
1.142     enami     281: file   dev/ic/aic7xxx.c                ahc
1.345     thorpej   282: file   dev/ic/aic7xxx_seeprom.c        ahc_seeprom
1.354     fvdl      283: file   dev/ic/aic77xx.c                ahc_aic77xx
1.318     ad        284:
                    285: # DPT EATA SCSI controllers
1.427.2.9  nathanw   286: #
1.318     ad        287: device dpt: scsi
                    288: file   dev/ic/dpt.c                    dpt
1.355     ad        289:
                    290: # Compaq Smart ARRAY controllers
1.427.2.9  nathanw   291: #
1.355     ad        292: device cac {unit = -1}
                    293: file   dev/ic/cac.c                    cac
                    294:
1.404     ad        295: attach ld at cac with ld_cac
                    296: file   dev/ic/ld_cac.c                 ld_cac
1.419     ad        297:
                    298: # Mylex DAC960 RAID controllers
1.427.2.9  nathanw   299: #
1.419     ad        300: device mlx {unit = -1}
                    301: file   dev/ic/mlx.c                    mlx                     needs-flag
                    302:
                    303: attach ld at mlx with ld_mlx
                    304: file   dev/ic/ld_mlx.c                 ld_mlx
1.238     dante     305:
1.427.2.15  nathanw   306: # ICP-Vortex/Intel RAID controllers
                    307: #
                    308: device icp {unit = -1}
                    309: file   dev/ic/icp.c                    icp                     needs-flag
                    310:
                    311: attach ld at icp with ld_icp
                    312: file   dev/ic/ld_icp.c                 ld_icp
                    313:
                    314: device icpsp: scsi
                    315: file   dev/ic/icpsp.c                  icpsp
                    316: attach icpsp at icp
                    317:
                    318: # Adaptec FSA RAID controllers
                    319: #
                    320: device aac {unit = -1}
                    321: file   dev/ic/aac.c                    aac
                    322:
                    323: attach ld at aac with ld_aac
                    324: file   dev/ic/ld_aac.c                 ld_aac
                    325:
1.238     dante     326: # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
1.427.2.9  nathanw   327: #
1.238     dante     328: device adv: scsi
                    329: file   dev/ic/adv.c                    adv
1.427.2.2  nathanw   330: file   dev/ic/advlib.c                 adv
                    331: file   dev/ic/advmcode.c               adv
1.248     dante     332:
                    333: # AdvanSys ULTRA WIDE SCSI controllers
1.427.2.9  nathanw   334: #
1.248     dante     335: device adw: scsi
                    336: file   dev/ic/adw.c                    adw
1.194     jonathan  337:
1.130     jonathan  338: # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
                    339: # (Must be declared before AHA to ensure bha probes before aha.
                    340: #  Probing AHA first configures bhas as aha, via their AHA
                    341: #  hardware-compatibility mode.)
1.427.2.9  nathanw   342: #
1.173     thorpej   343: device bha: scsi
1.142     enami     344: file   dev/ic/bha.c                    bha
1.130     jonathan  345:
1.113     mycroft   346: # Adaptec AHA-154x and AHA-164x controllers
1.130     jonathan  347: # (must be after bha, see above)
1.427.2.9  nathanw   348: #
1.173     thorpej   349: device aha: scsi
1.142     enami     350: file   dev/ic/aha.c                    aha
1.118     cgd       351:
1.427.2.3  nathanw   352: # Initio INIC-940/950 SCSI controllers
1.427.2.9  nathanw   353: #
1.427.2.3  nathanw   354: device iha: scsi
                    355: file   dev/ic/iha.c                    iha
                    356:
1.118     cgd       357: # Qlogic ISP 10x0 SCSI Controllers
1.427.2.9  nathanw   358: #
                    359: defflag        opt_isp.h               ISP_DISABLE_1020_SUPPORT
                    360:                                ISP_DISABLE_1080_SUPPORT
                    361:                                ISP_DISABLE_2100_SUPPORT
                    362:                                ISP_DISABLE_2200_SUPPORT
                    363:                                ISP_DISABLE_FW ISP_TARGET_MODE
1.427.2.12  nathanw   364:                                ISP_FW_CRASH_DUMP
1.427.2.9  nathanw   365: defparam opt_isp.h             ISP_LOGDEFAULT
1.173     thorpej   366: device isp: scsi
1.142     enami     367: file   dev/ic/isp.c                    isp
1.223     mjacob    368: file   dev/ic/isp_netbsd.c             isp
1.343     mjacob    369: file   dev/ic/isp_target.c             isp
1.364     bouyer    370:
1.427.2.15  nathanw   371: # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
                    372: #
                    373: device lfmiop: scsi
                    374: file   dev/ic/lfmiop.c                 lfmiop
                    375:
1.427.2.3  nathanw   376: # Symbios/NCR 53c710 SCSI controllers
1.427.2.9  nathanw   377: #
1.427.2.3  nathanw   378: device osiop: scsi
                    379: file   dev/ic/osiop.c                  osiop
                    380:
1.368     bouyer    381: # common stuff for siop and esiop
1.427.2.9  nathanw   382: #
1.426     lukem     383: define siop_common
                    384: file   dev/ic/siop_common.c            siop_common
1.368     bouyer    385:
1.364     bouyer    386: # Symbios/NCR 53c720/53c8xx SCSI controllers
1.427.2.9  nathanw   387: #
1.426     lukem     388: device siop: scsi,siop_common
                    389: file   dev/ic/siop.c                   siop
1.427.2.15  nathanw   390: defflag        opt_siop.h                      SIOP_SYMLED
                    391:
                    392: device esiop: scsi,siop_common
                    393: file   dev/ic/esiop.c                  esiop
1.94      mycroft   394:
                    395: # UltraStor SCSI controllers
1.427.2.9  nathanw   396: #
1.173     thorpej   397: device uha: scsi
1.142     enami     398: file   dev/ic/uha.c                    uha
1.409     onoe      399:
                    400: # Aironet PC4500/PC4800
1.427.2.9  nathanw   401: #
1.409     onoe      402: device an: arp, ether, ifnet
                    403: file   dev/ic/an.c                     an
1.86      mycroft   404:
1.376     onoe      405: # AMD 79c930-based 802.11 cards
1.427.2.9  nathanw   406: #
1.376     onoe      407: device awi: arp, wlan, ifnet
                    408: file   dev/ic/awi.c                    awi
                    409: file   dev/ic/am79c930.c               awi
                    410:
1.427.2.3  nathanw   411: # Lucent & Intersil WaveLan IEEE (802.11)
1.427.2.9  nathanw   412: #
1.427.2.20  nathanw   413: device wi: arp, wlan, ifnet
1.427.2.3  nathanw   414: file   dev/ic/wi.c                     wi
                    415:
1.83      thorpej   416: # 3Com Etherlink-III Ethernet controller
1.427.2.9  nathanw   417: #
1.333     thorpej   418: device ep: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     419: file   dev/ic/elink3.c                 ep
1.253     fvdl      420:
                    421: # 3Com EtherLink XL Controller
1.427.2.9  nathanw   422: #
1.331     thorpej   423: device ex: arp, ether, ifnet, mii, mii_bitbang
1.253     fvdl      424: file   dev/ic/elinkxl.c                ex
1.131     matt      425:
                    426: # DEC EtherWORKS III (LEMAC) Ethernet controllers
1.427.2.9  nathanw   427: #
1.173     thorpej   428: device lc: arp, ether, ifnet
1.142     enami     429: file   dev/ic/lemac.c                  lc
1.84      mycroft   430:
                    431: # LANCE and PCnet Ethernet controllers
1.427.2.9  nathanw   432: #
1.173     thorpej   433: device le: arp, ether, ifnet
1.426     lukem     434: define le24
                    435: define le32
1.227     explorer  436: file   dev/ic/am7990.c                 le24
1.225     drochner  437: file   dev/ic/am79900.c                le32
                    438: file   dev/ic/lance.c                  le24 | le32
1.383     thorpej   439:
                    440: # DEC DEPCA-family of LANCE Ethernet controllers
1.427.2.9  nathanw   441: #
1.383     thorpej   442: device depca { }: le24
                    443: file   dev/ic/depca.c                  depca
                    444: attach le at depca with le_depca
1.122     scottr    445:
1.290     mrg       446: # Sun HME Ethernet controllers
1.427.2.9  nathanw   447: #
1.293     pk        448: device hme: arp, ether, ifnet, mii
                    449: file   dev/ic/hme.c                    hme
1.290     mrg       450:
1.427.2.5  nathanw   451: # Sun GEM Ethernet controllers
1.427.2.9  nathanw   452: #
1.427.2.5  nathanw   453: device gem: arp, ether, ifnet, mii
                    454: file   dev/ic/gem.c                    gem
                    455:
1.122     scottr    456: # 8390-family Ethernet controllers
1.427.2.9  nathanw   457: #
1.427.2.20  nathanw   458: defflag        opt_ipkdb.h             IPKDB_DP8390
1.122     scottr    459: define dp8390nic
1.427.2.20  nathanw   460: file   dev/ic/dp8390.c                 dp8390nic | ipkdb_dp8390
1.77      cgd       461:
1.427.2.9  nathanw   462: # National Semiconductor DP83905 AT/LANTIC Ethernet media support
                    463: #
                    464: define dp83905
                    465: file   dev/ic/dp83905.c                dp83905
                    466:
                    467: # Macronix MX98905 Ethernet controller
                    468: # (use as an attribute for an "ne" bus attachment)
                    469: #
                    470: define mx98905
                    471: file   dev/ic/mx98905.c                mx98905
                    472:
1.282     bad       473: # TROPIC Token-Ring controller
1.427.2.9  nathanw   474: #
1.282     bad       475: device tr: arp, token, ifnet
                    476: file   dev/ic/tropic.c                 tr
                    477:
1.91      cgd       478: # NCR 5380 SCSI Bus Controller
1.427.2.9  nathanw   479: #
1.91      cgd       480: define ncr5380sbc
1.142     enami     481: file   dev/ic/ncr5380sbc.c             ncr5380sbc
1.356     pk        482: device nca: scsi, ncr5380sbc
1.91      cgd       483:
1.427.2.3  nathanw   484: # Sun sc PAL SCSI Bus Controller
1.427.2.9  nathanw   485: #
1.427.2.3  nathanw   486: define sunscpal
                    487: file   dev/ic/sunscpal.c               sunscpal
                    488: device ssc: scsi, sunscpal
                    489:
1.91      cgd       490: # DEC FDDI Chipset
1.427.2.9  nathanw   491: #
1.91      cgd       492: define pdq
1.142     enami     493: file   dev/ic/pdq.c                    pdq
                    494: file   dev/ic/pdq_ifsubr.c             pdq
1.98      christos  495:
1.427.2.9  nathanw   496: # Cyclades Cyclom-8/16/32
                    497: #
1.173     thorpej   498: device cy: tty
1.142     enami     499: file   dev/ic/cy.c                     cy                      needs-flag
1.103     thorpej   500:
                    501: # Efficient Networks, Inc. ATM interface
1.427.2.9  nathanw   502: #
1.173     thorpej   503: device en: atm, ifnet
1.142     enami     504: file   dev/ic/midway.c                 en
1.117     thorpej   505:
                    506: # NCR 53x9x or Emulex ESP SCSI Controller
1.427.2.9  nathanw   507: #
1.117     thorpej   508: define ncr53c9x
1.359     mycroft   509: device esp: scsi, ncr53c9x
1.142     enami     510: file   dev/ic/ncr53c9x.c               ncr53c9x
1.227     explorer  511:
                    512: # Hitachi HD64570 serial controller
1.427.2.9  nathanw   513: #
1.359     mycroft   514: define hd64570
1.227     explorer  515: file   dev/ic/hd64570.c                hd64570
1.339     chopps    516:
                    517: # Riscom/N2 ISA/PCI Sync Serial Controller
1.427.2.9  nathanw   518: #
1.339     chopps    519: device ntwoc: ifnet, hd64570
1.128     pk        520:
                    521: # Intel 82586 Ethernet Controller
1.427.2.9  nathanw   522: #
1.128     pk        523: define i82586
1.142     enami     524: file   dev/ic/i82586.c                 i82586
1.291     thorpej   525:
                    526: # Intel 82557/82558/82559 Ethernet Controller
1.427.2.9  nathanw   527: #
1.291     thorpej   528: device fxp: ether, ifnet, arp, mii
                    529: file   dev/ic/i82557.c                 fxp
1.389     bjh21     530:
                    531: # SEEQ 8005 Advanced Ethernet Data Link Controller
1.427.2.9  nathanw   532: #
1.389     bjh21     533: define seeq8005
                    534: file   dev/ic/seeq8005.c               seeq8005
1.137     thorpej   535:
                    536: # SMC 91Cxx Ethernet Controller
1.427.2.9  nathanw   537: #
1.379     briggs    538: device sm: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     539: file   dev/ic/smc91cxx.c               sm
1.188     thorpej   540:
                    541: # SMC 83C170 EPIC/100 Fast Ethernet Controller
1.427.2.9  nathanw   542: #
1.230     thorpej   543: device epic: arp, ether, ifnet, mii
1.188     thorpej   544: file   dev/ic/smc83c170.c              epic
1.309     ragge     545:
                    546: # DEC SGEC Second Generation Ethernet Controller
1.427.2.9  nathanw   547: #
1.309     ragge     548: define sgec
                    549: file   dev/ic/sgec.c                   sgec
1.177     enami     550:
                    551: # MB8696x Ethernet Controller
1.427.2.9  nathanw   552: #
1.177     enami     553: define mb86960
                    554: file   dev/ic/mb86960.c                mb86960
                    555:
                    556: # Generic MB8696x Ethernet Controller driver
1.427.2.9  nathanw   557: #
1.177     enami     558: device mbe: arp, ether, ifnet, mb86960
1.146     augustss  559:
                    560: # Interwave Am78C201 audio driver
1.427.2.9  nathanw   561: #
1.146     augustss  562: define interwave
                    563: file   dev/ic/interwave.c              interwave
1.154     is        564:
                    565: # TMS 320av110 MPEG2/audio driver
1.427.2.9  nathanw   566: #
1.154     is        567: define tms320av110
                    568: file   dev/ic/tms320av110.c            tms320av110
1.152     thorpej   569:
                    570: # Novell NE2000-compatible Ethernet cards, based on the
                    571: # National Semiconductor DS8390.
1.427.2.9  nathanw   572: #
                    573: defflag        opt_ipkdb.h             IPKDB_NE                        : IPKDB_DP8390
1.423     thorpej   574: device ne: ether, ifnet, arp, dp8390nic, mii
1.427.2.20  nathanw   575: file   dev/ic/ne2000.c                 ne | ipkdb_ne
1.153     thorpej   576:
                    577: # 8250/16[45]50-based "com" ports
                    578: # XXX In a perfect world, this would be done with attributes
1.427.2.9  nathanw   579: #
                    580: defflag        opt_com.h               COM16650 COM_HAYESP COM_DEBUG COM_MPLOCK
1.392     eeh       581: device com { } : tty
1.426     lukem     582: file   dev/ic/com.c                    com                     needs-flag
1.336     thorpej   583:
                    584: # PC-like keyboard controller
1.427.2.9  nathanw   585: #
1.336     thorpej   586: device pckbc { [slot = -1] }
1.426     lukem     587: file   dev/ic/pckbc.c                  pckbc                   needs-flag
1.274     scw       588:
                    589: # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
1.427.2.9  nathanw   590: #
1.274     scw       591: device clmpcc: tty
1.426     lukem     592: file   dev/ic/clmpcc.c                 clmpcc                  needs-flag
1.385     bjh21     593:
1.155     bouyer    594: # Device description for i2c bus and i2c eeprom
1.427.2.9  nathanw   595: #
1.426     lukem     596: define i2c
                    597: define i2c_eeprom
1.351     groo      598:
                    599: # National Semiconductor LM7[89]
1.427.2.9  nathanw   600: #
1.426     lukem     601: device lm: sysmon_envsys
                    602: file   dev/ic/nslm7x.c                 lm                      needs-flag
1.164     cgd       603:
1.185     kml       604: # Essential Communications Corp. HIPPI Interface
1.427.2.9  nathanw   605: #
1.426     lukem     606: device esh: hippi, ifnet
                    607: file   dev/ic/rrunner.c                esh                     needs-flag
1.242     is        608:
                    609: # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
1.427.2.9  nathanw   610: #
1.426     lukem     611: device bah: ifnet, arc, arp
                    612: file   dev/ic/smc90cx6.c               bah
1.234     augustss  613:
                    614: # OPL2/OPL3 FM synth driver
1.427.2.9  nathanw   615: #
1.235     augustss  616: device opl: midibus, midisyn
1.234     augustss  617: file   dev/ic/opl.c                    opl
                    618: file   dev/ic/oplinstrs.c              opl
1.305     augustss  619:
                    620: # MPU401 MIDI UART compatibles
1.427.2.9  nathanw   621: #
1.305     augustss  622: device mpu: midibus
1.426     lukem     623: file   dev/ic/mpu.c                    mpu                     needs-flag
1.236     pk        624:
                    625: # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
1.427.2.9  nathanw   626: #
1.236     pk        627: define ad1848
                    628: file   dev/ic/ad1848.c                 ad1848
1.290     mrg       629:
                    630: # AMD 7930 audio/ISDN codec
1.427.2.9  nathanw   631: #
1.366     augustss  632: define am7930
                    633: file   dev/ic/am7930.c                 am7930
1.290     mrg       634:
                    635: # SPARC `SUNW,audiocs'
1.427.2.9  nathanw   636: #
1.427.2.15  nathanw   637: device audiocs: audiobus, auconv, ad1848
1.290     mrg       638: file   dev/ic/cs4231.c                 audiocs
1.326     augustss  639:
                    640: # AC-97 CODECs
1.427.2.9  nathanw   641: #
1.326     augustss  642: define ac97
                    643: file   dev/ic/ac97.c                   ac97
1.240     pk        644:
1.427.2.3  nathanw   645: # Oki MSM6258 support code
1.427.2.9  nathanw   646: #
1.427.2.3  nathanw   647: define msm6258
                    648: file   dev/ic/msm6258.c                msm6258
                    649:
1.240     pk        650: # LSI64854 DMA controller back-end
1.427.2.9  nathanw   651: #
1.240     pk        652: define lsi64854
                    653: file   dev/ic/lsi64854.c               lsi64854
                    654:
1.427.2.6  nathanw   655: # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
1.427.2.9  nathanw   656: #
1.427.2.6  nathanw   657: define cd18xx
                    658: file   dev/ic/cd18xx.c                 cd18xx
                    659:
1.252     thorpej   660: # RealTek 8019/8029 NE2000-compatible network interface subroutines
1.427.2.9  nathanw   661: #
1.252     thorpej   662: define rtl80x9
                    663: file   dev/ic/rtl80x9.c                rtl80x9
1.360     haya      664:
                    665: # RealTek 8129/8139 Ethernet controllers
1.427.2.9  nathanw   666: #
1.362     haya      667: device rtk: ether, ifnet, arp, mii
                    668: file   dev/ic/rtl81x9.c                rtk
1.185     kml       669:
1.258     pk        670: # Common code for ESDI/IDE/etc. controllers
1.427.2.9  nathanw   671: #
1.426     lukem     672: device wdc: ata, atapi, wdc_base
                    673: file   dev/ic/wdc.c                    wdc_base
1.386     bjh21     674:
                    675: # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
                    676: # lpt attachment commented out because "device lpt" isn't in this file.
1.427.2.9  nathanw   677: #
1.386     bjh21     678: device upc { [offset = -1] }
                    679: attach wdc at upc with wdc_upc
                    680: attach com at upc with com_upc
                    681: # attach lpt at upc with lpt_upc
1.426     lukem     682: file   dev/ic/upc.c                    upc
                    683: file   dev/ic/wdc_upc.c                wdc_upc
                    684: file   dev/ic/com_upc.c                com_upc
                    685: # file dev/ic/lpt_upc.c                lpt_upc
1.327     matt      686:
                    687: # Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
1.427.2.9  nathanw   688: #
1.328     matt      689: define wavelan
1.327     matt      690: device wl: ether, ifnet, arp
                    691: file   dev/ic/wavelan.c                wavelan
1.314     thorpej   692:
                    693: # DECchip 21x4x Ethernet controller family, and assorted clones.
1.427.2.9  nathanw   694: #
1.333     thorpej   695: device tlp: arp, ether, ifnet, mii, mii_bitbang
1.314     thorpej   696: file   dev/ic/tulip.c                  tlp
1.322     thorpej   697:
                    698: # Adaptec AIC-6915 Ethernet interface
1.427.2.9  nathanw   699: #
1.322     thorpej   700: device sf: arp, ether, ifnet, mii
                    701: file   dev/ic/aic6915.c                sf
1.378     pk        702:
                    703: # Mostek time-of-day clock and NVRAM
1.427.2.9  nathanw   704: #
1.378     pk        705: define mk48txx
1.427.2.13  nathanw   706: file   dev/ic/mk48txx.c                mk48txx
1.378     pk        707:
                    708: # Intersil 7170 time-of-day clock
1.427.2.9  nathanw   709: #
1.378     pk        710: define intersil7170
                    711: file   dev/ic/intersil7170.c           intersil7170
1.422     thorpej   712:
1.427.2.3  nathanw   713: # National Semiconductor MM58167 time-of-day clock
1.427.2.9  nathanw   714: #
1.427.2.3  nathanw   715: define mm58167
                    716: file   dev/ic/mm58167.c                mm58167
                    717:
1.422     thorpej   718: # D-Link DL10019/10022 NE2000-compatible network interface subroutines
1.427.2.9  nathanw   719: #
1.422     thorpej   720: define dl10019
                    721: file   dev/ic/dl10019.c                dl10019
1.179     drochner  722:
1.427.2.4  nathanw   723: # ASIX AX88190 NE2000-compatible network interface subroutines
1.427.2.9  nathanw   724: #
1.427.2.4  nathanw   725: define ax88190
                    726: file   dev/ic/ax88190.c                ax88190
                    727:
1.427.2.2  nathanw   728: # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
1.427.2.9  nathanw   729: #
1.427.2.2  nathanw   730: device we: ether, ifnet, arp, dp8390nic
                    731: file   dev/ic/we.c                     we
                    732:
                    733: # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
1.427.2.9  nathanw   734: #
1.427.2.2  nathanw   735: device ate: arp, ether, ifnet, mb86960
1.427.2.20  nathanw   736:
                    737: # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
                    738: #
                    739: device fmv: arp, ether, ifnet, mb86960
                    740: file   dev/ic/fmv.c                    fmv
1.427.2.2  nathanw   741:
1.427.2.9  nathanw   742: # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
                    743: #
                    744: device cs: arp, ether, ifnet
                    745: file   dev/ic/cs89x0.c                 cs
                    746:
                    747: # Radio device attributes
                    748: #
                    749: define tea5757
                    750: file dev/ic/tea5757.c                  tea5757
                    751: define lm700x
                    752: file dev/ic/lm700x.c                   lm700x
                    753:
1.179     drochner  754: # Definitions for wscons
                    755: # device attributes: display, display with emulator, keyboard, and mouse
1.427.2.9  nathanw   756: #
                    757: define wsdisplaydev            {[kbdmux = 1]}
                    758: define wsemuldisplaydev        {[console = -1], [kbdmux = 1]}
                    759: define wskbddev                {[console = -1], [mux = 1]}
                    760: define wsmousedev              {[mux = 0]}
1.179     drochner  761: # attribute to pull in raster support
1.427.2.9  nathanw   762: #
1.179     drochner  763: define wsrasteremulops
1.187     drochner  764: # common PC display functions
1.427.2.9  nathanw   765: #
                    766: defflag        opt_pcdisplay.h         PCDISPLAY_SOFTCURSOR
1.426     lukem     767: define pcdisplayops
1.187     drochner  768: file   dev/ic/pcdisplay_subr.c pcdisplayops
1.207     drochner  769: file   dev/ic/pcdisplay_chars.c        pcdisplayops
1.179     drochner  770: # VGA graphics
1.427.2.9  nathanw   771: #
1.427.2.16  nathanw   772: defparam opt_vga.h             VGA_CONSOLE_SCREENTYPE
                    773: defflag opt_vga.h              VGA_CONSOLE_ATI_BROKEN_FONTSEL
1.427.2.20  nathanw   774: defflag opt_vga.h              VGA_RASTERCONSOLE
1.187     drochner  775: device vga: wsemuldisplaydev, pcdisplayops
1.427.2.20  nathanw   776: file   dev/ic/vga.c            vga & !vga_rasterconsole        needs-flag
                    777: file   dev/ic/vga_raster.c     vga_rasterconsole               needs-flag
                    778: file   dev/ic/vga_subr.c       vga | vga_rasterconsole
                    779: file   dev/ic/vga_common.c     vga | vga_rasterconsole
1.427.2.14  nathanw   780: # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
1.427.2.9  nathanw   781: #
1.427.2.14  nathanw   782: device igsfb: wsemuldisplaydev, wsrasteremulops, rasops8
                    783: file   dev/ic/igsfb.c                  igsfb
1.427.2.20  nathanw   784: file   dev/ic/igsfb_subr.c             igsfb
1.91      cgd       785:
1.77      cgd       786: # Attributes which machine-independent bus support can be attached to.
                    787: # These should be defined here, because some of these busses can have
                    788: # devices which provide these attributes, and we'd like to avoid hairy
                    789: # ordering constraints on inclusion of the busses' "files" files.
1.427.2.9  nathanw   790: #
                    791: define isabus  { }                     # ISA attachment
                    792: define eisabus { }                     # EISA attachment
                    793: define pcibus  {[bus = -1]}            # PCI attachment
                    794: define tcbus   { }                     # TurboChannel attachment
                    795: define mcabus  { }                     # MicroChannel attachment
                    796: define usbus   { }                     # USB attachment
                    797: define fwbus   {[idhi=-1],[idlo=-1]}   # IEEE 1394 attachment
                    798: define vmebus  { }                     # VME bus attachment
                    799: define acpibus { }                     # ACPI "bus" attachment
1.259     pk        800: define pcmciabus { [controller = -1], [socket = -1]}   # PCMCIA bus attachment
1.427.2.9  nathanw   801: define cbbus   {[slot = -1]}           # CardBus attachment
                    802: define pcmciaslot {[slot = -1]}        # PCMCIA slot itself
1.222     augustss  803:
                    804: # We need the USB bus controllers here so different busses can
                    805: # use them in an 'attach-with'.
                    806: # UHCI USB controller
1.427.2.9  nathanw   807: #
1.222     augustss  808: device uhci: usbus
1.426     lukem     809: file   dev/usb/uhci.c                  uhci                    needs-flag
1.222     augustss  810:
                    811: # OHCI USB controller
1.427.2.9  nathanw   812: #
1.222     augustss  813: device ohci: usbus
1.426     lukem     814: file   dev/usb/ohci.c                  ohci                    needs-flag
1.412     augustss  815:
                    816: # EHCI USB controller
1.427.2.9  nathanw   817: #
1.412     augustss  818: device ehci: usbus
1.426     lukem     819: file   dev/usb/ehci.c                  ehci                    needs-flag
1.369     matt      820:
1.427.2.17  nathanw   821: # SL811HS/T USB controller
                    822: defflag        opt_slhci.h     SLHCI_DEBUG
                    823: device slhci: usbus
                    824: file   dev/ic/sl811hs.c                slhci                   needs-flag
                    825:
1.427.2.21! nathanw   826: # Myson MTD803 3-in-1 Fast Ethernet Controller
        !           827: device mtd: arp, ether, ifnet, mii
        !           828: file   dev/ic/mtd803.c                 mtd
        !           829:
1.427.2.9  nathanw   830: # radio devices, attaches to radio hardware driver
                    831: device radio
1.427.2.10  nathanw   832: attach radio at radiodev
1.427.2.9  nathanw   833:
1.427.2.12  nathanw   834: #
                    835: # IEEE 1212 routines
                    836: define ieee1212
                    837: file   dev/std/ieee1212.c              ieee1212
                    838:
1.427.2.14  nathanw   839: #
                    840: # SBP2 routines for IEEE 1394
                    841: define sbp2
                    842: file   dev/ieee1394/sbp2.c             sbp2
                    843:
1.402     matt      844: # IEEE 1394 controllers
                    845: # (These need to be here since it will have both PCI and CardBus attachments)
1.427.2.9  nathanw   846: #
1.402     matt      847: device fwlynx: fwbus
1.369     matt      848: device fwohci: fwbus
1.60      cgd       849:
1.427.2.15  nathanw   850: # Sony Programmable I/O Controller
                    851: device spic: wsmousedev
                    852: file   dev/ic/spic.c                   spic
                    853:
                    854: # IBM CPC700 PowerPC bridge
                    855: define cpcbus { addr, [irq=-1] }
                    856: device cpc: cpcbus, pcibus
                    857: file   dev/ic/cpc700.c                 cpc
                    858:
                    859: attach com at cpcbus with com_cpcbus
                    860: file   dev/ic/com_cpcbus.c             com_cpcbus
                    861:
                    862: device cpctim
                    863: attach cpctim at cpcbus
                    864: file   dev/ic/timer_cpcbus.c           cpctim
                    865:
                    866: device cpciic
                    867: attach cpciic at cpcbus with iic_cpcbus
                    868: file   dev/ic/iic_cpcbus.c             iic_cpcbus
                    869:
                    870:
1.414     thorpej   871: # Attribute used by various things that need BPF's virtual machine
1.427.2.9  nathanw   872: #
1.414     thorpej   873: define bpf_filter
1.427.2.15  nathanw   874: defparam opt_bpf.h     BPF_BUFSIZE
1.414     thorpej   875:
1.415     martin    876: # Attributes used by the ISDN subsystem
1.427.2.9  nathanw   877: #
1.427.2.13  nathanw   878: define isdndev         # the ISDN subsystem
1.427.2.5  nathanw   879: define passive_isdn    # files needed by passive cards (XXX - protocol
                    880:                        # specific)
1.415     martin    881:
1.427.2.21! nathanw   882: # The isac found on the Fritz V2.0 Card.
        !           883: define nisacsx
        !           884: file   dev/ic/isacsx.c                 nisacsx needs-flag
        !           885:
        !           886: # The 'standard' isac
        !           887: define nisac
        !           888: file   dev/ic/isac.c                   nisac   needs-flag
        !           889:
1.415     martin    890: # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
1.427.2.9  nathanw   891: #
1.427.2.21! nathanw   892: device isic: isdndev, passive_isdn, nisac
1.415     martin    893:
1.426     lukem     894: file   dev/ic/isic.c                   isic
1.427.2.21! nathanw   895: file   dev/ic/isic_l1.c                isic|ifpci|ifritz
        !           896: file   dev/ic/isic_l1fsm.c             isic|ifpci|ifritz
1.426     lukem     897: file   dev/ic/hscx.c                   isic
                    898: file   dev/ic/isic_bchan.c             isic
1.415     martin    899:
                    900: # (old) Diehl active ISDN cards
1.427.2.9  nathanw   901: #
1.427.2.13  nathanw   902: device daic: isdndev
1.426     lukem     903: file   dev/ic/daic.c                   daic
1.415     martin    904:
1.60      cgd       905: # legitimate pseudo-devices
1.427.2.9  nathanw   906: #
                    907: defpseudo vnd:         disk
                    908: defpseudo ccd:         disk
1.427.2.20  nathanw   909: defpseudo cgd:         disk, des, blowfish, cast128, rijndael
1.427.2.9  nathanw   910: defpseudo md:          disk
1.427.2.10  nathanw   911: defpseudo netsmb
1.298     thorpej   912:
1.427.2.9  nathanw   913: defpseudo pty:         tty
                    914: defpseudo tb:          tty
1.298     thorpej   915: defpseudo rnd
                    916:
1.427.2.9  nathanw   917: defpseudo loop:                ifnet
                    918: defpseudo sl:          ifnet
                    919: defpseudo ppp:         ifnet, bpf_filter
                    920: defpseudo pppoe:       ifnet, ether, sppp
                    921: defpseudo sppp:                ifnet
                    922: defpseudo tun:         ifnet
                    923: defpseudo vlan:                ifnet, ether
                    924: defpseudo bridge:      ifnet, ether
                    925: defpseudo bpfilter:    ifnet, bpf_filter
                    926: defpseudo strip:       ifnet
                    927: defpseudo gre:         ifnet
                    928: defpseudo gif:         ifnet
                    929: defpseudo faith:       ifnet
                    930: defpseudo stf:         ifnet
1.60      cgd       931:
1.298     thorpej   932: defpseudo sequencer
1.427.2.5  nathanw   933: defpseudo clockctl
1.427.2.13  nathanw   934: defpseudo irix_kmem
1.427.2.15  nathanw   935: defpseudo irix_usema
1.228     augustss  936:
1.415     martin    937: # ISDN userland pseudo devices
1.427.2.9  nathanw   938: #
1.427.2.13  nathanw   939: defpseudo isdntrc:     isdndev, tty
                    940: defpseudo isdnbchan:   isdndev, tty
                    941: defpseudo isdntel:     isdndev, tty
                    942: defpseudo isdnctl:     isdndev, tty
                    943: defpseudo isdn:                isdndev, tty
                    944:
                    945: # ISDN network interfaces
                    946: defpseudo irip:                isdndev, ifnet
                    947: defpseudo ippp:                isdndev, sppp, ifnet
1.415     martin    948:
1.427.2.16  nathanw   949: # KTTCP network throughput testing pseudo-device
                    950: defpseudo kttcp
                    951: file   dev/kttcp.c                     kttcp           needs-flag
                    952:
1.427.2.21! nathanw   953: # Verified exec fingerprint loader pseudo-device
        !           954: defpseudo verifiedexec
        !           955: file   kern/kern_verifiedexec.c        verifiedexec            needs-flag
        !           956: file   dev/verified_exec.c             verifiedexec            needs-flag
        !           957:
1.427.2.15  nathanw   958: #
                    959: # File systems
                    960: #
                    961: include "adosfs/files.adosfs"
                    962: include "coda/files.coda"
                    963: include "filecorefs/files.filecorefs"
                    964: include "fs/smbfs/files.smbfs"
                    965: include "isofs/cd9660/files.cd9660"
                    966: include "miscfs/fdesc/files.fdesc"
                    967: include "miscfs/kernfs/files.kernfs"
                    968: include "miscfs/nullfs/files.nullfs"
                    969: include "miscfs/overlay/files.overlay"
                    970: include "miscfs/portal/files.portal"
                    971: include "miscfs/procfs/files.procfs"
                    972: include "miscfs/umapfs/files.umapfs"
                    973: include "miscfs/union/files.union"
                    974: include "msdosfs/files.msdosfs"
                    975: include "nfs/files.nfs"
                    976: include "ntfs/files.ntfs"
                    977: include "ufs/files.ufs"
                    978:
                    979: #
1.60      cgd       980: # kernel sources
1.427.2.9  nathanw   981: #
1.426     lukem     982: file   ddb/db_access.c                 ddb | kgdb
                    983: file   ddb/db_aout.c                   ddb
                    984: file   ddb/db_break.c                  ddb
                    985: file   ddb/db_command.c                ddb
                    986: file   ddb/db_elf.c                    ddb
                    987: file   ddb/db_examine.c                ddb
                    988: file   ddb/db_expr.c                   ddb
                    989: file   ddb/db_input.c                  ddb
                    990: file   ddb/db_lex.c                    ddb
                    991: file   ddb/db_output.c                 ddb
                    992: file   ddb/db_print.c                  ddb
                    993: file   ddb/db_run.c                    ddb | kgdb
                    994: file   ddb/db_sym.c                    ddb
                    995: file   ddb/db_trap.c                   ddb
                    996: file   ddb/db_variables.c              ddb
                    997: file   ddb/db_watch.c                  ddb
                    998: file   ddb/db_write_cmd.c              ddb
                    999: file   ddb/db_xxx.c                    ddb
                   1000: file   dev/auconv.c                    auconv
                   1001: file   dev/audio.c                     audio | midi | midibus  needs-flag
                   1002: file   dev/ccd.c                       ccd                     needs-flag
1.427.2.20  nathanw  1003: file   dev/cgd.c                       cgd                     needs-flag
                   1004: file   dev/cgd_crypto.c                cgd
1.427.2.12  nathanw  1005: file   dev/clockctl.c                  clockctl                needs-flag
1.427.2.20  nathanw  1006: file   dev/dksubr.c                    cgd
1.426     lukem    1007: file   dev/i2c/i2c_bus.c               i2c
                   1008: file   dev/i2c/i2c_eeprom.c            i2c_eeprom
                   1009: file   dev/md.c                        md                      needs-count
                   1010: file   dev/midi.c                      midi | midibus          needs-flag
                   1011: file   dev/midisyn.c                   midisyn
1.427.2.12  nathanw  1012: file   dev/mm.c
1.426     lukem    1013: file   dev/mulaw.c                     mulaw
1.427.2.9  nathanw  1014: file   dev/radio.c                     radio                   needs-flag
1.426     lukem    1015: file   dev/rnd.c                       rnd                     needs-flag
                   1016: file   dev/rndpool.c                   rnd                     needs-flag
                   1017: file   dev/sequencer.c                 sequencer               needs-flag
                   1018: file   dev/vnd.c                       vnd                     needs-flag
1.427.2.9  nathanw  1019: file   kern/core_elf32.c               exec_elf32
                   1020: file   kern/core_elf64.c               exec_elf64
                   1021: file   kern/core_netbsd.c
1.426     lukem    1022: file   kern/cnmagic.c
                   1023: file   kern/exec_aout.c                exec_aout
                   1024: file   kern/exec_conf.c
                   1025: file   kern/exec_ecoff.c               exec_ecoff
                   1026: file   kern/exec_elf32.c               exec_elf32
                   1027: file   kern/exec_elf64.c               exec_elf64
                   1028: file   kern/exec_elf_common.c          exec_elf32 | exec_elf64
1.427.2.4  nathanw  1029: file   kern/exec_macho.c               exec_macho
1.426     lukem    1030: file   kern/exec_script.c              exec_script
                   1031: file   kern/exec_subr.c
                   1032: file   kern/init_main.c
                   1033: file   kern/init_sysent.c
                   1034: file   kern/kern_acct.c
                   1035: file   kern/kern_allocsys.c
                   1036: file   kern/kern_clock.c
                   1037: file   kern/kern_descrip.c
1.427.2.21! nathanw  1038: file   kern/kern_event.c
1.426     lukem    1039: file   kern/kern_exec.c
                   1040: file   kern/kern_exit.c
                   1041: file   kern/kern_fork.c
                   1042: file   kern/kern_kthread.c
                   1043: file   kern/kern_ktrace.c
1.427.2.15  nathanw  1044: file   kern/kern_systrace.c            systrace
1.426     lukem    1045: file   kern/kern_lkm.c                 lkm
                   1046: file   kern/kern_lock.c
1.427.2.1  nathanw  1047: file   kern/kern_lwp.c
1.426     lukem    1048: file   kern/kern_malloc.c
1.427.2.4  nathanw  1049: file   kern/kern_malloc_debug.c        malloc_debug
1.426     lukem    1050: file   kern/kern_ntptime.c
                   1051: file   kern/kern_physio.c
                   1052: file   kern/kern_proc.c
                   1053: file   kern/kern_prot.c
1.427.2.19  nathanw  1054: file   kern/kern_ras.c
1.426     lukem    1055: file   kern/kern_resource.c
1.427.2.1  nathanw  1056: file   kern/kern_sa.c
1.426     lukem    1057: file   kern/kern_sig.c
                   1058: file   kern/kern_subr.c
                   1059: file   kern/kern_synch.c
                   1060: file   kern/kern_sysctl.c
                   1061: file   kern/kern_time.c
                   1062: file   kern/kern_xxx.c
                   1063: file   kern/kgdb_stub.c                kgdb
                   1064: file   kern/subr_autoconf.c
1.427.2.19  nathanw  1065: file   kern/subr_devsw.c
1.426     lukem    1066: file   kern/subr_disk.c
                   1067: file   kern/subr_extent.c
                   1068: file   kern/subr_log.c
                   1069: file   kern/subr_pool.c
                   1070: file   kern/subr_prf.c
                   1071: file   kern/subr_prof.c
1.427.2.7  nathanw  1072: file   kern/subr_prop.c
1.427.2.4  nathanw  1073: file   kern/subr_userconf.c            userconf
1.426     lukem    1074: file   kern/subr_xxx.c
                   1075: file   kern/sys_generic.c
1.427.2.12  nathanw  1076: file   kern/sys_pipe.c                 !pipe_socketpair
1.427.2.17  nathanw  1077: file   kern/sys_pmc.c
1.426     lukem    1078: file   kern/sys_process.c
                   1079: file   kern/sys_socket.c
                   1080: file   kern/syscalls.c                 syscall_debug
                   1081: file   kern/sysv_ipc.c                 sysvshm | sysvsem | sysvmsg
                   1082: file   kern/sysv_msg.c                 sysvmsg
                   1083: file   kern/sysv_sem.c                 sysvsem
                   1084: file   kern/sysv_shm.c                 sysvshm
                   1085: file   kern/tty.c
                   1086: file   kern/tty_conf.c
                   1087: file   kern/tty_pty.c                  pty                     needs-flag
                   1088: file   kern/tty_subr.c
                   1089: file   kern/tty_tb.c                   tb                      needs-count
                   1090: file   kern/tty_tty.c
                   1091: file   kern/uipc_domain.c
                   1092: file   kern/uipc_mbuf.c
                   1093: file   kern/uipc_mbuf2.c
                   1094: file   kern/uipc_proto.c
                   1095: file   kern/uipc_socket.c
                   1096: file   kern/uipc_socket2.c
                   1097: file   kern/uipc_syscalls.c
                   1098: file   kern/uipc_usrreq.c
                   1099: file   kern/vfs_bio.c
                   1100: file   kern/vfs_cache.c
                   1101: file   kern/vfs_getcwd.c
                   1102: file   kern/vfs_init.c
                   1103: file   kern/vfs_lockf.c
                   1104: file   kern/vfs_lookup.c
                   1105: file   kern/vfs_subr.c
                   1106: file   kern/vfs_syscalls.c
                   1107: file   kern/vfs_vnops.c
                   1108: file   kern/vnode_if.c
                   1109: file   miscfs/deadfs/dead_vnops.c
                   1110: file   miscfs/fifofs/fifo_vnops.c
                   1111: file   miscfs/genfs/genfs_vnops.c
                   1112: file   miscfs/genfs/layer_subr.c       nullfs | overlay | umapfs | lkm
                   1113: file   miscfs/genfs/layer_vfsops.c     nullfs | overlay | umapfs | lkm
                   1114: file   miscfs/genfs/layer_vnops.c      nullfs | overlay | umapfs | lkm
                   1115: file   miscfs/specfs/spec_vnops.c
                   1116: file   miscfs/syncfs/sync_subr.c
                   1117: file   miscfs/syncfs/sync_vnops.c
                   1118: file   net/bpf.c                       bpfilter                needs-count
                   1119: file   net/bpf_filter.c                bpf_filter
                   1120: file   net/bsd-comp.c                  ppp & ppp_bsdcomp
                   1121: file   net/if.c
                   1122: file   net/if_arcsubr.c                arc                     needs-flag
                   1123: file   net/if_atmsubr.c                atm
1.427.2.3  nathanw  1124: file   net/if_bridge.c                 bridge                  needs-flag
                   1125: file   net/bridgestp.c                 bridge
1.427.2.5  nathanw  1126: file   net/if_ecosubr.c                eco
1.426     lukem    1127: file   net/if_ethersubr.c              ether | fddi | netatalk | token |
1.427.2.14  nathanw  1128:                                            wlan
1.427.2.3  nathanw  1129: file   net/if_faith.c                  faith & inet & inet6    needs-flag
1.426     lukem    1130: file   net/if_fddisubr.c               fddi                    needs-flag
                   1131: file   net/if_gif.c                    gif                     needs-flag
1.427.2.8  nathanw  1132: file   net/if_gre.c                    gre                     needs-flag
1.426     lukem    1133: file   net/if_hippisubr.c              hippi                   needs-flag
                   1134: file   net/if_ieee1394subr.c           ieee1394
1.427.2.5  nathanw  1135: file   net/if_ieee80211subr.c          wlan
1.426     lukem    1136: file   net/if_loop.c                   loop                    needs-count
                   1137: file   net/if_media.c
                   1138: file   net/if_ppp.c                    ppp                     needs-count
                   1139: file   net/if_stf.c                    stf & inet & inet6      needs-flag
                   1140: file   net/if_sl.c                     sl                      needs-count
                   1141: file   net/if_spppsubr.c               sppp
                   1142: file   net/if_strip.c                  strip                   needs-count
                   1143: file   net/if_tokensubr.c              token                   needs-flag
1.427.2.8  nathanw  1144: file   net/if_tun.c                    tun                     needs-flag
1.426     lukem    1145: file   net/if_vlan.c                   vlan                    needs-flag
1.427.2.13  nathanw  1146: file   net/if_pppoe.c                  pppoe                   needs-flag
1.427.2.15  nathanw  1147: #file  net/net_osdep.c
1.426     lukem    1148: file   net/pfil.c                      pfil_hooks | ipfilter
                   1149: file   net/ppp-deflate.c               ppp & ppp_deflate
                   1150: file   net/ppp_tty.c                   ppp
                   1151: file   net/radix.c
                   1152: file   net/raw_cb.c
                   1153: file   net/raw_usrreq.c
                   1154: file   net/route.c
                   1155: file   net/rtsock.c
1.427.2.13  nathanw  1156: file   net/slcompress.c                sl | ppp | strip | irip
1.426     lukem    1157: file   net/zlib.c                      (ppp & ppp_deflate) | ipsec
                   1158: file   netinet/if_arp.c                arp | netatalk          needs-flag
                   1159: file   netinet/if_atm.c                atm
                   1160: file   netinet/in_gif.c                gif & inet
                   1161: file   netinet/ip_ecn.c                ipsec | gif | stf
                   1162: file   netinet/ip_encap.c              inet | inet6
                   1163: file   netinet/ip_gre.c                inet & gre
                   1164: file   netinet6/in6_gif.c              gif & inet6
1.427.2.10  nathanw  1165: file   netsmb/iconv.c                  netsmb
                   1166: file   netsmb/smb_conn.c               netsmb  needs-count
                   1167: file   netsmb/smb_crypt.c              netsmb  needs-count
                   1168: file   netsmb/smb_dev.c                netsmb  needs-count
                   1169: file   netsmb/smb_iod.c                netsmb  needs-count
                   1170: file   netsmb/smb_rq.c                 netsmb  needs-count
                   1171: file   netsmb/smb_smb.c                netsmb  needs-count
                   1172: file   netsmb/smb_subr.c               netsmb  needs-count
                   1173: file   netsmb/smb_trantcp.c            netsmb  needs-count
                   1174: file   netsmb/smb_usr.c                netsmb  needs-count
                   1175: file   netsmb/subr_mchain.c            netsmb
1.427.2.15  nathanw  1176:
1.426     lukem    1177: file   uvm/uvm_amap.c
                   1178: file   uvm/uvm_anon.c
                   1179: file   uvm/uvm_aobj.c
                   1180: file   uvm/uvm_bio.c
                   1181: file   uvm/uvm_device.c
                   1182: file   uvm/uvm_fault.c
                   1183: file   uvm/uvm_glue.c
                   1184: file   uvm/uvm_init.c
                   1185: file   uvm/uvm_io.c
                   1186: file   uvm/uvm_km.c
                   1187: file   uvm/uvm_loan.c
                   1188: file   uvm/uvm_map.c
                   1189: file   uvm/uvm_meter.c
                   1190: file   uvm/uvm_mmap.c
                   1191: file   uvm/uvm_page.c
                   1192: file   uvm/uvm_pager.c
                   1193: file   uvm/uvm_pdaemon.c
                   1194: file   uvm/uvm_pglist.c
                   1195: file   uvm/uvm_stat.c
                   1196: file   uvm/uvm_swap.c
                   1197: file   uvm/uvm_unix.c
                   1198: file   uvm/uvm_user.c
                   1199: file   uvm/uvm_vnode.c
                   1200:
1.427.2.13  nathanw  1201: file   netisdn/i4b_ctl.c               isdnctl                 needs-flag
                   1202: file   netisdn/i4b_isppp.c             ippp                    needs-count
                   1203: file   netisdn/i4b_ipr.c               irip                    needs-count
                   1204: file   netisdn/i4b_rbch.c              isdnbchan               needs-count
                   1205: file   netisdn/i4b_tel.c               isdntel                 needs-count
                   1206: file   netisdn/i4b_trace.c             isdntrc                 needs-count
1.426     lukem    1207:
1.427.2.2  nathanw  1208: file   netisdn/i4b_mbuf.c              passive_isdn
1.426     lukem    1209: file   netisdn/i4b_l2.c                passive_isdn
                   1210: file   netisdn/i4b_l2fsm.c             passive_isdn
                   1211: file   netisdn/i4b_uframe.c            passive_isdn
                   1212: file   netisdn/i4b_tei.c               passive_isdn
                   1213: file   netisdn/i4b_sframe.c            passive_isdn
                   1214: file   netisdn/i4b_iframe.c            passive_isdn
                   1215: file   netisdn/i4b_l2timer.c           passive_isdn
                   1216: file   netisdn/i4b_util.c              passive_isdn
                   1217: file   netisdn/i4b_lme.c               passive_isdn
1.415     martin   1218: # Q.931 handler
1.426     lukem    1219: file   netisdn/i4b_q931.c              passive_isdn
                   1220: file   netisdn/i4b_q932fac.c           passive_isdn
                   1221: file   netisdn/i4b_l3fsm.c             passive_isdn
                   1222: file   netisdn/i4b_l3timer.c           passive_isdn
                   1223: file   netisdn/i4b_l2if.c              passive_isdn
                   1224: file   netisdn/i4b_l4if.c              passive_isdn
1.427.2.13  nathanw  1225: # isdn device driver, interface to isdnd
                   1226: file   netisdn/i4b_i4bdrv.c            isdn                    needs-flag
                   1227: file   netisdn/i4b_l4.c                isdndev                 needs-flag
                   1228: file   netisdn/i4b_l4mgmt.c            isdndev                 needs-flag
                   1229: file   netisdn/i4b_l4timer.c           isdndev                 needs-flag
1.427.2.12  nathanw  1230:
                   1231: # Game adapter (joystick)
                   1232: device joy
                   1233: file   dev/ic/joy.c                    joy needs-flag

CVSweb <webmaster@jp.NetBSD.org>