home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12913 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.0 KB  |  22 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!darwin.sura.net!mips!pacbell.com!well!oster
  3. From: oster@well.sf.ca.us (David Phillip Oster)
  4. Subject: Re: Writing asynchronous SCSI driver
  5. Message-ID: <Bru3nH.ExM@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. References: <HEYES.92Jul21124039@dadev.cebaf.gov>
  9. Distribution: comp.sys.mac.programmer
  10. Date: Thu, 23 Jul 1992 08:59:40 GMT
  11. Lines: 9
  12.  
  13. Every few months I complain about this again. Maybe someday Apple will fix
  14. this. The floppy drivers provide async i/o, and it would be no trouble to
  15. command a seek, then use the time manager to poll the drive a calculated
  16. number of milliseconds later to pick up the data. The driver would be easy to
  17. write. The application software could certainly use the seek time to good
  18. advantage. (Quicktime, for example might like to use those cycles.) But
  19. what apple giveth with one hand in '84 (in the orginal Mac 128k), they take
  20. away with the other (the SCSI driver has been broken in this way since its
  21. introduction in '85.)
  22.