xref: /netbsd-src/sys/dev/vme/files.vme (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
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)
9device vme {[addr[3] = {-1,-1,-1}], [len[3] = {-1,-1,-1}],
10	[am[3] = {-1,-1,-1}], [irq = -1], [vect = -1]}
11
12attach vme at vmebus
13device vme_slv
14attach vme_slv at vme
15file	dev/vme/vme.c			vme
16
17
18device	ie: ifnet, ether, arp, i82586
19attach	ie at vme with ie_vme
20file	dev/vme/if_ie_vme.c		ie_vme
21
22device	xdc {drive = -1}
23attach	xdc at vme
24device	xd: disk
25attach	xd at xdc
26file	dev/vme/xd.c		xd | xdc needs-flag
27
28device	xyc {drive = -1}
29attach	xyc at vme
30device	xy: disk
31attach	xy at xyc
32file	dev/vme/xy.c		xy | xyc needs-flag
33
34device vmegeneric
35attach vmegeneric at vme
36file  dev/vme/vmegeneric.c	vmegeneric needs-flag
37