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

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

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

CVSweb <webmaster@jp.NetBSD.org>