Disk drives, keypunch offered in SF bay area:

2021-06-13 Thread Chuck Guzis via cctalk


This fellow-s been posting on VCF; thus far, he's offered a pair of
Perkin-Elmer disk drives and a USB-modified 029 keypunch.  Stuff is
pickup-ony by July 8.

The drives:
https://sfbay.craigslist.org/pen/sop/d/los-altos-perkin-elmer-interdata-vt/7336069902.html

--Chuck




Re: Disk drives, keypunch offered in SF bay area:

2021-06-13 Thread Chris Zach via cctalk
Hey, I got one of those. Diablo 33 or something like that. And a Q bus 
controller that emulates 4 RK05's per assembly (5mb fixed head, 5mb 
removable)


Big question is how can we get them from SF to MD? Any thoughts?

On 6/13/2021 1:22 PM, Chuck Guzis via cctalk wrote:

This fellow-s been posting on VCF; thus far, he's offered a pair of
Perkin-Elmer disk drives and a USB-modified 029 keypunch.  Stuff is
pickup-ony by July 8.

The drives:
https://sfbay.craigslist.org/pen/sop/d/los-altos-perkin-elmer-interdata-vt/7336069902.html

--Chuck




Re: Disk drives, keypunch offered in SF bay area:

2021-06-13 Thread Curious Marc via cctalk
That must be Carl’s. He is lightening up his collection in anticipation of a 
move. He has some great items. He just sold a fully functioning HP 1000F system 
in two racks.
Marc

> On Jun 13, 2021, at 10:23 AM, Chuck Guzis via cctalk  
> wrote:
> 
> 
> This fellow-s been posting on VCF; thus far, he's offered a pair of
> Perkin-Elmer disk drives and a USB-modified 029 keypunch.  Stuff is
> pickup-ony by July 8.
> 
> The drives:
> https://sfbay.craigslist.org/pen/sop/d/los-altos-perkin-elmer-interdata-vt/7336069902.html
> 
> --Chuck
> 
> 


PDP-11/05 (was: PDP-11/05 microcode dump?)

2021-06-13 Thread Tom Uban via cctalk
I am working on the first of my two 11/05s. Interestingly, it has the early 
version M7261E Control
Logic & Microprogram board and the later version M7260 Data Paths board (with 
circular baud rate
selector switch) as described in:

http://gunkies.org/wiki/KD11-B_CPU

>From the description there, it seems like an older/newer combination, but 
>maybe that was common. I
would not have guessed that the four possible combinations would all work 
together, but maybe they do?

I have a couple different drawing sets for the 11/05 and while some have the 
matching M7260
schematic, only the GT40 drawings (I found on bitsavers) has the M7261E 
schematic:

http://www.bitsavers.org/pdf/dec/graphics/VT11/GT40_Graphic_Terminal_Engineering_Drawings_Feb73.pdf

The GT40 drawings has the PROM listings and related, so I am hoping that they 
match what is in the
two boards.

Presently, the machine sometimes runs relatively well and other times it does 
not. It does have bit
1 stuck ON in memory, but that should be a relatively simple task to diagnose 
as it is not
intermittent. When the machine is "working" I am able to deposit 0777 at 0100 
and run. When running
this simple program, I've experimented with flexing the boards and such, so it 
doesn't seem like an
obvious poor connection, but that remains to be seen.

The machine is a configuration #2 model (as described in the "gunkies" site) 
and my initial messing
with KM11 boards, reveals that I can step the microcode with a KM11 in either 
the #1 or #2 position,
but when two KM11s are installed at the same time, they do not function 
properly together. Is this
expected or do I have an issue there too?

Thanks much to those who have provided details and documents on the web, they 
have already been of
great value and will most certainly continue to be a resource in the future.

More updates in the future...

--tom

