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/eisa/files.eisa

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.eisa,v 1.25 2001/11/28 10:21:21 lukem Exp $
    2 #
    3 # Config file and device description for machine-independent EISA code.
    4 # Included by ports that need it.  Requires that the SCSI files be
    5 # defined first.
    6 
    7 defflag EISAVERBOSE
    8 
    9 device  eisa {[slot = -1]}
   10 attach  eisa at eisabus
   11 file    dev/eisa/eisa.c                 eisa                    needs-flag
   12 
   13 # Adaptec AHA-174x EISA SCSI Host Adapter family
   14 device  ahb: scsi
   15 attach  ahb at eisa
   16 file    dev/eisa/ahb.c                  ahb
   17 
   18 # Adaptec AHA-274x and aic7770 motherboard SCSI controllers
   19 attach  ahc at eisa with ahc_eisa: ahc_aic77xx
   20 file    dev/eisa/ahc_eisa.c             ahc_eisa
   21 
   22 # BusLogic BT-7xx EISA family
   23 attach  bha at eisa with bha_eisa
   24 file    dev/eisa/bha_eisa.c             bha_eisa
   25 
   26 # DPT EATA SCSI controllers
   27 attach  dpt at eisa with dpt_eisa
   28 file    dev/eisa/dpt_eisa.c             dpt_eisa
   29 
   30 # UltraStor UHA-24f boards
   31 attach  uha at eisa with uha_eisa
   32 file    dev/eisa/uha_eisa.c             uha_eisa
   33 
   34 # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
   35 attach  ep at eisa with ep_eisa
   36 file    dev/eisa/if_ep_eisa.c           ep_eisa
   37 
   38 # Compaq array controllers
   39 attach  cac at eisa with cac_eisa
   40 file    dev/eisa/cac_eisa.c             cac_eisa
   41 
   42 # DEC DE422 EISA Ethernet controller
   43 attach  depca at eisa with depca_eisa
   44 file    dev/eisa/depca_eisa.c           depca_eisa
   45 
   46 # DEC DE425 EISA Ethernet controller
   47 attach  tlp at eisa with tlp_eisa
   48 file    dev/eisa/if_tlp_eisa.c          tlp_eisa
   49 
   50 # DEC DEFEA EISA FDDI controller
   51 device  fea: pdq, fddi, ifnet, arp
   52 attach  fea at eisa
   53 file    dev/eisa/if_fea.c               fea
   54 
   55 # Mylex RAID controllers
   56 attach  mlx at eisa with mlx_eisa
   57 file    dev/eisa/mlx_eisa.c             mlx_eisa

Cache object: 4d54264e8197010507fb0d3c2b7ea759


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