Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mscp Copied from ../../arch/vax/mscp/files.mscp, v
details: https://anonhg.NetBSD.org/src/rev/b0d81735cc61
branches: trunk
changeset: 473331:b0d81735cc61
user: ragge <ragge%NetBSD.org@localhost>
date: Sat May 29 19:10:52 1999 +0000
description:
Copied from ../../arch/vax/mscp/files.mscp,v
diffstat:
sys/dev/mscp/files.mscp | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r 3a9f0f833e14 -r b0d81735cc61 sys/dev/mscp/files.mscp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/mscp/files.mscp Sat May 29 19:10:52 1999 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: files.mscp,v 1.6 1999/05/29 19:10:52 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
+
Home |
Main Index |
Thread Index |
Old Index