home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / periphs / scsi / 5485 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.periphs.scsi
  2. Path: sparky!uunet!gumby!wupost!csus.edu!netcom.com!rabel
  3. From: rabel@netcom.com (Robert Abeles)
  4. Subject: Re: WANGTEK info??
  5. Message-ID: <1992Nov16.185417.20456@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <92321.110741WIS@LIVERPOOL.AC.UK>
  8. Date: Mon, 16 Nov 1992 18:54:17 GMT
  9. Lines: 23
  10.  
  11. WIS@LIVERPOOL.AC.UK writes:
  12.  
  13. >Can someone tell me what the 02h and 0Ch vendor specific commands do
  14. >to WANGTEK tape units. I'm playing around with some tape backup software
  15. >- the 02h command reads in 3 bytes and the 0Ch command doesn't read or
  16. >write anything, but byte 5 in the 6 byte command structure varies. My
  17. >guess is that these may be positioning commands of some sort (one to
  18. >read and one to set?) but any info would be gratefully received!
  19.  
  20. >Thanks in advance
  21.  
  22. >Bill Sellers (wis@uxb.liv.ac.uk)
  23. Code x'02' is a Request Block Address. The 3 bytes returned are the
  24. block address, MSB to LSB. Byte 4 of the CDB must contain the allocation
  25. length, x'03'.
  26. Code x'0C' is a Seek Block. Bytes 2 to 4 of the CDB specify the block
  27. address. Bit 0 of byte 1 of the CDB specifies IMM--If it is 1, status
  28. is returned at the start of the operation, if it is 0, status is returned
  29. after the seek is concluded.
  30. -- 
  31. --------------------------------------
  32. - Bob Abeles, rabel@netcom.com       -
  33. --------------------------------------
  34.