NetBSD/sys/dev/vme/files.vme

37 lines
916 B
Plaintext
Raw Normal View History

1999-06-30 19:06:05 +04:00
# $NetBSD: files.vme,v 1.5 1999/06/30 15:06:05 drochner Exp $
#
# Config file and device description for machine-independent VME code.
# Included by ports that need it.
1999-06-30 19:06:05 +04:00
# keep the "3" consistent with VME_MAXCFRANGES in vmevar.h
# and VME_NUMCFRANGES in vme.c!
# (the latter will hopefully go away)
device vme {[addr[3] = {-1,-1,-1}], [len[3] = {-1,-1,-1}],
[am[3] = {-1,-1,-1}], [irq = -1], [vect = -1]}
attach vme at vmebus
device vme_slv
attach vme_slv at vme
file dev/vme/vme.c vme
device ie: ifnet, ether, arp, i82586
attach ie at vme with ie_vme
file dev/vme/if_ie_vme.c ie_vme
device xdc {drive = -1}
attach xdc at vme
device xd: disk
attach xd at xdc
1999-06-30 19:06:05 +04:00
file dev/vme/xd.c xd | xdc needs-flag
device xyc {drive = -1}
1997-11-03 02:14:13 +03:00
attach xyc at vme
device xy: disk
1997-11-03 02:14:13 +03:00
attach xy at xyc
1999-06-30 19:06:05 +04:00
file dev/vme/xy.c xy | xyc needs-flag
device vmegeneric
attach vmegeneric at vme
file dev/vme/vmegeneric.c vmegeneric needs-flag