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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!hbj
  3. From: hbj@engr.uark.edu (Bernard Johnson)
  4. Subject: Re: [386bsd] Colorado Jumbo tape drive device driver.
  5. Message-ID: <1992Nov13.051602.5465@engr.uark.edu>
  6. Sender: netnews@engr.uark.edu (NetNews Administrator)
  7. Nntp-Posting-Host: engr.uark.edu
  8. Organization: University of Arkansas
  9. References: <1992Nov12.161705.744@bmerh85.bnr.ca>
  10. Distribution: na
  11. Date: Fri, 13 Nov 1992 05:16:02 GMT
  12. Lines: 27
  13.  
  14. cullend@bnr.ca (Dave Cullen) writes:
  15.  
  16. >In article <raz.721539888@syzygy> you write:
  17. >|> 
  18. >|>     - Get the QIC-40, 80, 117 specs. These are the minimal set
  19. >|>     to get started. QIC-117 is apparently particularly tricky
  20. >|>     to implement.
  21.  
  22. QIC-117 is VERY difficult to implement.
  23.  
  24. >|>     - Research floppy controller I/O. Apparently the drive
  25. >|>     doesn't even look like a floppy to the floppy chip! What
  26. >|>     this means in practice, I have no idea.
  27.  
  28. You will be talking to the floppy chip by sending it seek commands.  Seek
  29. commands cause the drive to be sent a train of pulses (Tend -Tstart pulses).
  30. Each length train of pulses represents a different QIC command.  So, it is
  31. almost as if you had a serial link to your drive because you are talking with
  32. only one line bye toggling it.
  33.  
  34. >|>     - Research the DMA and beware of its limitations.
  35.  
  36. You can only transfer a maximum of 64k using DMA transfer (please correct me if
  37. I'm wrong).
  38.  
  39. Bernard Johnson
  40. hbj@engr.uark.edu
  41.