Home | History | Annotate | Line # | Download | only in eisa
files.eisa revision 1.14
      1  1.14       pk #	$NetBSD: files.eisa,v 1.14 1997/07/20 20:31:34 pk Exp $
      2   1.1      cgd #
      3  1.14       pk # Config 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.12  mycroft file	dev/eisa/ahb.c			ahb
     15   1.9  mycroft 
     16  1.11     soda # Adaptec AHA-274x and aic7770 motherboard SCSI controllers
     17   1.9  mycroft # device declaration in sys/conf/files
     18   1.9  mycroft attach	ahc at eisa with ahc_eisa
     19   1.9  mycroft file	dev/eisa/ahc_eisa.c		ahc_eisa
     20  1.12  mycroft 
     21  1.12  mycroft # BusLogic BT-7xx EISA family
     22  1.12  mycroft # device declaration in sys/conf/files
     23  1.12  mycroft attach	bha at eisa with bha_eisa
     24  1.12  mycroft file	dev/eisa/bha_eisa.c		bha_eisa
     25  1.12  mycroft 
     26  1.12  mycroft # UltraStor UHA-24f boards
     27  1.12  mycroft # device declaration in sys/conf/files
     28  1.12  mycroft attach	uha at eisa with uha_eisa
     29  1.12  mycroft file	dev/eisa/uha_eisa.c		uha_eisa
     30   1.8  thorpej 
     31   1.8  thorpej # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
     32   1.8  thorpej # device declaration in sys/conf/files
     33   1.8  thorpej attach	ep at eisa with ep_eisa
     34   1.8  thorpej file	dev/eisa/if_ep_eisa.c		ep_eisa
     35  1.10  thorpej 
     36  1.10  thorpej # DEC DEFEA EISA FDDI Controller
     37  1.13       is device	fea: pdq, fddi, ifnet, arp
     38  1.10  thorpej attach	fea at eisa
     39  1.10  thorpej file	dev/eisa/if_fea.c		fea
     40