Subject: Re: VAX 4000 QBUS question
To: None <port-vax@netbsd.org>
From: George Harvey <fr30@dial.pipex.com>
List: port-vax
Date: 12/16/2004 17:49:02
On Thu, 16 Dec 2004 09:02:44 -0500 (EST)
Kirk Russell <kirk@ba23.org> wrote:
> On Thu, 16 Dec 2004, George Harvey wrote:
>
> > With the CMD card installed, I get exactly the same output. If I
> > then remove the TK70 controller, I still get the same output! From
> > this I guess that my CMD card is configured with the same address as
> > the TK70 controller. I've had a hunt on the 'net but haven't found
> > any info on jumper settings for the CQD-223 so I'm looking for help
> > to re-jumper it to a non-overlapping address.
>
> http://www.bitsavers.org/pdf/cmd/CQD-220_CQD-223_Nov90.pdf
>
> I used address 772150.
Yes! That had exactly the information I was looking for. I've changed
the CSR address and it now shows up as a disk controller. Jumper W6 sets
the CSR and I changed mine as follows:
1 2 3 4 5 6 7
Was: 17774500 / 20001940 in out out out in in in
Now: 17772150 / 20001468 in in in in out out out
Now I see:
>>>sh qbus
Scan of Qbus I/O Space
-20001468 (772150) = 0000 RQDX3/KDA50/RRD50/RQC25/KFQSA-DISK
-2000146A (772152) = 0000
-20001940 (774500) = 0000 TQK50/TQK70/TU81E/RV20/KFQSA-TAPE
-20001942 (774502) = 0BC0
-20001F40 (777500) = 0020 IPCR
Scan of Qbus Memory Space
>>>
However, the disk I've attached to the CMD card doesn't appear in a
'show dev':
>>>sh dev
DSSI Bus 0 Node 0 (ESTER0)
-DIA0 (RF31)
DSSI Bus 0 Node 1 (ESTER1)
-DIA1 (RF35)
DSSI Bus 0 Node 2 (ESTER2)
-DIA2 (RF31)
DSSI Bus 0 Node 7 (*)
DSSI Bus 1 Node 6 (*)
UQSSP Disk Controller 0 (772150)
-?
UQSSP Tape Controller 0 (774500)
-MUA0 (TK70)
Ethernet Adapter
-EZA0 (08-00-2B-BC-3C-9A)
>>>
The disk is a 1GB Seagate at ID 3 and the SCSI bus is terminated. I've
connected a console directly to the CMD card and the drive does show up
when I run the 'display scsi device' command. Which bit of magic am I
missing to get the drive to appear?
Thanks,
George