home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3797 < prev    next >
Encoding:
Text File  |  1992-07-26  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!darwin.sura.net!nntp.msstate.edu!Isis.MsState.Edu!it1
  3. From: it1@ra.msstate.edu (Tim Tsai)
  4. Subject: Re: Hard Disk Interrupts?
  5. Message-ID: <it1.712189719@Isis.MsState.Edu>
  6. Organization: Mississippi State University
  7. References: <1992Jul26.150420.3389@rock.concert.net>
  8. Date: Sun, 26 Jul 1992 22:28:39 GMT
  9. Lines: 19
  10.  
  11. rls@.wedge.nt.com (Robert L. Smith) writes:
  12. >    I've been using OS2/2.0 for a month or so, on a '386DX with two
  13. >hard drives, and get the impression that OS2 does nothing else --
  14. >i.e., suspends multitasking -- while a hard disk operation is in
  15. >progress.  If true, the reason may be that OS2 must poll the hard
  16. >drive adapter to detect completion.  One piece of evidence for this
  17. >conclusion (among others) is that a simple disk-to-disk copy operation
  18. >in one partition disrupts a 9600-baud com transfer controlled by
  19. >another.
  20.  
  21.   Chances are your SCSI adapter is holding up the ISA Bus too
  22. long during a DMA transfer.  I'm using an Always IN-2000 with
  23. the INT13 driver and I do not have any problems with high speed
  24. transfers.  The IN-2000 uses programmable IO and does not use
  25. DMA.  I tried a bus-mastering DMA controller before and I can't
  26. successfully transfer a file at 19.2K even under DOS, let alone
  27. OS/2.  I'm waiting for an OS/2 driver to come out before I pass
  28. final judgement, but I'm not optimistic.
  29.  
  30.