Home | History | Annotate | Line # | Download | only in mca
files.mca revision 1.2.2.2
      1  1.2.2.2   nathanw # $NetBSD: files.mca,v 1.2.2.2 2001/06/21 20:04:03 nathanw Exp $
      2      1.1  jdolecek #
      3      1.1  jdolecek # Config.new file and device description for machine-independent MCA code.
      4      1.1  jdolecek # Included by ports that need it.
      5      1.1  jdolecek 
      6      1.1  jdolecek defopt	MCAVERBOSE
      7      1.1  jdolecek 
      8      1.1  jdolecek #device	mca {[slot = -1]}
      9      1.1  jdolecek attach	mca at mcabus
     10      1.2     lukem file	dev/mca/mca.c			mca			needs-flag
     11      1.1  jdolecek file	dev/mca/mca_subr.c		mca
     12      1.1  jdolecek 
     13  1.2.2.1   nathanw # 3Com 3C529
     14  1.2.2.1   nathanw attach	ep at mca with ep_mca: elink
     15  1.2.2.1   nathanw file	dev/mca/if_ep_mca.c		ep_mca
     16  1.2.2.1   nathanw 
     17  1.2.2.1   nathanw # WD/SMC 80x3x/A and clones
     18  1.2.2.1   nathanw attach	we at mca with we_mca
     19  1.2.2.1   nathanw file	dev/mca/if_we_mca.c		we_mca
     20      1.1  jdolecek 
     21      1.1  jdolecek # Adaptec AHA-1640
     22      1.1  jdolecek attach	aha at mca with aha_mca: isadma
     23      1.1  jdolecek file	dev/mca/aha_mca.c		aha_mca
     24      1.1  jdolecek 
     25      1.1  jdolecek # TROPIC based Token-Ring (IBM)
     26      1.1  jdolecek attach	tr at mca with tr_mca
     27      1.1  jdolecek file	dev/mca/if_tr_mca.c		tr_mca
     28  1.2.2.1   nathanw 
     29  1.2.2.1   nathanw # 3Com 3C523
     30  1.2.2.1   nathanw device	elmc: ether, ifnet, arp, i82586
     31  1.2.2.1   nathanw attach	elmc at mca with elmc_mca
     32  1.2.2.1   nathanw file	dev/mca/if_elmc_mca.c		elmc_mca
     33  1.2.2.1   nathanw 
     34  1.2.2.1   nathanw # serial port devices
     35  1.2.2.1   nathanw attach	com at mca with com_mca
     36  1.2.2.1   nathanw file	dev/mca/com_mca.c		com_mca
     37  1.2.2.1   nathanw 
     38  1.2.2.1   nathanw # Allied Telesis AT1720
     39  1.2.2.1   nathanw # device in sys/conf/files
     40  1.2.2.1   nathanw attach	ate at mca with ate_mca
     41  1.2.2.1   nathanw file	dev/mca/if_ate_mca.c		ate_mca	
     42  1.2.2.2   nathanw 
     43  1.2.2.2   nathanw # ESDI controllers & disks
     44  1.2.2.2   nathanw device	edc { }
     45  1.2.2.2   nathanw attach	edc at mca with edc_mca
     46  1.2.2.2   nathanw file	dev/mca/edc_mca.c		edc_mca
     47  1.2.2.2   nathanw 
     48  1.2.2.2   nathanw device	ed: disk
     49  1.2.2.2   nathanw attach	ed at edc with ed_mca
     50  1.2.2.2   nathanw file	dev/mca/ed_mca.c		ed_mca		needs-flag
     51  1.2.2.2   nathanw 
     52  1.2.2.2   nathanw # Novell NE2000, and clones
     53  1.2.2.2   nathanw attach	ne at mca with ne_mca
     54  1.2.2.2   nathanw file	dev/mca/if_ne_mca.c		ne_mca
     55  1.2.2.2   nathanw 
     56  1.2.2.2   nathanw # AMD am7990 (Lance) -based boards
     57  1.2.2.2   nathanw attach	le at mca with le_mca: le24
     58  1.2.2.2   nathanw file	dev/mca/if_le_mca.c		le_mca
     59