Home | History | Annotate | Line # | Download | only in vme
      1 #	$NetBSD: files.vme,v 1.10 2007/01/09 23:51:30 cube 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 # Sun i82586 based ethernet controller
     19 device	ie: ifnet, ether, arp, i82586
     20 attach	ie at vme with ie_vme
     21 file	dev/vme/if_ie_vme.c	ie_vme
     22 
     23 # Xylogics 753/7053 SMD controller
     24 device	xdc {drive = -1}
     25 attach	xdc at vme
     26 device	xd: disk
     27 attach	xd at xdc
     28 file	dev/vme/xd.c		xd | xdc			needs-flag
     29 
     30 # Xylogics 450/451 SMD controller
     31 device	xyc {drive = -1}
     32 attach	xyc at vme
     33 device	xy: disk
     34 attach	xy at xyc
     35 file	dev/vme/xy.c		xy | xyc			needs-flag
     36 
     37 # Sun 5380 based SCSI controller
     38 device	si: scsi, ncr5380sbc
     39 attach	si at vme
     40 file	dev/vme/si.c		si
     41 
     42 # Sun "SCSI-2" SCSI controller
     43 device	sc: scsi, sunscpal
     44 attach	sc at vme with sc_vme
     45 file	dev/vme/sc_vme.c	sc_vme
     46