Home | History | Annotate | Line # | Download | only in mca
files.mca revision 1.20
      1 # $NetBSD: files.mca,v 1.20 2005/02/27 00:27:21 perry Exp $
      2 #
      3 # Config.new file and device description for machine-independent MCA code.
      4 # Included by ports that need it.
      5 
      6 defflag	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 file	dev/mca/mcabusprint.c		mcabus
     14 
     15 # 3Com 3C529
     16 attach	ep at mca with ep_mca: elink
     17 file	dev/mca/if_ep_mca.c		ep_mca
     18 
     19 # WD/SMC 80x3x/A and clones
     20 attach	we at mca with we_mca
     21 file	dev/mca/if_we_mca.c		we_mca
     22 
     23 # Adaptec AHA-1640
     24 attach	aha at mca with aha_mca
     25 file	dev/mca/aha_mca.c		aha_mca
     26 
     27 # TROPIC based Token-Ring (IBM)
     28 attach	tr at mca with tr_mca
     29 file	dev/mca/if_tr_mca.c		tr_mca
     30 
     31 # 3Com 3C523
     32 device	elmc: ether, ifnet, arp, i82586
     33 attach	elmc at mca with elmc_mca
     34 file	dev/mca/if_elmc_mca.c		elmc_mca
     35 
     36 # serial port devices
     37 attach	com at mca with com_mca
     38 file	dev/mca/com_mca.c		com_mca
     39 
     40 # Allied Telesis AT1720
     41 # device in sys/conf/files
     42 attach	ate at mca with ate_mca
     43 file	dev/mca/if_ate_mca.c		ate_mca
     44 
     45 # ESDI controllers & disks
     46 device	edc {[drive = -1]}
     47 attach	edc at mca with edc_mca
     48 file	dev/mca/edc_mca.c		edc_mca
     49 
     50 device	ed: disk
     51 attach	ed at edc with ed_mca
     52 file	dev/mca/ed_mca.c		ed_mca		needs-flag
     53 
     54 # Novell NE2000, and clones
     55 attach	ne at mca with ne_mca
     56 file	dev/mca/if_ne_mca.c		ne_mca
     57 
     58 # AMD am7990 (Lance) -based boards
     59 attach	le at mca with le_mca: le24
     60 file	dev/mca/if_le_mca.c		le_mca
     61 
     62 # NCR 53C90
     63 attach	esp at mca with esp_mca
     64 file	dev/mca/esp_mca.c		esp_mca
     65