NetBSD/sys/dev/vme/files.vme

37 lines
916 B
Plaintext

# $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.
# 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
file dev/vme/xd.c xd | xdc needs-flag
device xyc {drive = -1}
attach xyc at vme
device xy: disk
attach xy at xyc
file dev/vme/xy.c xy | xyc needs-flag
device vmegeneric
attach vmegeneric at vme
file dev/vme/vmegeneric.c vmegeneric needs-flag