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

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!decwrl!csus.edu!netcomsv!mork!jeffc
  3. From: jeffc@netcom.com (Jeff Cohen)
  4. Subject: Re: Hard Disk Interrupts?
  5. Message-ID: <57kmj-f.jeffc@netcom.com>
  6. Date: Sun, 26 Jul 92 21:32:48 GMT
  7. Organization: Hacker's Anonymous
  8. References: <1992Jul26.150420.3389@rock.concert.net>
  9. Lines: 31
  10.  
  11. In article <1992Jul26.150420.3389@rock.concert.net> rls@.wedge.nt.com (Robert L. Smith) writes:
  12. >
  13. >    I've been using OS2/2.0 for a month or so, on a '386DX with two
  14. >hard drives, and get the impression that OS2 does nothing else --
  15. >i.e., suspends multitasking -- while a hard disk operation is in
  16. >progress.  If true, the reason may be that OS2 must poll the hard
  17. >drive adapter to detect completion.  One piece of evidence for this
  18. >conclusion (among others) is that a simple disk-to-disk copy operation
  19. >in one partition disrupts a 9600-baud com transfer controlled by
  20. >another.
  21. >    The hard disk adapter on my machine is SCSI.  It contains posts
  22. >for a jumper, presently missing, to enable interrupts for operation
  23. >complete.  Can anyone say whether or not OS2/2.0 is capable of using
  24. >the hard disk interrupt?  Is there a mode whereby the OS allows non-
  25. >disk activities to proceed while disk-I/O is outstanding and depends
  26. >upon the interrupt to recover the disk-bound thread?  If so the
  27. >benefits are obvious and I'd like to take advantage of them.
  28. >
  29. >Regards, rLs
  30.  
  31. OS/2 most certainly uses hard disk interrupts, but only if it has
  32. a native device driver.  If your SCSI board doesn't have a native 
  33. OS/2 driver, OS/2 must use the generic INT 13 BIOS interface which
  34. does not use interrupts.  OS/2 ships with native drivers for Adaptec
  35. and Future Domain SCSI (and IBM, of course).
  36. -- 
  37.  
  38. ==============================================================================
  39. Jeff Cohen         | Standard disclaimer:  My views are my own and may or may
  40. jeffc@netcom.com   |                       not represent the views of IBM.
  41. ==============================================================================
  42.