Annotation of researchv10dc/cmd/worm/oscsi/wren/dev.c, revision 1.1

1.1     ! root        1: #include       <stdio.h>
        !             2: #include       "../scsi.h"
        !             3: #include       "../scsish.h"
        !             4: #include       "fns.h"
        !             5: 
        !             6: static Function fns[] = {
        !             7:        { "diag", "diag", "", wr_diag },
        !             8:        { "extinq", "extinq", "", wr_extinq },
        !             9:        { "modesense", "modesense", "", wr_modesense },
        !            10:        { "modeselect", "modeselect er-param er-retries read-recon write-recon cache-enable cache-thr cache-pre cache-size", "IIIIIIIII", wr_modeselect },
        !            11:        { 0 }
        !            12: };
        !            13: Device wrendev = {
        !            14:        "wren", "Wren V/VI/Runner-2",
        !            15:        gen_extsense,
        !            16:        fns
        !            17: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.