>Johnny Billquist wrote:
> >On 2012-09-18 04:41, Jerome H. Fine wrote:
>
>> >Henk Gooijen wrote:
>>
>>> Sorry for the delayed response, got Usenet back up just yesterday ...
>>> I have a VSV11 and the documentation. It is in a 4-slot backplane
>>> in its own little box with white metal front cover.
>>> It was used in some typesetting application for offset press letters
>>> in a microPDP-11/23+ running RSX11-M+.
>>> I still; have the VSV11, but "lost"the 11/23+ and its disk :-(
>>>
>>> - Henk, PA8PDP
>>>
www.pdp-11.nl
>>
>> Obviously, Bill has first dibs on the VSV11. But you should
>> be able to use any PDP-11/23 or PDP-11/73. I have a number
>> of such systems running in BA23 boxes. Eventually, I will have
>> to dispose of them, but not for a few years yet.
>
> It should work in any Qbus system.
I agree. But my older systems with RL01 / RL02 have
now been collected. The BA23 systems are still reasonable
to use.
>> As far as the VSV11 is concerned, I believe that DEC dropped
>> support with V05.06 of RT-11. I doubt that RSX-11 kept
>> support much longer.
>
> I've never seen anything software wise for the VSV11. Like I said
> before I have a VSV21, which is the follow on graphic system, and I
> have the software for RSX. It is not compatible at the hardware level,
> so the software I have will not work on a VSV11.
DEC left a number of VSV11 notes in RT-11 after
the support was dropped. I don't have any use for
a VSV11 for myself, but it could probably be made
active again in RT-11 with a bit of work.
>> The RX02 floppy drive retained support, but was never upgraded
>> to a 22 bit controller, although it was possible to enhance the device
>> driver, DYX.SYS with a bounce buffer.
>
> Are you talking about general RT-11 support for the RX02 now?
NO! When I was using a DSD 880/8 as my primary disk system,
the RX03 was my primary backup. DEC made an attempt to support
the RX03 in V04.00 of RT-11, but removed the extra code by
V05.00 of RT-11. Eventually, when I managed to acquire a BA23
system and 4 MB of memory and a DSD 880/30, the RX03 drive
was still used quite a lot. Since the DSD controller supported only
18 bit addresses, it was annoying to have to copy a file from the
RX02 / RX03 media to a file on the hard drive to be sure of being
able to edit the file. I run KED as a system job in extended memory
and the user buffers are rarely below 256 KB.
Finally, I realized that a bounce buffer in the first 256 KB of memory
would allow DYX.SYS to look as if it supported 22 bit addresses
while the hardware only supported 18 bit addresses. The PDP-11/73
was fast enough to initiate the next disk I/O operation after it freed
up the bounce buffer. But the PDP-11/23 was too slow. The code
had to initiate the next disk I/O request, then process the bounce buffer
from the previous disk I/O request. The result was a bit more complicated,
but worth the extra effort on a PDP-11/23 since missing the interleave
window forced a wait until the media turned around again.
I mentioned this a few times a decade or so ago, but no one was interested.
Jerome Fine