Home | History | Annotate | Line # | Download | only in eisa
files.eisa revision 1.10
      1 #	$NetBSD: files.eisa,v 1.10 1996/05/20 00:44:11 thorpej Exp $
      2 #
      3 # Config.new 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 device	eisa {[slot = -1]}
      8 attach	eisa at eisabus
      9 file	dev/eisa/eisa.c			eisa	needs-flag
     10 
     11 # Adaptec AHA-174x EISA SCSI Host Adapter family
     12 device	ahb: scsi
     13 attach	ahb at eisa
     14 file	dev/eisa/aha1742.c		ahb
     15 
     16 # Adaptec AHA-27/284X and aic7770 motherboard SCSI controllers
     17 # device declaration in sys/conf/files
     18 attach	ahc at eisa with ahc_eisa
     19 file	dev/eisa/ahc_eisa.c		ahc_eisa
     20 
     21 # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
     22 # device declaration in sys/conf/files
     23 attach	ep at eisa with ep_eisa
     24 file	dev/eisa/if_ep_eisa.c		ep_eisa
     25 
     26 # DEC DEFEA EISA FDDI Controller
     27 device	fea: pdq, fddi, ifnet
     28 attach	fea at eisa
     29 file	dev/eisa/if_fea.c		fea
     30