Home | History | Annotate | Line # | Download | only in eisa
files.eisa revision 1.9
      1  1.9  mycroft #	$NetBSD: files.eisa,v 1.9 1996/05/16 03:48:16 mycroft 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.9  mycroft 
     16  1.9  mycroft # Adaptec AHA-27/284X 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.8  thorpej 
     21  1.8  thorpej # 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
     22  1.8  thorpej # device declaration in sys/conf/files
     23  1.8  thorpej attach	ep at eisa with ep_eisa
     24  1.8  thorpej file	dev/eisa/if_ep_eisa.c		ep_eisa
     25