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

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

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

CVSweb <webmaster@jp.NetBSD.org>