blob: fcf48862246076b4966673551fd2340603b70583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $OpenBSD: files.mscp,v 1.2 1997/05/29 00:05:01 niklas Exp $
# $NetBSD: files.mscp,v 1.1 1996/07/01 20:41:30 ragge 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 ra: disk
attach ra at mscpbus
file arch/vax/mscp/mscp_disk.c ra needs-flag
device mt: tape
attach mt at mscpbus
file arch/vax/mscp/mscp_tape.c mt needs-flag
|