Home | History | Annotate | Line # | Download | only in eisa
files.eisa revision 1.8
      1  1.8  thorpej #	$NetBSD: files.eisa,v 1.8 1996/04/25 02:16:39 thorpej Exp $
      2  1.1      cgd #
      3  1.1      cgd # Config.new file and device description for machine-independent EISA code.
      4  1.1      cgd # Included by ports that need it.  Requires that the SCSI files be
      5  1.1      cgd # defined first.
      6  1.1      cgd 
      7  1.7  thorpej device	eisa {[slot = -1]}
      8  1.7  thorpej attach	eisa at eisabus
      9  1.3      cgd file	dev/eisa/eisa.c			eisa	needs-flag
     10  1.1      cgd 
     11  1.2      cgd # Adaptec AHA-174x EISA SCSI Host Adapter family
     12  1.7  thorpej device	ahb: scsi
     13  1.7  thorpej attach	ahb at eisa
     14  1.3      cgd file	dev/eisa/aha1742.c		ahb
     15  1.8  thorpej 
     16  1.8  thorpej # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
     17  1.8  thorpej # device declaration in sys/conf/files
     18  1.8  thorpej attach	ep at eisa with ep_eisa
     19  1.8  thorpej file	dev/eisa/if_ep_eisa.c		ep_eisa
     20