[BACK]Return to files.mscp CVS log [TXT][DIR] Up to [local] / sys / arch / vax / mscp

Annotation of sys/arch/vax/mscp/files.mscp, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: files.mscp,v 1.3 2000/04/27 03:14:45 bjc Exp $
        !             2: #      $NetBSD: files.mscp,v 1.7 1999/06/06 19:16:18 ragge Exp $
        !             3: #
        !             4: # File and device description for MSCP devices.
        !             5: #
        !             6:
        !             7: define mscp {}
        !             8: file   arch/vax/mscp/mscp.c            mscp
        !             9: file   arch/vax/mscp/mscp_subr.c       mscp
        !            10:
        !            11: device mscpbus {drive = -1}
        !            12: attach mscpbus at mscp
        !            13:
        !            14: device rx: disk
        !            15: attach rx at mscpbus
        !            16:
        !            17: device ra: disk
        !            18: attach ra at mscpbus
        !            19: file   arch/vax/mscp/mscp_disk.c       ra | rx needs-flag
        !            20:
        !            21: device mt: tape
        !            22: attach mt at mscpbus
        !            23: file   arch/vax/mscp/mscp_tape.c       mt needs-flag
        !            24:

CVSweb