blob: 0791bca132ab75e478a73fa4dc804d92008d3785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $OpenBSD: files.mscp,v 1.3 2000/04/27 03:14:45 bjc Exp $
# $NetBSD: files.mscp,v 1.7 1999/06/06 19:16:18 ragge Exp $
#
# File and device description for MSCP devices.
#
define mscp {}
file arch/vax/mscp/mscp.c mscp
file arch/vax/mscp/mscp_subr.c mscp
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
|