Home | History | Annotate | Line # | Download | only in mca
files.mca revision 1.1
      1 # $NetBSD: files.mca,v 1.1 2000/05/11 15:42:04 jdolecek Exp $
      2 #
      3 # Config.new file and device description for machine-independent MCA code.
      4 # Included by ports that need it.
      5 
      6 defopt	MCAVERBOSE
      7 
      8 #device	mca {[slot = -1]}
      9 attach	mca at mcabus
     10 file	dev/mca/mca.c			mca needs-flag
     11 file	dev/mca/mca_subr.c		mca
     12 
     13 # 3Com 3C523 - new in 3.0, dissapeared in 3.1; re-port from isa attach
     14 # device	ef: ether, ifnet, arp, elink, i82586
     15 attach	ef at mca with ef_mca
     16 file	dev/mca/if_ef_mca.c		ef_mca
     17 
     18 # 3Com 3C529 (not yet)
     19 #attach	ep at mca with ep_mca: elink
     20 #file	dev/mca/if_ep_mca.c		ep_mca
     21 
     22 # WD/SMC 80x3/A (not yet)
     23 #device	we: ether, ifnet, arp, dp8390nic
     24 #attach	we at mca
     25 #file	dev/mca/if_we_mca.c		we_mca
     26 
     27 # Adaptec AHA-1640
     28 attach	aha at mca with aha_mca: isadma
     29 file	dev/mca/aha_mca.c		aha_mca
     30 
     31 # TROPIC based Token-Ring (IBM)
     32 attach	tr at mca with tr_mca
     33 file	dev/mca/if_tr_mca.c		tr_mca
     34