home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5252 < prev    next >
Encoding:
Text File  |  1992-11-11  |  979 b   |  28 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!ukma!darwin.sura.net!mlb.semi.harris.com!controls.ccd.harris.com!mishra
  3. From: mishra@controls.ccd.harris.com (Sanjoy Mishra)
  4. Subject: Device Driver Example
  5. Message-ID: <1992Nov11.135135.13512@ccd.harris.com>
  6. Originator: mishra@sp1
  7. Sender: mishra@controls (Sanjoy Mishra)
  8. Organization: Harris Controls
  9. Date: Wed, 11 Nov 1992 13:51:35 GMT
  10. Lines: 16
  11.  
  12.  
  13. Hello:
  14.  
  15. I have a device driver which talks to Harware on VME board. The hardware
  16. also has its own memory. The driver currently run fine on SVR3 of M88K
  17. motorola. I am trying to port this driver to SVR4 on Motorola machine.
  18. This unix uses /etc/master.d/<dev> and /stand/edt_data for device
  19. configuration.
  20.  
  21. I am able to install this driver( I think :-) ) but it crashes when I
  22. try to access the memory on the hardware board. Any help in this regard ?
  23. A sample driver code and configuraion would help me a lot. By the the 
  24. driver is character based.
  25.  
  26. -Sanjay
  27. mishra@ccd.harris.com
  28.