home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / wizards / 3698 < prev    next >
Encoding:
Text File  |  1992-08-26  |  758 b   |  23 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!menudo.uh.edu!cavers
  3. From: cavers@menudo.uh.edu (Chris M. Cavers)
  4. Subject: Questions
  5. Message-ID: <1992Aug26.195534.24066@menudo.uh.edu>
  6. Sender:  cavers@menudo.uh.edu
  7. Organization: University of Houston
  8. Date: Wed, 26 Aug 1992 19:55:34 GMT
  9. Lines: 12
  10.  
  11. I am trying to adapt the example ram disk device driver source
  12. given in the Sun manual on device drivers.
  13.  
  14. a) When the os requests something from the device driver, what is the
  15. proper sequence of actions to take if I wish to suspend the calling
  16. process and queue the request.  (A detailed step by step example would
  17. be appreciated). 
  18.  
  19. b) What is in the ram.h file that is included in the example source code?
  20.  
  21. Thanks in advance
  22.  
  23.