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

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

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

CVSweb <webmaster@jp.NetBSD.org>