home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / ultrix / 8487 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!math.fu-berlin.de!irzr17.inf.tu-dresden.de!beck
  3. From: beck@irzr17.inf.tu-dresden.de (Andre Beck)
  4. Subject: Re: Rx23 floppy and Mtools
  5. Message-ID: <P568Z7W@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Reply-To: beck@freia.inf.tu-dresden.de
  8. Organization: Dept. of Computer Science, TU Dresden, Germany.
  9. References:  <20NOV199215333342@mivax.mc.duke.edu>
  10. Date: Mon, 23 Nov 1992 14:12:04 GMT
  11. Lines: 23
  12.  
  13.  
  14. I use
  15.  
  16. #ifdef DEC5000
  17. struct device devices[] = {
  18.         {'A', "/dev/rrz5c", 0L, 12, 0, (int (*) ()) 0, 80, 2, 18},
  19.         {'A', "/dev/rrz5c", 0L, 12, 0, (int (*) ()) 0, 80, 2, 9},
  20.         {'\0', (char *) NULL, 0L, 0, 0, (int (*) ()) 0, 0, 0, 0}
  21. };
  22. #endif /* DEC5000 */
  23.  
  24. in devices.c and compile with -DDEC5000
  25.  
  26. Be sure to have /dev/rrz5c open for access (read & write).
  27.  
  28. --
  29. ,------------------------+---------------------------------------------.
  30. | Andre' Beck (ABPSoft)  |   TCP/IP-Mail: beck@freia.inf.tu-dresden.de |
  31. | HG R 142               |   VMS        : hermes::beck                 |
  32. +------------------------+---------------------------------------------+
  33. |       Windows is the best placebo against MS-DOOF headaches !        |
  34. `----------------------------------------------------------------------'
  35.  
  36.