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 #       $OpenBSD: files.eisa,v 1.14 2020/01/10 01:13:19 jsg Exp $
    2 #       $NetBSD: files.eisa,v 1.12 1996/09/01 00:10:55 mycroft Exp $
    3 #
    4 # Config.new file and device description for machine-independent EISA code.
    5 # Included by ports that need it.  Requires that the SCSI files be
    6 # defined first.
    7 
    8 device  eisa {[slot = -1]}
    9 attach  eisa at eisabus
   10 file    dev/eisa/eisa.c                 eisa    needs-flag
   11 
   12 # Adaptec AHA-274X and aic7770 motherboard SCSI controllers
   13 # device declaration in sys/conf/files
   14 attach  ahc at eisa with ahc_eisa
   15 file    dev/eisa/ahc_eisa.c             ahc_eisa
   16 
   17 # UltraStor UHA-24f boards
   18 # device declaration in sys/conf/files
   19 attach  uha at eisa with uha_eisa
   20 file    dev/eisa/uha_eisa.c             uha_eisa
   21 
   22 # Compaq Array Controllers
   23 attach  cac at eisa with cac_eisa
   24 file    dev/eisa/cac_eisa.c             cac_eisa
   25 
   26 # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
   27 # device declaration in sys/conf/files
   28 attach  ep at eisa with ep_eisa
   29 file    dev/eisa/if_ep_eisa.c           ep_eisa

Cache object: 1e468bcb0543c7d09773ada9ac02e8b1


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