|
|
1.1 root 1: #include <stdio.h>
2: #include "../scsi.h"
3: #include "../scsish.h"
4: #include "../tcl.h"
5: #include "fns.h"
6:
7: static Function fns[] = {
8: { "alternate", "alternate [lun]", "L?", sony_alt },
9: { "config", "config", "", sony_conf },
10: { "copy", "copy srclun start n destlun dest", "LIILI", sony_copy },
11: { "diskid", "diskid [lun]", "L?", sony_diskid },
12: { "eject", "eject lun", "L", sony_eject },
13: { "inq", "inq [lun]", "L?", sony_inq },
14: { "internal", "internal [test [drive]]", "II?", sony_internal },
15: { "media", "media [-v] [-f output] lun start count", "LIIS?", sony_media },
16: { "readid", "readid lun [start]", "LI?", sony_readid },
17: { "rel", "rel lun [shelfside]", "LS?", sony_rel },
18: { "sense", "sense [lun=0]", "L?", sony_sense },
19: { "set", "set shelfside lun", "SL", sony_set },
20: { "status", "status", "", sony_status },
21: { 0 }
22: };
23:
24: Device sonydev = {
25: "sony", "Sony WDA-3000",
26: sony_extsense,
27: fns
28: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.