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