The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/mca/files.mca

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $NetBSD: files.mca,v 1.18 2002/03/24 18:03:58 jdolecek Exp $
    2 #
    3 # Config.new file and device description for machine-independent MCA code.
    4 # Included by ports that need it.
    5 
    6 defflag MCAVERBOSE
    7 
    8 #device mca {[slot = -1]}
    9 attach  mca at mcabus
   10 file    dev/mca/mca.c                   mca                     needs-flag
   11 file    dev/mca/mca_subr.c              mca
   12 
   13 # 3Com 3C529
   14 attach  ep at mca with ep_mca: elink
   15 file    dev/mca/if_ep_mca.c             ep_mca
   16 
   17 # WD/SMC 80x3x/A and clones
   18 attach  we at mca with we_mca
   19 file    dev/mca/if_we_mca.c             we_mca
   20 
   21 # Adaptec AHA-1640
   22 attach  aha at mca with aha_mca
   23 file    dev/mca/aha_mca.c               aha_mca
   24 
   25 # TROPIC based Token-Ring (IBM)
   26 attach  tr at mca with tr_mca
   27 file    dev/mca/if_tr_mca.c             tr_mca
   28 
   29 # 3Com 3C523
   30 device  elmc: ether, ifnet, arp, i82586
   31 attach  elmc at mca with elmc_mca
   32 file    dev/mca/if_elmc_mca.c           elmc_mca
   33 
   34 # serial port devices
   35 attach  com at mca with com_mca
   36 file    dev/mca/com_mca.c               com_mca
   37 
   38 # Allied Telesis AT1720
   39 # device in sys/conf/files
   40 attach  ate at mca with ate_mca
   41 file    dev/mca/if_ate_mca.c            ate_mca 
   42 
   43 # ESDI controllers & disks
   44 device  edc {[drive = -1]}
   45 attach  edc at mca with edc_mca
   46 file    dev/mca/edc_mca.c               edc_mca
   47 
   48 device  ed: disk
   49 attach  ed at edc with ed_mca
   50 file    dev/mca/ed_mca.c                ed_mca          needs-flag
   51 
   52 # Novell NE2000, and clones
   53 attach  ne at mca with ne_mca
   54 file    dev/mca/if_ne_mca.c             ne_mca
   55 
   56 # AMD am7990 (Lance) -based boards
   57 attach  le at mca with le_mca: le24
   58 file    dev/mca/if_le_mca.c             le_mca
   59 
   60 # NCR 53C90
   61 attach  esp at mca with esp_mca
   62 file    dev/mca/esp_mca.c               esp_mca

Cache object: 593a435eff03898c97eb962851471544


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.