[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.11

1.712.2.11! riz         1: #      $NetBSD: files,v 1.712.2.10 2006/12/23 16:43:19 ghen 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.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:
1.712.2.10  ghen      458: # LSILogic MegaRAID SAS
                    459: #
                    460: device mfi: scsi
                    461: file   dev/ic/mfi.c                    mfi
                    462:
1.528     matt      463: # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
                    464: #
1.608     thorpej   465: device mpt: scsi
                    466: file   dev/ic/mpt.c                    mpt
                    467: file   dev/ic/mpt_debug.c              mpt
                    468: file   dev/ic/mpt_netbsd.c             mpt
1.605     tsutsui   469:
1.682     itohy     470: # Workbit NinjaSCSI-32 controllers
                    471: device njs: scsi
                    472: file   dev/ic/ninjascsi32.c            njs
                    473:
1.605     tsutsui   474: # Symbios/NCR 53c700 SCSI controllers
                    475: device oosiop: scsi
                    476: file   dev/ic/oosiop.c                 oosiop
1.436     tsutsui   477:
                    478: # Symbios/NCR 53c710 SCSI controllers
1.473     lukem     479: #
1.436     tsutsui   480: device osiop: scsi
                    481: file   dev/ic/osiop.c                  osiop
1.364     bouyer    482:
1.368     bouyer    483: # common stuff for siop and esiop
1.473     lukem     484: #
1.426     lukem     485: define siop_common
                    486: file   dev/ic/siop_common.c            siop_common
1.368     bouyer    487:
1.364     bouyer    488: # Symbios/NCR 53c720/53c8xx SCSI controllers
1.473     lukem     489: #
1.426     lukem     490: device siop: scsi,siop_common
                    491: file   dev/ic/siop.c                   siop
1.517     bouyer    492: defflag        opt_siop.h                      SIOP_SYMLED
1.518     bouyer    493:
                    494: device esiop: scsi,siop_common
                    495: file   dev/ic/esiop.c                  esiop
1.94      mycroft   496:
                    497: # UltraStor SCSI controllers
1.473     lukem     498: #
1.173     thorpej   499: device uha: scsi
1.142     enami     500: file   dev/ic/uha.c                    uha
1.409     onoe      501:
                    502: # Aironet PC4500/PC4800
1.473     lukem     503: #
1.653     tsarna    504: device an: arp, wlan, ifnet
1.409     onoe      505: file   dev/ic/an.c                     an
1.86      mycroft   506:
1.376     onoe      507: # AMD 79c930-based 802.11 cards
1.473     lukem     508: #
1.376     onoe      509: device awi: arp, wlan, ifnet
                    510: file   dev/ic/awi.c                    awi
                    511: file   dev/ic/am79c930.c               awi
1.438     ichiro    512:
                    513: # Lucent & Intersil WaveLan IEEE (802.11)
1.473     lukem     514: #
1.656     junyoung  515: device wi: arp, wlan, ifnet
1.438     ichiro    516: file   dev/ic/wi.c                     wi
1.617     dyoung    517:
1.641     dyoung    518: # Atheros 5210/5211/5212 multi-mode 802.11
                    519: #
1.656     junyoung  520: device ath: arp, wlan, ifnet
1.641     dyoung    521: file   dev/ic/ath.c                                    ath
                    522: file   dev/ic/athcompat.c                              ath
                    523: file   ../contrib/sys/dev/ic/athhal_osdep.c            ath
                    524:
1.617     dyoung    525: # ADMtek ADM8211 802.11
                    526: #
1.656     junyoung  527: device atw: arp, wlan, ifnet, smc93cx6
1.617     dyoung    528: file   dev/ic/atw.c                    atw
1.376     onoe      529:
1.687     dyoung    530: # Realtek RTL8180 802.11
                    531: #
                    532: device rtw: arp, wlan, ifnet, smc93cx6
                    533: file   dev/ic/rtw.c                    rtw
                    534: file   dev/ic/rtwphy.c                 rtw
                    535: file   dev/ic/rtwphyio.c               rtw
                    536:
1.83      thorpej   537: # 3Com Etherlink-III Ethernet controller
1.473     lukem     538: #
1.333     thorpej   539: device ep: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     540: file   dev/ic/elink3.c                 ep
1.253     fvdl      541:
                    542: # 3Com EtherLink XL Controller
1.473     lukem     543: #
1.331     thorpej   544: device ex: arp, ether, ifnet, mii, mii_bitbang
1.253     fvdl      545: file   dev/ic/elinkxl.c                ex
1.131     matt      546:
                    547: # DEC EtherWORKS III (LEMAC) Ethernet controllers
1.473     lukem     548: #
1.173     thorpej   549: device lc: arp, ether, ifnet
1.142     enami     550: file   dev/ic/lemac.c                  lc
1.84      mycroft   551:
                    552: # LANCE and PCnet Ethernet controllers
1.473     lukem     553: #
1.173     thorpej   554: device le: arp, ether, ifnet
1.426     lukem     555: define le24
                    556: define le32
1.227     explorer  557: file   dev/ic/am7990.c                 le24
1.225     drochner  558: file   dev/ic/am79900.c                le32
                    559: file   dev/ic/lance.c                  le24 | le32
1.383     thorpej   560:
                    561: # DEC DEPCA-family of LANCE Ethernet controllers
1.473     lukem     562: #
1.383     thorpej   563: device depca { }: le24
                    564: file   dev/ic/depca.c                  depca
                    565: attach le at depca with le_depca
1.122     scottr    566:
1.290     mrg       567: # Sun HME Ethernet controllers
1.473     lukem     568: #
1.293     pk        569: device hme: arp, ether, ifnet, mii
                    570: file   dev/ic/hme.c                    hme
1.461     eeh       571:
                    572: # Sun GEM Ethernet controllers
1.473     lukem     573: #
1.461     eeh       574: device gem: arp, ether, ifnet, mii
                    575: file   dev/ic/gem.c                    gem
1.290     mrg       576:
1.122     scottr    577: # 8390-family Ethernet controllers
1.473     lukem     578: #
1.569     thorpej   579: defflag        opt_ipkdb.h             IPKDB_DP8390
1.122     scottr    580: define dp8390nic
1.569     thorpej   581: file   dev/ic/dp8390.c                 dp8390nic | ipkdb_dp8390
1.485     bjh21     582:
                    583: # National Semiconductor DP83905 AT/LANTIC Ethernet media support
                    584: #
                    585: define dp83905
                    586: file   dev/ic/dp83905.c                dp83905
1.484     bjh21     587:
                    588: # Macronix MX98905 Ethernet controller
                    589: # (use as an attribute for an "ne" bus attachment)
                    590: #
                    591: define mx98905
                    592: file   dev/ic/mx98905.c                mx98905
1.77      cgd       593:
1.282     bad       594: # TROPIC Token-Ring controller
1.473     lukem     595: #
1.282     bad       596: device tr: arp, token, ifnet
                    597: file   dev/ic/tropic.c                 tr
                    598:
1.91      cgd       599: # NCR 5380 SCSI Bus Controller
1.473     lukem     600: #
1.91      cgd       601: define ncr5380sbc
1.142     enami     602: file   dev/ic/ncr5380sbc.c             ncr5380sbc
1.356     pk        603: device nca: scsi, ncr5380sbc
1.91      cgd       604:
1.434     fredette  605: # Sun sc PAL SCSI Bus Controller
1.473     lukem     606: #
1.434     fredette  607: define sunscpal
                    608: file   dev/ic/sunscpal.c               sunscpal
                    609: device ssc: scsi, sunscpal
                    610:
1.91      cgd       611: # DEC FDDI Chipset
1.473     lukem     612: #
1.91      cgd       613: define pdq
1.142     enami     614: file   dev/ic/pdq.c                    pdq
                    615: file   dev/ic/pdq_ifsubr.c             pdq
1.98      christos  616:
1.474     lukem     617: # Cyclades Cyclom-8/16/32
1.473     lukem     618: #
1.173     thorpej   619: device cy: tty
1.142     enami     620: file   dev/ic/cy.c                     cy                      needs-flag
1.103     thorpej   621:
                    622: # Efficient Networks, Inc. ATM interface
1.473     lukem     623: #
1.173     thorpej   624: device en: atm, ifnet
1.142     enami     625: file   dev/ic/midway.c                 en
1.117     thorpej   626:
                    627: # NCR 53x9x or Emulex ESP SCSI Controller
1.473     lukem     628: #
1.117     thorpej   629: define ncr53c9x
1.359     mycroft   630: device esp: scsi, ncr53c9x
1.142     enami     631: file   dev/ic/ncr53c9x.c               ncr53c9x
1.227     explorer  632:
1.679     mycroft   633: # Fujitsu MB87030/MB89352 SCSI Protocol Controller
                    634: device spc: scsi
                    635: file   dev/ic/mb89352.c                spc
                    636:
1.590     soren     637: # Hitachi HD44780 LCD panel controller
                    638: define hd44780
                    639: file   dev/ic/hd44780_subr.c           hd44780
                    640: file   dev/ic/lcdkp_subr.c             hd44780
                    641:
1.710     joff      642: # Matrix keypad
                    643: define matrixkp
                    644: file   dev/ic/matrixkp_subr.c          matrixkp
                    645:
1.227     explorer  646: # Hitachi HD64570 serial controller
1.473     lukem     647: #
1.359     mycroft   648: define hd64570
1.227     explorer  649: file   dev/ic/hd64570.c                hd64570
1.339     chopps    650:
                    651: # Riscom/N2 ISA/PCI Sync Serial Controller
1.473     lukem     652: #
1.339     chopps    653: device ntwoc: ifnet, hd64570
1.128     pk        654:
                    655: # Intel 82586 Ethernet Controller
1.473     lukem     656: #
1.128     pk        657: define i82586
1.142     enami     658: file   dev/ic/i82586.c                 i82586
1.291     thorpej   659:
1.658     jkunz     660: # Intel 82596 Ethernet Controller
                    661: #
                    662: define i82596
                    663: file   dev/ic/i82596.c                 i82596
                    664:
1.291     thorpej   665: # Intel 82557/82558/82559 Ethernet Controller
1.473     lukem     666: #
1.291     thorpej   667: device fxp: ether, ifnet, arp, mii
                    668: file   dev/ic/i82557.c                 fxp
1.389     bjh21     669:
                    670: # SEEQ 8005 Advanced Ethernet Data Link Controller
1.473     lukem     671: #
1.389     bjh21     672: define seeq8005
                    673: file   dev/ic/seeq8005.c               seeq8005
1.137     thorpej   674:
                    675: # SMC 91Cxx Ethernet Controller
1.473     lukem     676: #
1.379     briggs    677: device sm: arp, ether, ifnet, mii, mii_bitbang
1.142     enami     678: file   dev/ic/smc91cxx.c               sm
1.188     thorpej   679:
                    680: # SMC 83C170 EPIC/100 Fast Ethernet Controller
1.473     lukem     681: #
1.230     thorpej   682: device epic: arp, ether, ifnet, mii
1.188     thorpej   683: file   dev/ic/smc83c170.c              epic
1.309     ragge     684:
                    685: # DEC SGEC Second Generation Ethernet Controller
1.473     lukem     686: #
1.309     ragge     687: define sgec
                    688: file   dev/ic/sgec.c                   sgec
1.177     enami     689:
                    690: # MB8696x Ethernet Controller
1.473     lukem     691: #
1.177     enami     692: define mb86960
                    693: file   dev/ic/mb86960.c                mb86960
                    694:
                    695: # Generic MB8696x Ethernet Controller driver
1.473     lukem     696: #
1.177     enami     697: device mbe: arp, ether, ifnet, mb86960
1.146     augustss  698:
                    699: # Interwave Am78C201 audio driver
1.473     lukem     700: #
1.146     augustss  701: define interwave
                    702: file   dev/ic/interwave.c              interwave
1.154     is        703:
                    704: # TMS 320av110 MPEG2/audio driver
1.473     lukem     705: #
1.154     is        706: define tms320av110
                    707: file   dev/ic/tms320av110.c            tms320av110
1.152     thorpej   708:
                    709: # Novell NE2000-compatible Ethernet cards, based on the
                    710: # National Semiconductor DS8390.
1.473     lukem     711: #
1.474     lukem     712: defflag        opt_ipkdb.h             IPKDB_NE                        : IPKDB_DP8390
1.423     thorpej   713: device ne: ether, ifnet, arp, dp8390nic, mii
1.569     thorpej   714: file   dev/ic/ne2000.c                 ne | ipkdb_ne
1.153     thorpej   715:
                    716: # 8250/16[45]50-based "com" ports
1.668     thorpej   717: #
                    718: defflag        opt_com.h               COM_DEBUG COM_MPLOCK
1.153     thorpej   719: # XXX In a perfect world, this would be done with attributes
1.669     thorpej   720: defflag        opt_com.h               COM_16650 COM_HAYESP COM_PXA2X0
1.392     eeh       721: device com { } : tty
1.426     lukem     722: file   dev/ic/com.c                    com                     needs-flag
1.336     thorpej   723:
                    724: # PC-like keyboard controller
1.473     lukem     725: #
1.659     bjh21     726: device pckbc: pckbport
1.660     bjh21     727: file   dev/ic/pckbc.c                  pckbc                   needs-flag
1.274     scw       728:
                    729: # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
1.473     lukem     730: #
1.274     scw       731: device clmpcc: tty
1.426     lukem     732: file   dev/ic/clmpcc.c                 clmpcc                  needs-flag
1.385     bjh21     733:
1.351     groo      734: # National Semiconductor LM7[89]
1.473     lukem     735: #
1.426     lukem     736: device lm: sysmon_envsys
                    737: file   dev/ic/nslm7x.c                 lm                      needs-flag
1.164     cgd       738:
1.185     kml       739: # Essential Communications Corp. HIPPI Interface
1.473     lukem     740: #
1.426     lukem     741: device esh: hippi, ifnet
                    742: file   dev/ic/rrunner.c                esh                     needs-flag
1.242     is        743:
                    744: # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
1.473     lukem     745: #
1.426     lukem     746: device bah: ifnet, arc, arp
                    747: file   dev/ic/smc90cx6.c               bah
1.234     augustss  748:
                    749: # OPL2/OPL3 FM synth driver
1.473     lukem     750: #
1.235     augustss  751: device opl: midibus, midisyn
1.234     augustss  752: file   dev/ic/opl.c                    opl
                    753: file   dev/ic/oplinstrs.c              opl
1.305     augustss  754:
                    755: # MPU401 MIDI UART compatibles
1.473     lukem     756: #
1.305     augustss  757: device mpu: midibus
1.426     lukem     758: file   dev/ic/mpu.c                    mpu                     needs-flag
1.236     pk        759:
                    760: # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
1.473     lukem     761: #
1.236     pk        762: define ad1848
                    763: file   dev/ic/ad1848.c                 ad1848
1.290     mrg       764:
                    765: # AMD 7930 audio/ISDN codec
1.473     lukem     766: #
1.366     augustss  767: define am7930
                    768: file   dev/ic/am7930.c                 am7930
1.290     mrg       769:
                    770: # SPARC `SUNW,audiocs'
1.473     lukem     771: #
1.519     augustss  772: device audiocs: audiobus, auconv, ad1848
1.290     mrg       773: file   dev/ic/cs4231.c                 audiocs
1.326     augustss  774:
                    775: # AC-97 CODECs
1.473     lukem     776: #
1.326     augustss  777: define ac97
                    778: file   dev/ic/ac97.c                   ac97
1.437     minoura   779:
                    780: # Oki MSM6258 support code
1.473     lukem     781: #
1.437     minoura   782: define msm6258
                    783: file   dev/ic/msm6258.c                msm6258
1.240     pk        784:
                    785: # LSI64854 DMA controller back-end
1.473     lukem     786: #
1.240     pk        787: define lsi64854
                    788: file   dev/ic/lsi64854.c               lsi64854
1.465     mrg       789:
                    790: # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
1.473     lukem     791: #
1.465     mrg       792: define cd18xx
                    793: file   dev/ic/cd18xx.c                 cd18xx
1.240     pk        794:
1.654     wiz       795: # Realtek 8019/8029 NE2000-compatible network interface subroutines
1.473     lukem     796: #
1.252     thorpej   797: define rtl80x9
                    798: file   dev/ic/rtl80x9.c                rtl80x9
1.360     haya      799:
1.654     wiz       800: # Realtek 8129/8139 Ethernet controllers
1.473     lukem     801: #
1.362     haya      802: device rtk: ether, ifnet, arp, mii
1.675     sekiya    803: file   dev/ic/rtl81x9.c                rtk | re
1.185     kml       804:
1.673     toshii    805: # Realtek 8169 Ethernet controllers
                    806: #
                    807: device re: ether, ifnet, arp, mii
1.709     yamt      808: file   dev/ic/rtl8169.c                re
1.673     toshii    809:
1.258     pk        810: # Common code for ESDI/IDE/etc. controllers
1.473     lukem     811: #
1.680     thorpej   812: define wdc_common
                    813: device wdc: ata, wdc_common
1.637     bouyer    814:
1.656     junyoung  815: device atabus: atapi,ata_hl
                    816: attach atabus at ata
1.680     thorpej   817: file   dev/ic/wdc.c                    atabus & wdc_common
1.386     bjh21     818:
                    819: # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
1.473     lukem     820: #
1.386     bjh21     821: device upc { [offset = -1] }
                    822: attach wdc at upc with wdc_upc
                    823: attach com at upc with com_upc
1.651     jdolecek  824: attach lpt at upc with lpt_upc
1.426     lukem     825: file   dev/ic/upc.c                    upc
                    826: file   dev/ic/wdc_upc.c                wdc_upc
                    827: file   dev/ic/com_upc.c                com_upc
1.651     jdolecek  828: file   dev/ic/lpt_upc.c                lpt_upc
1.327     matt      829:
                    830: # Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
1.473     lukem     831: #
1.328     matt      832: define wavelan
1.327     matt      833: device wl: ether, ifnet, arp
                    834: file   dev/ic/wavelan.c                wavelan
1.314     thorpej   835:
                    836: # DECchip 21x4x Ethernet controller family, and assorted clones.
1.473     lukem     837: #
1.333     thorpej   838: device tlp: arp, ether, ifnet, mii, mii_bitbang
1.314     thorpej   839: file   dev/ic/tulip.c                  tlp
1.322     thorpej   840:
                    841: # Adaptec AIC-6915 Ethernet interface
1.473     lukem     842: #
1.322     thorpej   843: device sf: arp, ether, ifnet, mii
                    844: file   dev/ic/aic6915.c                sf
1.378     pk        845:
                    846: # Mostek time-of-day clock and NVRAM
1.473     lukem     847: #
1.378     pk        848: define mk48txx
1.507     pk        849: file   dev/ic/mk48txx.c                mk48txx
1.378     pk        850:
                    851: # Intersil 7170 time-of-day clock
1.473     lukem     852: #
1.378     pk        853: define intersil7170
                    854: file   dev/ic/intersil7170.c           intersil7170
1.434     fredette  855:
                    856: # National Semiconductor MM58167 time-of-day clock
1.473     lukem     857: #
1.434     fredette  858: define mm58167
                    859: file   dev/ic/mm58167.c                mm58167
1.643     tsutsui   860:
                    861: # Motorola mc146818 (and compatible) time-of-day clock
                    862: #
                    863: define mc146818
                    864: file   dev/ic/mc146818.c               mc146818
1.422     thorpej   865:
                    866: # D-Link DL10019/10022 NE2000-compatible network interface subroutines
1.473     lukem     867: #
1.422     thorpej   868: define dl10019
                    869: file   dev/ic/dl10019.c                dl10019
1.453     enami     870:
                    871: # ASIX AX88190 NE2000-compatible network interface subroutines
1.473     lukem     872: #
1.453     enami     873: define ax88190
                    874: file   dev/ic/ax88190.c                ax88190
1.429     jdolecek  875:
                    876: # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
1.473     lukem     877: #
1.429     jdolecek  878: device we: ether, ifnet, arp, dp8390nic
                    879: file   dev/ic/we.c                     we
1.432     jdolecek  880:
                    881: # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
1.473     lukem     882: #
1.432     jdolecek  883: device ate: arp, ether, ifnet, mb86960
1.557     tsutsui   884:
                    885: # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
                    886: #
                    887: device fmv: arp, ether, ifnet, mb86960
                    888: file   dev/ic/fmv.c                    fmv
1.471     yamt      889:
                    890: # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
1.473     lukem     891: #
1.471     yamt      892: device cs: arp, ether, ifnet
1.704     joff      893: device tscs: arp, ether, ifnet
                    894: file   dev/ic/cs89x0.c                 cs | tscs
1.487     augustss  895:
                    896: # Radio device attributes
                    897: #
                    898: define tea5757
1.656     junyoung  899: file   dev/ic/tea5757.c                tea5757
1.487     augustss  900: define lm700x
1.656     junyoung  901: file   dev/ic/lm700x.c                 lm700x
1.179     drochner  902:
                    903: # Definitions for wscons
                    904: # device attributes: display, display with emulator, keyboard, and mouse
1.473     lukem     905: #
1.479     augustss  906: define wsdisplaydev            {[kbdmux = 1]}
                    907: define wsemuldisplaydev        {[console = -1], [kbdmux = 1]}
                    908: define wskbddev                {[console = -1], [mux = 1]}
                    909: define wsmousedev              {[mux = 0]}
1.179     drochner  910: # attribute to pull in raster support
1.473     lukem     911: #
1.179     drochner  912: define wsrasteremulops
1.187     drochner  913: # common PC display functions
1.473     lukem     914: #
1.474     lukem     915: defflag        opt_pcdisplay.h         PCDISPLAY_SOFTCURSOR
1.426     lukem     916: define pcdisplayops
1.187     drochner  917: file   dev/ic/pcdisplay_subr.c pcdisplayops
1.207     drochner  918: file   dev/ic/pcdisplay_chars.c        pcdisplayops
1.179     drochner  919: # VGA graphics
1.473     lukem     920: #
1.541     drochner  921: defparam opt_vga.h             VGA_CONSOLE_SCREENTYPE
1.538     drochner  922: defflag opt_vga.h              VGA_CONSOLE_ATI_BROKEN_FONTSEL
1.572     junyoung  923: defflag opt_vga.h              VGA_RASTERCONSOLE
1.593     tsutsui   924: defflag opt_vga.h              VGA_RESET
1.187     drochner  925: device vga: wsemuldisplaydev, pcdisplayops
1.572     junyoung  926: file   dev/ic/vga.c            vga & !vga_rasterconsole        needs-flag
                    927: file   dev/ic/vga_raster.c     vga_rasterconsole               needs-flag
                    928: file   dev/ic/vga_subr.c       vga | vga_rasterconsole
                    929: file   dev/ic/vga_common.c     vga | vga_rasterconsole
1.508     uwe       930: # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
1.473     lukem     931: #
1.508     uwe       932: device igsfb: wsemuldisplaydev, wsrasteremulops, rasops8
1.615     uwe       933: file   dev/ic/igsfb.c                  igsfb                   needs-flag
1.551     uwe       934: file   dev/ic/igsfb_subr.c             igsfb
1.91      cgd       935:
1.683     jkunz     936: # STI (hp graphics)
                    937: device sti: wsemuldisplaydev
                    938: file   dev/ic/sti.c            sti & (sti_pci | sti_sgc | sti_phantom)
                    939:
1.77      cgd       940: # Attributes which machine-independent bus support can be attached to.
                    941: # These should be defined here, because some of these busses can have
                    942: # devices which provide these attributes, and we'd like to avoid hairy
                    943: # ordering constraints on inclusion of the busses' "files" files.
1.473     lukem     944: #
1.474     lukem     945: define isabus  { }                     # ISA attachment
                    946: define eisabus { }                     # EISA attachment
                    947: define pcibus  {[bus = -1]}            # PCI attachment
                    948: define tcbus   { }                     # TurboChannel attachment
                    949: define mcabus  { }                     # MicroChannel attachment
                    950: define usbus   { }                     # USB attachment
                    951: define fwbus   {[idhi=-1],[idlo=-1]}   # IEEE 1394 attachment
                    952: define vmebus  { }                     # VME bus attachment
                    953: define acpibus { }                     # ACPI "bus" attachment
1.259     pk        954: define pcmciabus { [controller = -1], [socket = -1]}   # PCMCIA bus attachment
1.474     lukem     955: define cbbus   {[slot = -1]}           # CardBus attachment
                    956: define pcmciaslot {[slot = -1]}        # PCMCIA slot itself
1.222     augustss  957:
                    958: # We need the USB bus controllers here so different busses can
                    959: # use them in an 'attach-with'.
                    960: # UHCI USB controller
1.473     lukem     961: #
1.703     fvdl      962:
                    963: defparam USB_MEM_RESERVE
                    964:
1.222     augustss  965: device uhci: usbus
1.426     lukem     966: file   dev/usb/uhci.c                  uhci                    needs-flag
1.222     augustss  967:
                    968: # OHCI USB controller
1.473     lukem     969: #
1.222     augustss  970: device ohci: usbus
1.426     lukem     971: file   dev/usb/ohci.c                  ohci                    needs-flag
1.412     augustss  972:
                    973: # EHCI USB controller
1.473     lukem     974: #
1.412     augustss  975: device ehci: usbus
1.426     lukem     976: file   dev/usb/ehci.c                  ehci                    needs-flag
1.545     isaki     977:
                    978: # SL811HS/T USB controller
1.712     perry     979: defflag        opt_slhci.h     SLHCI_DEBUG
1.545     isaki     980: device slhci: usbus
                    981: file   dev/ic/sl811hs.c                slhci                   needs-flag
1.579     martin    982:
                    983: # Myson MTD803 3-in-1 Fast Ethernet Controller
                    984: device mtd: arp, ether, ifnet, mii
                    985: file   dev/ic/mtd803.c                 mtd
1.369     matt      986:
1.487     augustss  987: # radio devices, attaches to radio hardware driver
                    988: device radio
1.489     drochner  989: attach radio at radiodev
1.498     jmc       990:
                    991: #
                    992: # IEEE 1212 routines
                    993: define ieee1212
                    994: file   dev/std/ieee1212.c              ieee1212
1.510     jmc       995:
                    996: #
                    997: # SBP2 routines for IEEE 1394
                    998: define sbp2
                    999: file   dev/ieee1394/sbp2.c             sbp2
1.487     augustss 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.402     matt     1004: device fwlynx: fwbus
1.369     matt     1005: device fwohci: fwbus
1.520     augustss 1006:
                   1007: # Sony Programmable I/O Controller
                   1008: device spic: wsmousedev
                   1009: file   dev/ic/spic.c                   spic
1.529     augustss 1010:
                   1011: # IBM CPC700 PowerPC bridge
                   1012: define cpcbus { addr, [irq=-1] }
                   1013: device cpc: cpcbus, pcibus
                   1014: file   dev/ic/cpc700.c                 cpc
                   1015:
                   1016: attach com at cpcbus with com_cpcbus
                   1017: file   dev/ic/com_cpcbus.c             com_cpcbus
                   1018:
                   1019: device cpctim
                   1020: attach cpctim at cpcbus
                   1021: file   dev/ic/timer_cpcbus.c           cpctim
                   1022:
1.530     augustss 1023: device cpciic
                   1024: attach cpciic at cpcbus with iic_cpcbus
1.529     augustss 1025: file   dev/ic/iic_cpcbus.c             iic_cpcbus
                   1026:
1.60      cgd      1027:
1.414     thorpej  1028: # Attribute used by various things that need BPF's virtual machine
1.473     lukem    1029: #
1.414     thorpej  1030: define bpf_filter
1.532     wrstuden 1031: defparam opt_bpf.h     BPF_BUFSIZE
1.414     thorpej  1032:
1.415     martin   1033: # Attributes used by the ISDN subsystem
1.473     lukem    1034: #
1.502     martin   1035: define isdndev         # the ISDN subsystem
1.458     enami    1036: define passive_isdn    # files needed by passive cards (XXX - protocol
                   1037:                        # specific)
1.634     pooka    1038: define isdncapi        # ISDN CAPI (http://www.capi.org/)
1.415     martin   1039:
1.575     leo      1040: # The isac found on the Fritz V2.0 Card.
                   1041: define nisacsx
                   1042: file   dev/ic/isacsx.c                 nisacsx needs-flag
                   1043:
                   1044: # The 'standard' isac
                   1045: define nisac
                   1046: file   dev/ic/isac.c                   nisac   needs-flag
                   1047:
1.415     martin   1048: # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
1.473     lukem    1049: #
1.575     leo      1050: device isic: isdndev, passive_isdn, nisac
1.415     martin   1051:
1.426     lukem    1052: file   dev/ic/isic.c                   isic
1.575     leo      1053: file   dev/ic/isic_l1.c                isic|ifpci|ifritz
                   1054: file   dev/ic/isic_l1fsm.c             isic|ifpci|ifritz
1.426     lukem    1055: file   dev/ic/hscx.c                   isic
                   1056: file   dev/ic/isic_bchan.c             isic
1.415     martin   1057:
                   1058: # (old) Diehl active ISDN cards
1.473     lukem    1059: #
1.502     martin   1060: device daic: isdndev
1.426     lukem    1061: file   dev/ic/daic.c                   daic
1.415     martin   1062:
1.634     pooka    1063: # AWM B1/T1
                   1064: # XXX: passive_isdn
                   1065: device iavc: isdndev, isdncapi, passive_isdn
                   1066: file   dev/ic/iavc.c                   iavc
                   1067:
1.60      cgd      1068: # legitimate pseudo-devices
1.473     lukem    1069: #
1.474     lukem    1070: defpseudo vnd:         disk
1.712.2.2  riz      1071: defflag opt_vnd.h      VND_COMPRESSION
1.474     lukem    1072: defpseudo ccd:         disk
1.570     thorpej  1073: defpseudo cgd:         disk, des, blowfish, cast128, rijndael
1.474     lukem    1074: defpseudo md:          disk
1.647     hannken  1075: defpseudo fss:         disk
1.298     thorpej  1076:
1.474     lukem    1077: defpseudo pty:         tty
                   1078: defpseudo tb:          tty
1.298     thorpej  1079: defpseudo rnd
1.610     ragge    1080: defpseudo ksyms
1.642     cdi      1081: defpseudo nullcons
1.712.2.11! riz      1082: defpseudo bio:         sysmon_envsys
1.298     thorpej  1083:
1.474     lukem    1084: defpseudo loop:                ifnet
                   1085: defpseudo sl:          ifnet
                   1086: defpseudo ppp:         ifnet, bpf_filter
                   1087: defpseudo pppoe:       ifnet, ether, sppp
                   1088: defpseudo sppp:                ifnet
                   1089: defpseudo tun:         ifnet
                   1090: defpseudo vlan:                ifnet, ether
                   1091: defpseudo bridge:      ifnet, ether
                   1092: defpseudo bpfilter:    ifnet, bpf_filter
                   1093: defpseudo strip:       ifnet
                   1094: defpseudo gre:         ifnet
                   1095: defpseudo gif:         ifnet
                   1096: defpseudo faith:       ifnet
                   1097: defpseudo stf:         ifnet
1.712.2.8  snj      1098: defpseudo tap {[unit = -1]}:           ifnet, ether, arp, bpf_filter
1.60      cgd      1099:
1.298     thorpej  1100: defpseudo sequencer
1.462     manu     1101: defpseudo clockctl
1.504     manu     1102: defpseudo irix_kmem
1.522     manu     1103: defpseudo irix_usema
1.228     augustss 1104:
1.415     martin   1105: # ISDN userland pseudo devices
1.473     lukem    1106: #
1.502     martin   1107: defpseudo isdntrc:     isdndev, tty
                   1108: defpseudo isdnbchan:   isdndev, tty
                   1109: defpseudo isdntel:     isdndev, tty
                   1110: defpseudo isdnctl:     isdndev, tty
                   1111: defpseudo isdn:                isdndev, tty
                   1112:
                   1113: # ISDN network interfaces
                   1114: defpseudo irip:                isdndev, ifnet
1.607     drochner 1115: defflag opt_irip.h     IRIP_VJ
1.502     martin   1116: defpseudo ippp:                isdndev, sppp, ifnet
1.539     thorpej  1117:
                   1118: # KTTCP network throughput testing pseudo-device
                   1119: defpseudo kttcp
                   1120: file   dev/kttcp.c                     kttcp           needs-flag
1.576     blymn    1121:
                   1122: # Verified exec fingerprint loader pseudo-device
1.712.2.1  tron     1123: defpseudo veriexec
                   1124: file   kern/kern_verifiedexec.c        veriexec                needs-flag
                   1125: file   dev/verified_exec.c             veriexec                needs-flag
1.415     martin   1126:
1.582     haya     1127: # isochronous pseudo device for IEEE 1394, i.LINK or FireWire
                   1128: defpseudo fwiso:       ieee1394
                   1129:
1.681     drochner 1130: # driver attach / detach user interface
                   1131: defpseudo drvctl
                   1132: file   kern/kern_drvctl.c              drvctl
                   1133:
1.516     thorpej  1134: #
                   1135: # File systems
                   1136: #
1.696     jdolecek 1137: include "coda/files.coda"
1.583     jdolecek 1138: include "fs/adosfs/files.adosfs"
1.696     jdolecek 1139: include "fs/cd9660/files.cd9660"
1.584     jdolecek 1140: include "fs/filecorefs/files.filecorefs"
1.696     jdolecek 1141: include "fs/msdosfs/files.msdosfs"
                   1142: include "fs/ntfs/files.ntfs"
                   1143: include "fs/ptyfs/files.ptyfs"
1.516     thorpej  1144: include "fs/smbfs/files.smbfs"
1.696     jdolecek 1145: include "fs/union/files.union"
1.516     thorpej  1146: include "miscfs/fdesc/files.fdesc"
                   1147: include "miscfs/kernfs/files.kernfs"
                   1148: include "miscfs/nullfs/files.nullfs"
                   1149: include "miscfs/overlay/files.overlay"
                   1150: include "miscfs/portal/files.portal"
                   1151: include "miscfs/procfs/files.procfs"
                   1152: include "miscfs/umapfs/files.umapfs"
                   1153: include "nfs/files.nfs"
                   1154: include "ufs/files.ufs"
                   1155:
                   1156: #
1.60      cgd      1157: # kernel sources
1.473     lukem    1158: #
1.426     lukem    1159: file   ddb/db_access.c                 ddb | kgdb
                   1160: file   ddb/db_aout.c                   ddb
                   1161: file   ddb/db_break.c                  ddb
                   1162: file   ddb/db_command.c                ddb
                   1163: file   ddb/db_examine.c                ddb
                   1164: file   ddb/db_expr.c                   ddb
                   1165: file   ddb/db_input.c                  ddb
                   1166: file   ddb/db_lex.c                    ddb
                   1167: file   ddb/db_output.c                 ddb
                   1168: file   ddb/db_print.c                  ddb
                   1169: file   ddb/db_run.c                    ddb | kgdb
                   1170: file   ddb/db_sym.c                    ddb
                   1171: file   ddb/db_trap.c                   ddb
                   1172: file   ddb/db_variables.c              ddb
                   1173: file   ddb/db_watch.c                  ddb
                   1174: file   ddb/db_write_cmd.c              ddb
                   1175: file   ddb/db_xxx.c                    ddb
1.706     kent     1176: file   dev/auconv.c                    auconv | mulaw
1.426     lukem    1177: file   dev/audio.c                     audio | midi | midibus  needs-flag
1.650     bjh21    1178: file   dev/audiobell.c                 audiobell
1.697     kent     1179: file   dev/aurateconv.c                aurateconv              needs-flag
1.712.2.11! riz      1180: file   dev/bio.c                       bio                     needs-flag
1.426     lukem    1181: file   dev/ccd.c                       ccd                     needs-flag
1.555     elric    1182: file   dev/cgd.c                       cgd                     needs-flag
                   1183: file   dev/cgd_crypto.c                cgd
1.623     thorpej  1184: file   dev/clock_subr.c
1.491     lukem    1185: file   dev/clockctl.c                  clockctl                needs-flag
1.666     cl       1186: file   dev/dksubr.c                    cgd | xbd
1.689     thorpej  1187: file   dev/dkwedge/dk.c
1.691     thorpej  1188: file   dev/dkwedge/dkwedge_bsdlabel.c  dkwedge_method_bsdlabel
1.689     thorpej  1189: file   dev/dkwedge/dkwedge_gpt.c       dkwedge_method_gpt
1.693     thorpej  1190: file   dev/dkwedge/dkwedge_mbr.c       dkwedge_method_mbr
1.647     hannken  1191: file   dev/fss.c                       fss                     needs-count
1.426     lukem    1192: file   dev/md.c                        md                      needs-count
                   1193: file   dev/midi.c                      midi | midibus          needs-flag
                   1194: file   dev/midisyn.c                   midisyn
1.497     christos 1195: file   dev/mm.c
1.697     kent     1196: file   dev/mulaw.c                     mulaw                   needs-flag
1.642     cdi      1197: file   dev/nullcons_subr.c             nullcons                needs-flag
1.487     augustss 1198: file   dev/radio.c                     radio                   needs-flag
1.426     lukem    1199: file   dev/rnd.c                       rnd                     needs-flag
                   1200: file   dev/rndpool.c                   rnd                     needs-flag
                   1201: file   dev/sequencer.c                 sequencer               needs-flag
                   1202: file   dev/vnd.c                       vnd                     needs-flag
1.698     yamt     1203: file   kern/bufq_disksort.c            #bufq_disksort
                   1204: file   kern/bufq_fcfs.c                #bufq_fcfs
                   1205: file   kern/bufq_priocscan.c           bufq_priocscan
                   1206: file   kern/bufq_readprio.c            bufq_readprio | new_bufq_strategy
1.482     thorpej  1207: file   kern/core_elf32.c               exec_elf32
                   1208: file   kern/core_elf64.c               exec_elf64
1.481     thorpej  1209: file   kern/core_netbsd.c
1.426     lukem    1210: file   kern/cnmagic.c
                   1211: file   kern/exec_aout.c                exec_aout
                   1212: file   kern/exec_conf.c
                   1213: file   kern/exec_ecoff.c               exec_ecoff
                   1214: file   kern/exec_elf32.c               exec_elf32
                   1215: file   kern/exec_elf64.c               exec_elf64
1.452     christos 1216: file   kern/exec_macho.c               exec_macho
1.426     lukem    1217: file   kern/exec_script.c              exec_script
                   1218: file   kern/exec_subr.c
                   1219: file   kern/init_main.c
1.645     atatat   1220: file   kern/init_sysctl.c
1.426     lukem    1221: file   kern/init_sysent.c
                   1222: file   kern/kern_acct.c
                   1223: file   kern/kern_clock.c
                   1224: file   kern/kern_descrip.c
1.574     jdolecek 1225: file   kern/kern_event.c
1.426     lukem    1226: file   kern/kern_exec.c
                   1227: file   kern/kern_exit.c
                   1228: file   kern/kern_fork.c
1.662     matt     1229: file   kern/kern_kcont.c               kcont
1.426     lukem    1230: file   kern/kern_kthread.c
                   1231: file   kern/kern_ktrace.c
1.610     ragge    1232: file   kern/kern_ksyms.c               ksyms | ddb | lkm needs-flag
1.426     lukem    1233: file   kern/kern_lkm.c                 lkm
                   1234: file   kern/kern_lock.c
1.588     thorpej  1235: file   kern/kern_lwp.c
1.426     lukem    1236: file   kern/kern_malloc.c
1.454     thorpej  1237: file   kern/kern_malloc_debug.c        malloc_debug
1.426     lukem    1238: file   kern/kern_ntptime.c
                   1239: file   kern/kern_physio.c
                   1240: file   kern/kern_proc.c
                   1241: file   kern/kern_prot.c
1.549     gmcgarry 1242: file   kern/kern_ras.c
1.426     lukem    1243: file   kern/kern_resource.c
1.588     thorpej  1244: file   kern/kern_sa.c
1.426     lukem    1245: file   kern/kern_sig.c
1.662     matt     1246: file   kern/kern_systrace.c            systrace
1.426     lukem    1247: file   kern/kern_subr.c
                   1248: file   kern/kern_synch.c
                   1249: file   kern/kern_sysctl.c
                   1250: file   kern/kern_time.c
1.595     thorpej  1251: file   kern/kern_timeout.c
1.652     tsarna   1252: file   kern/kern_uuid.c
1.426     lukem    1253: file   kern/kern_xxx.c
                   1254: file   kern/kgdb_stub.c                kgdb
                   1255: file   kern/subr_autoconf.c
1.550     gehenna  1256: file   kern/subr_devsw.c
1.426     lukem    1257: file   kern/subr_disk.c
1.657     rtr      1258: file   kern/subr_evcnt.c
1.426     lukem    1259: file   kern/subr_extent.c
                   1260: file   kern/subr_log.c
                   1261: file   kern/subr_pool.c
                   1262: file   kern/subr_prf.c
                   1263: file   kern/subr_prof.c
1.466     eeh      1264: file   kern/subr_prop.c
1.449     gmcgarry 1265: file   kern/subr_userconf.c            userconf
1.426     lukem    1266: file   kern/subr_xxx.c
                   1267: file   kern/sys_generic.c
1.495     jdolecek 1268: file   kern/sys_pipe.c                 !pipe_socketpair
1.543     briggs   1269: file   kern/sys_pmc.c
1.426     lukem    1270: file   kern/sys_process.c
                   1271: file   kern/sys_socket.c
                   1272: file   kern/syscalls.c                 syscall_debug
                   1273: file   kern/sysv_ipc.c                 sysvshm | sysvsem | sysvmsg
                   1274: file   kern/sysv_msg.c                 sysvmsg
                   1275: file   kern/sysv_sem.c                 sysvsem
                   1276: file   kern/sysv_shm.c                 sysvshm
                   1277: file   kern/tty.c
                   1278: file   kern/tty_conf.c
1.694     christos 1279: file   kern/tty_bsdpty.c               compat_bsdpty
1.676     christos 1280: file   kern/tty_pty.c                  pty                     needs-flag
1.694     christos 1281: file   kern/tty_ptm.c                  pty
1.426     lukem    1282: file   kern/tty_subr.c
                   1283: file   kern/tty_tb.c                   tb                      needs-count
                   1284: file   kern/tty_tty.c
                   1285: file   kern/uipc_domain.c
                   1286: file   kern/uipc_mbuf.c
                   1287: file   kern/uipc_mbuf2.c
                   1288: file   kern/uipc_proto.c
1.592     christos 1289: file   kern/uipc_sem.c                 p1003_1b_semaphore
1.426     lukem    1290: file   kern/uipc_socket.c
                   1291: file   kern/uipc_socket2.c
                   1292: file   kern/uipc_syscalls.c
                   1293: file   kern/uipc_usrreq.c
                   1294: file   kern/vfs_bio.c
                   1295: file   kern/vfs_cache.c
                   1296: file   kern/vfs_getcwd.c
                   1297: file   kern/vfs_init.c
                   1298: file   kern/vfs_lockf.c
                   1299: file   kern/vfs_lookup.c
                   1300: file   kern/vfs_subr.c
                   1301: file   kern/vfs_syscalls.c
                   1302: file   kern/vfs_vnops.c
                   1303: file   kern/vnode_if.c
                   1304: file   miscfs/deadfs/dead_vnops.c
                   1305: file   miscfs/fifofs/fifo_vnops.c
                   1306: file   miscfs/genfs/genfs_vnops.c
                   1307: file   miscfs/genfs/layer_subr.c       nullfs | overlay | umapfs | lkm
                   1308: file   miscfs/genfs/layer_vfsops.c     nullfs | overlay | umapfs | lkm
                   1309: file   miscfs/genfs/layer_vnops.c      nullfs | overlay | umapfs | lkm
                   1310: file   miscfs/specfs/spec_vnops.c
                   1311: file   miscfs/syncfs/sync_subr.c
                   1312: file   miscfs/syncfs/sync_vnops.c
1.700     christos 1313: file   net/bpf.c                       bpfilter                needs-flag
1.426     lukem    1314: file   net/bpf_filter.c                bpf_filter
                   1315: file   net/bsd-comp.c                  ppp & ppp_bsdcomp
                   1316: file   net/if.c
                   1317: file   net/if_arcsubr.c                arc                     needs-flag
                   1318: file   net/if_atmsubr.c                atm
1.433     thorpej  1319: file   net/if_bridge.c                 bridge                  needs-flag
                   1320: file   net/bridgestp.c                 bridge
1.457     bjh21    1321: file   net/if_ecosubr.c                eco
1.426     lukem    1322: file   net/if_ethersubr.c              ether | fddi | netatalk | token |
1.511     martin   1323:                                            wlan
1.443     itojun   1324: file   net/if_faith.c                  faith & inet & inet6    needs-flag
1.426     lukem    1325: file   net/if_fddisubr.c               fddi                    needs-flag
                   1326: file   net/if_gif.c                    gif                     needs-flag
1.468     atatat   1327: file   net/if_gre.c                    gre                     needs-flag
1.426     lukem    1328: file   net/if_hippisubr.c              hippi                   needs-flag
                   1329: file   net/if_ieee1394subr.c           ieee1394
1.701     peter    1330: file   net/if_loop.c                   loop                    needs-flag
1.426     lukem    1331: file   net/if_media.c
1.702     christos 1332: file   net/if_ppp.c                    ppp                     needs-flag
1.426     lukem    1333: file   net/if_stf.c                    stf & inet & inet6      needs-flag
1.702     christos 1334: file   net/if_sl.c                     sl                      needs-flag
1.426     lukem    1335: file   net/if_spppsubr.c               sppp
1.702     christos 1336: file   net/if_strip.c                  strip                   needs-flag
1.426     lukem    1337: file   net/if_tokensubr.c              token                   needs-flag
1.708     cube     1338: file   net/if_tap.c                    tap                     needs-flag
1.468     atatat   1339: file   net/if_tun.c                    tun                     needs-flag
1.426     lukem    1340: file   net/if_vlan.c                   vlan                    needs-flag
1.502     martin   1341: file   net/if_pppoe.c                  pppoe                   needs-flag
1.426     lukem    1342: file   net/pfil.c                      pfil_hooks | ipfilter
                   1343: file   net/ppp-deflate.c               ppp & ppp_deflate
                   1344: file   net/ppp_tty.c                   ppp
                   1345: file   net/radix.c
                   1346: file   net/raw_cb.c
                   1347: file   net/raw_usrreq.c
                   1348: file   net/route.c
                   1349: file   net/rtsock.c
1.607     drochner 1350: file   net/slcompress.c                sl | ppp | strip | (irip & irip_vj)
1.712.2.2  riz      1351: file   net/zlib.c                      (ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
1.641     dyoung   1352: file   net80211/ieee80211.c            wlan
                   1353: file   net80211/ieee80211_compat.c     wlan
                   1354: file   net80211/ieee80211_crypto.c     wlan
                   1355: file   net80211/ieee80211_input.c      wlan
                   1356: file   net80211/ieee80211_ioctl.c      wlan
                   1357: file   net80211/ieee80211_node.c       wlan
                   1358: file   net80211/ieee80211_output.c     wlan
                   1359: file   net80211/ieee80211_proto.c      wlan
1.646     dyoung   1360: file   net80211/ieee80211_rssadapt.c   wlan
1.426     lukem    1361: file   netinet/if_arp.c                arp | netatalk          needs-flag
                   1362: file   netinet/if_atm.c                atm
                   1363: file   netinet/in_gif.c                gif & inet
1.648     scw      1364: file   netinet/ip_ecn.c                ipsec | fast_ipsec | gif | stf
1.426     lukem    1365: file   netinet/ip_encap.c              inet | inet6
                   1366: file   netinet/ip_gre.c                inet & gre
                   1367: file   netinet6/in6_gif.c              gif & inet6
1.516     thorpej  1368:
1.426     lukem    1369: file   uvm/uvm_amap.c
                   1370: file   uvm/uvm_anon.c
                   1371: file   uvm/uvm_aobj.c
                   1372: file   uvm/uvm_bio.c
                   1373: file   uvm/uvm_device.c
                   1374: file   uvm/uvm_fault.c
                   1375: file   uvm/uvm_glue.c
                   1376: file   uvm/uvm_init.c
                   1377: file   uvm/uvm_io.c
                   1378: file   uvm/uvm_km.c
                   1379: file   uvm/uvm_loan.c
                   1380: file   uvm/uvm_map.c
                   1381: file   uvm/uvm_meter.c
                   1382: file   uvm/uvm_mmap.c
                   1383: file   uvm/uvm_page.c
                   1384: file   uvm/uvm_pager.c
                   1385: file   uvm/uvm_pdaemon.c
                   1386: file   uvm/uvm_pglist.c
                   1387: file   uvm/uvm_stat.c
                   1388: file   uvm/uvm_swap.c
                   1389: file   uvm/uvm_unix.c
                   1390: file   uvm/uvm_user.c
                   1391: file   uvm/uvm_vnode.c
                   1392:
1.502     martin   1393: file   netisdn/i4b_ctl.c               isdnctl                 needs-flag
                   1394: file   netisdn/i4b_isppp.c             ippp                    needs-count
                   1395: file   netisdn/i4b_ipr.c               irip                    needs-count
                   1396: file   netisdn/i4b_rbch.c              isdnbchan               needs-count
                   1397: file   netisdn/i4b_tel.c               isdntel                 needs-count
                   1398: file   netisdn/i4b_trace.c             isdntrc                 needs-count
1.426     lukem    1399:
1.430     martin   1400: file   netisdn/i4b_mbuf.c              passive_isdn
1.426     lukem    1401: file   netisdn/i4b_l2.c                passive_isdn
                   1402: file   netisdn/i4b_l2fsm.c             passive_isdn
                   1403: file   netisdn/i4b_uframe.c            passive_isdn
                   1404: file   netisdn/i4b_tei.c               passive_isdn
                   1405: file   netisdn/i4b_sframe.c            passive_isdn
                   1406: file   netisdn/i4b_iframe.c            passive_isdn
                   1407: file   netisdn/i4b_l2timer.c           passive_isdn
                   1408: file   netisdn/i4b_util.c              passive_isdn
                   1409: file   netisdn/i4b_lme.c               passive_isdn
1.415     martin   1410: # Q.931 handler
1.426     lukem    1411: file   netisdn/i4b_q931.c              passive_isdn
                   1412: file   netisdn/i4b_q932fac.c           passive_isdn
                   1413: file   netisdn/i4b_l3fsm.c             passive_isdn
                   1414: file   netisdn/i4b_l3timer.c           passive_isdn
                   1415: file   netisdn/i4b_l2if.c              passive_isdn
                   1416: file   netisdn/i4b_l4if.c              passive_isdn
1.502     martin   1417: # isdn device driver, interface to isdnd
                   1418: file   netisdn/i4b_i4bdrv.c            isdn                    needs-flag
                   1419: file   netisdn/i4b_l4.c                isdndev                 needs-flag
                   1420: file   netisdn/i4b_l4mgmt.c            isdndev                 needs-flag
                   1421: file   netisdn/i4b_l4timer.c           isdndev                 needs-flag
1.634     pooka    1422: # capi
                   1423: file   netisdn/i4b_capi_l4if.c         isdncapi
                   1424: file   netisdn/i4b_capi_llif.c         isdncapi
                   1425: file   netisdn/i4b_capi_msgs.c         isdncapi
1.493     jdolecek 1426:
                   1427: # Game adapter (joystick)
                   1428: device joy
                   1429: file   dev/ic/joy.c                    joy needs-flag
1.582     haya     1430:
                   1431: file   dev/ieee1394/fwiso.c            fwiso                   needs-count

CVSweb <webmaster@jp.NetBSD.org>