Home | History | Annotate | Line # | Download | only in vme
files.vme revision 1.6
      1 #	$NetBSD: files.vme,v 1.6 2000/07/03 23:30:34 pk Exp $
      2 #
      3 # Config file and device description for machine-independent VME code.
      4 # Included by ports that need it.
      5 
      6 # keep the "3" consistent with VME_MAXCFRANGES in vmevar.h
      7 #  and VME_NUMCFRANGES in vme.c!
      8 #  (the latter will hopefully go away)
      9 device vme {[addr[3] = {-1,-1,-1}], [len[3] = {-1,-1,-1}],
     10 	[am[3] = {-1,-1,-1}], [irq = -1], [vect = -1]}
     11 
     12 attach vme at vmebus
     13 device vme_slv
     14 attach vme_slv at vme
     15 file	dev/vme/vme.c			vme
     16 
     17 
     18 device	ie: ifnet, ether, arp, i82586
     19 attach	ie at vme with ie_vme
     20 file	dev/vme/if_ie_vme.c		ie_vme
     21 
     22 device	xdc {drive = -1}
     23 attach	xdc at vme
     24 device	xd: disk
     25 attach	xd at xdc
     26 file	dev/vme/xd.c		xd | xdc needs-flag
     27 
     28 device	xyc {drive = -1}
     29 attach	xyc at vme
     30 device	xy: disk
     31 attach	xy at xyc
     32 file	dev/vme/xy.c		xy | xyc needs-flag
     33 
     34 device si: scsi, ncr5380sbc
     35 attach si at vme
     36 file	dev/vme/si.c		si
     37 
     38 device vmegeneric
     39 attach vmegeneric at vme
     40 file  dev/vme/vmegeneric.c	vmegeneric needs-flag
     41