home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8780 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.6 KB  |  77 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!utcsri!torn!nott!bnrgate!bmerh85!batph4!cullend
  3. From: cullend@bnr.ca (Dave Cullen)
  4. Subject: Re: [386bsd] Colorado Jumbo tape drive device driver.
  5. Message-ID: <1992Nov12.161705.744@bmerh85.bnr.ca>
  6. Sender: news@bmerh85.bnr.ca (Usenet News)
  7. Reply-To: cullend@bnr.ca
  8. Organization: BNR, Inc., Atlanta
  9. Distribution: na
  10. Date: Thu, 12 Nov 92 16:17:05 GMT
  11. Lines: 64
  12.  
  13. In article <raz.721539888@syzygy> you write:
  14. |> root@hrd769.brooks.af.mil (Super User) writes:
  15. |> 
  16. |> >  I was pursueing pretty much the same thread in comp.os.minix about a year
  17. |> >ago.  Does the Jumbo tape drive have a QIC number?  If so, the address to
  18. |> >write to for the complete scoop on the interface is available from
  19. |> >Freeman Associates in California for FREE!  If it does, drop me a line and
  20. |> >I will scramble around here until I find all of my stuff.
  21. |> 
  22. |> YES! Colorado responded to my fax within 48 hours which, given the 
  23. |> experience of someone else here seems pretty good. Their advice was
  24. |> 
  25. |>     - Get the QIC-40, 80, 117 specs. These are the minimal set
  26. |>     to get started. QIC-117 is apparently particularly tricky
  27. |>     to implement.
  28. |> 
  29. |>     - Research floppy controller I/O. Apparently the drive
  30. |>     doesn't even look like a floppy to the floppy chip! What
  31. |>     this means in practice, I have no idea.
  32. |> 
  33. |>     - Research the DMA and beware of its limitations.
  34. |> 
  35. |>     - Read a text on error correction before ANY of the 
  36. |>     above!
  37. |> 
  38. |> >  I had the same thought for my QIC-40 floppy tape drive for minix.  The
  39. |> >actual interface was a relative snap (although I never did commit it to 
  40. |> >disk), but the error correction algorithm used is very scary.  I had to 
  41. |> >sit at the feet of a mathematician for a solid week before I understood
  42. |> >the rudiments of finite field mathematics.  Reed-Solomon ECC is its name,
  43. |> >and it is not for the faint of heart!!!  The project was pretty much 
  44. |> 
  45. |> OH NO! This is the same scheme used for CD ROM (unless I'm mistaken).
  46. |> I once spent 4 hours getting a VAGUE understanding of it - nowhere near
  47. |> enough to implement.
  48. |> 
  49. |> Can you tell me where to get copies of the standards I mentioned?
  50. |> 
  51. |> 
  52. |> --
  53. |> Bye for now.
  54. |>          - Raz           
  55. |> 
  56. |> raz@socs.uts.edu.au   (Roland Turner)   (OH) 61 2 319 5700
  57.  
  58. The QIC standards are available from:
  59.  
  60.     Freeman Associates, Inc.
  61.     311 East Carrillo Street
  62.     Santa Barbara, California  93101
  63.     USA
  64.  
  65.     Phone (805) 963-3853
  66.     Fax   (805) 962-1541
  67.  
  68. QIC 40/80 describes the tape layout, error correction etc.
  69. QIC 117 describes the command set and interface.
  70. QIC 122 & 130 describes optional compression.
  71.  
  72. David
  73. cullend@bnr.ca
  74.  
  75.  
  76.  
  77.