home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20115 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  2.0 KB

  1. Path: sparky!uunet!gatech!concert!ais.com!bruce
  2. From: bruce@ais.com (Bruce C. Wright)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: What is XPDRIVER for?
  5. Message-ID: <1992Dec30.124346.5922@ais.com>
  6. Date: 30 Dec 92 12:43:46 GMT
  7. References: <1992Dec29.143542.4184@arizona.edu>,<1992Dec29.185622.1038@cmkrnl.com> <1hs7k7INNnqs@gap.caltech.edu>
  8. Organization: Applied Information Systems, Chapel Hill, NC
  9. Lines: 38
  10.  
  11. In article <1hs7k7INNnqs@gap.caltech.edu>, carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick) writes:
  12. > In article <1992Dec29.185622.1038@cmkrnl.com>, jeh@cmkrnl.com writes:
  13. >>You can see what's on the Q-bus by
  14. >>
  15. >>    $ run sys$system:sysgen
  16. >>    SYSGEN> SHOW/UNIBUS
  17. >>    SYSGEN> SHOW/CONFIG
  18. > WHOA!  WHOA!  TIME-OUT!  WAIT A MINUTE!  The SHOW/UNIBUS command is
  19. > *DANGEROUS*.  
  20. >
  21. >  SHOW /UNIBUS
  22. >     Tests every word in UNIBUS I/O space and returns a list of addresses
  23. >     that respond and the value that was read. Note that this command is
  24. >     useful for debugging UNIBUS autoconfigure problems, but it is not
  25. >                                                         -------------
  26. >     recommended for use on a running system. All unibus adapters are the
  27. >     ----------------------------------------
  28. >     default, /ADAPTER=adapter-spec can be  specified.  Requires  CMKRNL
  29. >     privilege.
  30. > (emphasis mine).  Using this command can crash your system.  Wait 'til you're
  31. > ready to reboot before using it, if at all possible.
  32.  
  33. Although this is theoretically true, I've never observed it to happen;
  34. it will depend critically on the types of devices attached to the UNIBUS
  35. and on what's being done with them at that particular moment.
  36.  
  37. What's more likely to happen is that certain types of data can be missed:
  38. the CPU receives data from many UNIBUS devices by just reading them, and
  39. the read cycle clears the `data pending' bit in the device.  This could
  40. cause dropped characters on terminal lines and the like.  This could still
  41. be a problem, but it's usually less so than a crash.
  42.  
  43. I still wouldn't recommend using it on a running system.
  44.  
  45. Bruce C. Wright
  46.