files.vme revision 1.5 1 # $NetBSD: files.vme,v 1.5 1999/06/30 15:06:05 drochner 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 vmegeneric
35 attach vmegeneric at vme
36 file dev/vme/vmegeneric.c vmegeneric needs-flag
37