Home | History | Annotate | Line # | Download | only in mvme
      1  1.3  christos #	$NetBSD: files.mvme,v 1.3 2005/12/11 12:22:48 christos Exp $
      2  1.1       scw #
      3  1.1       scw # Config file and device description for drivers shared between all
      4  1.1       scw # Motorola MVME boards.
      5  1.1       scw 
      6  1.1       scw # Our own common VMEbus glue
      7  1.1       scw define	mvmebus
      8  1.1       scw file	dev/mvme/mvmebus.c			mvmebus
      9  1.1       scw 
     10  1.1       scw # VMEChip2 found on many MVME boards
     11  1.1       scw device	vmetwo: mvmebus, vmebus
     12  1.1       scw attach	vmetwo at mainbus
     13  1.1       scw file	dev/mvme/vme_two.c			vmetwo needs-flag
     14  1.1       scw 
     15  1.1       scw # PCCChip2 found on many MVME boards
     16  1.1       scw device	pcctwo { [ ipl = -1 ] }
     17  1.1       scw attach	pcctwo at mainbus
     18  1.1       scw file	dev/mvme/pcctwo.c			pcctwo needs-flag
     19  1.1       scw 
     20  1.1       scw # This is not as odd as it looks. If the user doesn't define
     21  1.1       scw # a vmetwo0 device in the config file, we still need the
     22  1.1       scw # following gloop to deal with some local interrupts.
     23  1.1       scw file	dev/mvme/vme_two_isr.c			pcctwo
     24  1.1       scw 
     25  1.1       scw # MVME68K/MVME88K Clock
     26  1.1       scw attach	clock at pcctwo with clock_pcctwo
     27  1.1       scw file	dev/mvme/clock_pcctwo.c			clock_pcctwo
     28  1.1       scw 
     29  1.1       scw # MVME68K/MVME88K Printer
     30  1.1       scw attach	lpt at pcctwo with lpt_pcctwo
     31  1.1       scw file	dev/mvme/lpt_mvme.c			lpt needs-flag
     32  1.1       scw file	dev/mvme/lpt_pcctwo.c			lpt_pcctwo
     33  1.1       scw 
     34  1.1       scw # MVME68K/MVME88K Ethernet Interface
     35  1.1       scw attach	ie at pcctwo with ie_pcctwo
     36  1.1       scw file	dev/mvme/if_ie_mvme.c			ie_pcctwo
     37  1.1       scw 
     38  1.1       scw # CD2401 Quad Serial Controller
     39  1.1       scw attach	clmpcc at pcctwo with clmpcc_pcctwo
     40  1.1       scw file	dev/mvme/clmpcc_pcctwo.c		clmpcc_pcctwo needs-flag
     41  1.1       scw 
     42  1.1       scw # MVME68K/MVME88K Memory Controller ASICs
     43  1.1       scw device	memc
     44  1.1       scw attach	memc at mainbus
     45  1.1       scw file	dev/mvme/memc.c				memc
     46  1.1       scw 
     47  1.1       scw # MVME68K/MVME88K ncr53c710 SCSI
     48  1.1       scw attach	osiop at pcctwo with osiop_pcctwo
     49  1.1       scw file	dev/mvme/osiop_pcctwo.c			osiop_pcctwo
     50