home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3828 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.9 KB  |  44 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: <7fmmxzq.jeffc@netcom.com>
  6. Date: Tue, 28 Jul 92 06:30:05 GMT
  7. Organization: Hacker's Anonymous
  8. References: <1992Jul27.190858.28541@rock.concert.net>
  9. Lines: 33
  10.  
  11. In article <1992Jul27.190858.28541@rock.concert.net> rls@.wedge.nt.com (Robert L. Smith) writes:
  12. >Jeff Cohen of jeffc@netcom.com WROTE on Sun, 26 Jul 92 21:32:48 GMT:
  13. >
  14. >> OS/2 most certainly uses hard disk interrupts, but only if it has a
  15. >> native device driver. . .  OS/2 ships with native drivers for
  16. >> Adaptec and Future Domain SCSI (and IBM, of course).
  17. >
  18. >    I have an Adaptec SCSI adapter, so I should be able to obtain this
  19. >support.  Given that the system is already running, however, the next
  20. >question is how?  Should I put on the Interrupt Enable jumper and
  21. >reinstall OS2?  That is, will OS2 automatically determinine that it
  22. >should substitute interrupt support, or do I have to tell it somehow?
  23. >    Thanks much for all the encouragement!
  24. >
  25. >Regards, rLs
  26.  
  27. If the adapter was installed when OS/2 was installed, it's driver
  28. should have been installed automatically.  You can verify this by
  29. looking for a line in CONFIG.SYS which looks something like
  30. BASEDEV=AHA1nnn.ADD.  
  31.  
  32. There's no way to tell the driver in CONFIG.SYS whether interrupts
  33. are enabled, so I assume that enabling them on the card is all
  34. that's required; no reinstallation necessary.
  35.  
  36. The README file in the root directory of the boot partition has
  37. additional information on this subject.
  38. -- 
  39.  
  40. ==============================================================================
  41. Jeff Cohen         | Standard disclaimer:  My views are my own and may or may
  42. jeffc@netcom.com   |                       not represent the views of IBM.
  43. ==============================================================================
  44.