NetBSD/sys/arch/vax/mscp/files.mscp
thorpej 8354e68508 Remove "class" declarations, and add "devclass" declarations where
appropriate.  Fix several inconsistencies between device class and
attributes.  Mostly from Chris Demetriou.
1998-02-16 22:12:45 +00:00

24 lines
449 B
Plaintext

# $NetBSD: files.mscp,v 1.4 1998/02/16 22:12:48 thorpej Exp $
#
# File and device description for MSCP devices.
#
define mscp {}
file arch/vax/mscp/mscp.c
file arch/vax/mscp/mscp_subr.c
device mscpbus {drive = -1}
attach mscpbus at mscp
device rx: disk
attach rx at mscpbus
device ra: disk
attach ra at mscpbus
file arch/vax/mscp/mscp_disk.c ra | rx needs-flag
device mt: tape
attach mt at mscpbus
file arch/vax/mscp/mscp_tape.c mt needs-flag