Home | History | Annotate | Line # | Download | only in mca
      1 # $NetBSD: files.mca,v 1.23 2020/01/19 20:00:36 thorpej 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 # 3Com 3C523
     28 device	elmc: ether, ifnet, arp, i82586
     29 attach	elmc at mca with elmc_mca
     30 file	dev/mca/if_elmc_mca.c		elmc_mca
     31 
     32 # serial port devices
     33 attach	com at mca with com_mca
     34 file	dev/mca/com_mca.c		com_mca
     35 
     36 # Allied Telesis AT1720
     37 # device in sys/conf/files
     38 attach	ate at mca with ate_mca
     39 file	dev/mca/if_ate_mca.c		ate_mca
     40 
     41 # ESDI controllers & disks
     42 device	edc {[drive = -1]}
     43 attach	edc at mca with edc_mca
     44 file	dev/mca/edc_mca.c		edc_mca
     45 
     46 device	ed: disk
     47 attach	ed at edc with ed_mca
     48 file	dev/mca/ed_mca.c		ed_mca		needs-flag
     49 
     50 # Novell NE2000, and clones
     51 attach	ne at mca with ne_mca
     52 file	dev/mca/if_ne_mca.c		ne_mca
     53 
     54 # AMD am7990 (Lance) -based boards
     55 attach	le at mca with le_mca: le24
     56 file	dev/mca/if_le_mca.c		le_mca
     57 
     58 # NCR 53C90
     59 attach	esp at mca with esp_mca
     60 file	dev/mca/esp_mca.c		esp_mca
     61 
     62 # Tiara LANCard
     63 device	tra:  ether, ifnet, arp, mb86950
     64 attach	tra at mca with tra_mca
     65 file	dev/mca/if_tra_mca.c		tra_mca
     66