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

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

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

CVSweb <webmaster@jp.NetBSD.org>