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

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

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

CVSweb <webmaster@jp.NetBSD.org>