8354e68508
appropriate. Fix several inconsistencies between device class and attributes. Mostly from Chris Demetriou.
24 lines
449 B
Plaintext
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
|
|
|