Subject: Re: VS3100/38 + RZ57 SCSI disk problem - progress?
To: None <port-vax@NetBSD.ORG>
From: Ole Myren R|hne <o.m.rohne@fys.uio.no>
List: port-vax
Date: 05/30/1997 23:24:41
Ignatios Souvatzis <ignatios@cs.uni-bonn.de> writes:

> While /M38 is known to fail when accessing SCSI in DMA mode, normally
> the autoconfig only polls, and it worked for me

I guess this translates to uncommenting #define POLL_MODE and setting
#define MIN_DMA_LEN 0x100000000 (so big that DMA is never tried) 
in arch/vax/vsa/ncr.c?

> What you see looks like a BIIIG misunderstanding between disk and
> ncr53c80 or driver.... I guess your disk is the culprit, but the
> driver probably should handle this condition more nicely.

Hmmm... I replaced all `SEND_IDENTIFY' with `NOOP' in
dev/ic/ncr5380sdr.c. I don't understand why it makes the RZ57 work,
and it probably breaks any other SCSI device... Maybe someone with a
better knowledge of the SCSI protocol and/or the RZ series disks could
comment?

Ole