home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / dec / 5801 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.8 KB

  1. Path: sparky!uunet!destroyer!gatech!concert!ais.com!bruce
  2. From: bruce@ais.com (Bruce C. Wright)
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: Q: What is a DUV11 ?
  5. Message-ID: <1992Nov5.114304.5820@ais.com>
  6. Date: 5 Nov 92 11:43:04 GMT
  7. References: <1992Oct23.113552.16472@news.th-darmstadt.de> <1992Oct25.230043.1@alien.gici.com> <martineau-051192072602@macmartineau.ccr.hydro.qc.ca>
  8. Followup-To: comp.sys.dec
  9. Organization: Applied Information Systems, Chapel Hill, NC
  10. Lines: 43
  11.  
  12. In article <martineau-051192072602@macmartineau.ccr.hydro.qc.ca>, martineau@macmartineau.ccr.hydro.qc.ca (Alain Martineau) writes:
  13. > In article <1992Oct25.230043.1@alien.gici.com>, laut@alien.gici.com (Bill
  14. > Laut) wrote:
  15. >> If I remember correctly, the DUV11 was the Q-bus version of the DUP11, and
  16. >> that card was used for doing bi-sync with IBM.  This was -way- before the
  17. >> days of doing all of that IBM stuff using SNA bridges, etc.
  18. >> 
  19. >> I think the card also could do DDCMP for a slower-speed DECnet link.
  20. >> 
  21. >> The card is rather dated in terms of technology.  You can still plug it into
  22. >> the Q-Bus, but I don't know if the drivers are still there in VMS to support
  23. >> the thing.
  24. > We have about 5 11/780 at my company with DUV11, and I think the guys
  25. > responsible for them asked DEC to keep the driver in, and fix it to work
  26. > with VMS 5.x.
  27.  
  28. I doubt it.  The DUV11 was a QBUS card, and the 780 had a UNIBUS.  You
  29. probably either have a 780 with DU11 or DUP11 cards in it (which are
  30. UNIBUS cards), or you have some MicroVAX (like a MicroVAX II) with the
  31. DUV11 in it.  The DUV11 was very similar but not identical to the DU11
  32. and DUP11 cards, implemented for the QBUS rather than the UNIBUS --
  33. Bill's memory is essentially correct.  If you have a driver for any one
  34. of those three cards (DU11, DUP11, DUV11), it would be trivial to modify
  35. it for another;  in fact it would not be unlikely to be able to use it
  36. unmodified.
  37.  
  38. BTW if you are thinking about implementing a sync communications
  39. application on a QBUS machine, the DPV11 is probably a better choice
  40. than the DUV11 because I believe it has a deeper silo than the DUV11 --
  41. as I recall the DUV11 has only a 1-character deep buffer (receiver
  42. buffer register + receiver shift register), while the DPV11 has a 4
  43. character silo in addition to the receiver shift register.  (This is
  44. from memory, I can't seem to find anything specific about this in the
  45. device documentation.  I may be confusing these with other devices).
  46. It's also rated for up to 56K baud as opposed to the DUV11's 19.2K
  47. baud.  You'd likely get fewer data overrun errors on the DPV11.  Or,
  48. if you can restrict your application to DDCMP, BISYNC, or SDLC/HDLC,
  49. (the major but not the only sync protocols), you could use something
  50. like the DSV11 card, which is a much nicer card (DMA support, for
  51. example) if you can live with its restrictions.
  52.  
  53. Bruce C. Wright
  54.