Home | History | Annotate | Line # | Download | only in eisa
files.eisa revision 1.14
      1 #	$NetBSD: files.eisa,v 1.14 1997/07/20 20:31:34 pk 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 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/ahb.c			ahb
     15 
     16 # Adaptec AHA-274x 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 # BusLogic BT-7xx EISA family
     22 # device declaration in sys/conf/files
     23 attach	bha at eisa with bha_eisa
     24 file	dev/eisa/bha_eisa.c		bha_eisa
     25 
     26 # UltraStor UHA-24f boards
     27 # device declaration in sys/conf/files
     28 attach	uha at eisa with uha_eisa
     29 file	dev/eisa/uha_eisa.c		uha_eisa
     30 
     31 # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
     32 # device declaration in sys/conf/files
     33 attach	ep at eisa with ep_eisa
     34 file	dev/eisa/if_ep_eisa.c		ep_eisa
     35 
     36 # DEC DEFEA EISA FDDI Controller
     37 device	fea: pdq, fddi, ifnet, arp
     38 attach	fea at eisa
     39 file	dev/eisa/if_fea.c		fea
     40