On 5/6/16 5:32 PM, Noel Chiappa wrote:
> > From: Mattis Lind
>
> > Thanks Noel for sorting this out.
>
> Eh, de nada. But thank you.
>
>
> >> I wonder if the ucode in the two versions is identical? The uROM chip
> >> numbers should give it, (if they are the same on both versions, albeit
> >> in different locations on the board), but I have yet to check. Does
> >> anyone happen to know?
>
> OK, so the situation here is pretty complicated. To start with / make things
> worse, that CPU uses lots of PROMs. Lots and lots and lots and lots of PROMs.
>
> For the data paths board (M7260), both major versions appear to contain the
> same PROMs (going by the DEC part numbers), but the chip location (Exx)
> numbers are all different.
>
> For the control board (M7261), the C, E ('early' version) and F ('late'
> version) etch revisions each contain mostly the same PROMs, but apparently
> with slight differences between the sets of PROMs in each (as reflected in
> different DEC part numbers). For details see:
>
>   http://gunkies.org/wiki/PDP-11/05#Control_PROMs
>
> to which I have just added all the gory details.
>
> As to getting the contents of all of them dumped in machine-readable form -
> oi vey!
>
>
> >> on the earlier version (prints for that version are in the GT40 prints
> >> online
>
> It turns out that I have hard-copy prints for the "C" etch revision of the
> M7261, which do not yet appear to be online; the GT40 prints have the "E"
> etch revision.
>
> I will scan the pages for that revision of the board, and put them up 'soon'.
> (I'm not doing the whole print set, it's about 1" thick, and most of them are
> for other things anyway, like MM11-L memory, etc.)
>
>   Noel
>



Re: PDP-11/05 (was: PDP-11/05 microcode dump?)

2021-06-13 Thread Bill Degnan via cctalk
It's no gunkies but I wrote up a few notes about my 11/05 variants and
support issues here:
 https://www.vintagecomputer.net/digital/.

Bill

On Sun, Jun 13, 2021, 4:44 PM Tom Uban via cctalk 
wrote:

> I am working on the first of my two 11/05s. Interestingly, it has the
> early version M7261E Control
> Logic & Microprogram board and the later version M7260 Data Paths board
> (with circular baud rate
> selector switch) as described in:
>
> http://gunkies.org/wiki/KD11-B_CPU
>
> From the description there, it seems like an older/newer combination, but
> maybe that was common. I
> would not have guessed that the four possible combinations would all work
> together, but maybe they do?
>
> I have a couple different drawing sets for the 11/05 and while some have
> the matching M7260
> schematic, only the GT40 drawings (I found on bitsavers) has the M7261E
> schematic:
>
>
> http://www.bitsavers.org/pdf/dec/graphics/VT11/GT40_Graphic_Terminal_Engineering_Drawings_Feb73.pdf
>
> The GT40 drawings has the PROM listings and related, so I am hoping that
> they match what is in the
> two boards.
>
> Presently, the machine sometimes runs relatively well and other times it
> does not. It does have bit
> 1 stuck ON in memory, but that should be a relatively simple task to
> diagnose as it is not
> intermittent. When the machine is "working" I am able to deposit 0777 at
> 0100 and run. When running
> this simple program, I've experimented with flexing the boards and such,
> so it doesn't seem like an
> obvious poor connection, but that remains to be seen.
>
> The machine is a configuration #2 model (as described in the "gunkies"
> site) and my initial messing
> with KM11 boards, reveals that I can step the microcode with a KM11 in
> either the #1 or #2 position,
> but when two KM11s are installed at the same time, they do not function
> properly together. Is this
> expected or do I have an issue there too?
>
> Thanks much to those who have provided details and documents on the web,
> they have already been of
> great value and will most certainly continue to be a resource in the
> future.
>
> More updates in the future...
>
> --tom
>
> On 5/6/16 5:32 PM, Noel Chiappa wrote:
> > > From: Mattis Lind
> >
> > > Thanks Noel for sorting this out.
> >
> > Eh, de nada. But thank you.
> >
> >
> > >> I wonder if the ucode in the two versions is identical? The uROM
> chip
> > >> numbers should give it, (if they are the same on both versions,
> albeit
> > >> in different locations on the board), but I have yet to check.
> Does
> > >> anyone happen to know?
> >
> > OK, so the situation here is pretty complicated. To start with / make
> things
> > worse, that CPU uses lots of PROMs. Lots and lots and lots and lots of
> PROMs.
> >
> > For the data paths board (M7260), both major versions appear to contain
> the
> > same PROMs (going by the DEC part numbers), but the chip location (Exx)
> > numbers are all different.
> >
> > For the control board (M7261), the C, E ('early' version) and F ('late'
> > version) etch revisions each contain mostly the same PROMs, but
> apparently
> > with slight differences between the sets of PROMs in each (as reflected
> in
> > different DEC part numbers). For details see:
> >
> >   http://gunkies.org/wiki/PDP-11/05#Control_PROMs
> >
> > to which I have just added all the gory details.
> >
> > As to getting the contents of all of them dumped in machine-readable
> form -
> > oi vey!
> >
> >
> > >> on the earlier version (prints for that version are in the GT40
> prints
> > >> online
> >
> > It turns out that I have hard-copy prints for the "C" etch revision of
> the
> > M7261, which do not yet appear to be online; the GT40 prints have the "E"
> > etch revision.
> >
> > I will scan the pages for that revision of the board, and put them up
> 'soon'.
> > (I'm not doing the whole print set, it's about 1" thick, and most of
> them are
> > for other things anyway, like MM11-L memory, etc.)
> >
> >   Noel
> >
>
>