[1373] in linux-scsi channel archive
Re: NCR53C8XX (BSD ported) 16e for 2.0.28, Hard error.
daemon@ATHENA.MIT.EDU (Gerard Roudier)
Fri Jan 31 15:50:31 1997
Date: Fri, 31 Jan 1997 21:39:18 +0000 (GMT)
From: Gerard Roudier <groudier@club-internet.fr>
To: "James W. Laferriere" <babydr@nwrain.net>
cc: "Jake (not the snake) Messinger" <jake@ams.com>,
linux-scsi@vger.rutgers.edu, ncr53c810@Colorado.EDU
In-Reply-To: <Pine.LNX.3.95q.970131012951.640B-100000@filesrv1.baby-dragons.com>
James,
On Fri, 31 Jan 1997, James W. Laferriere wrote:
> On Tue, 28 Jan 1997, Jake (not the snake) Messinger wrote:
> > So what is a GOOD card to use? I was using a DTC 3130 with an 810 chipset
> > and it was having these "burst" problems. I dont know if they make an 875
> > card.
> Jake,
> I've been using the ASUS-SC200 it has really been
> -very- stable, until I attempted to use ncr53c8xx.c/v1.17
> the other day.
>
> The v1.14e had been so stable that I wasn't very sure I
> should move up. But, since the v1.17 problem I grabbed
> v1.16b from Gerard's site & all has been well. (so far :-)
Thanks for your help.
Problems reported with 1.16e and 1.17 only concerns 810A chips.
Driver 1.16e:
- 810A : 16 bursts + Burst op code fetch + Read multiple + Read line
sometimes does not boot.
8 bursts + same other features seems to fix the problem.
Driver 1.17: (The driver now set by default 810A chips to 8 bursts).
- 810A : 8 bursts + same other features have hang problems (your report).
Disabling Read Multiple (suggested by Stefan) does not fix the
problem.
1.16b which uses 16 bursts + same other features seems to work.
A lot confusing, is'nt it?
Unless the problem is not due to burst and PCI dma features. :(
James, did you try 1.17 with all 810A features disabled and burst 8?
Boot set-up command: ncr53c8xx=burst:3,specf:n
burst:3 means (1<<3) bursts and specf:n means "special features disabled".
If that does not fix your problem, the cause is probably not related to
those 810A special features.
I will look into difference between 1.17 and 1.16b.
Gerard.
PS:
Obviously, 1.17 works fine with my Promise SCSI Ultra, I have heavily
tested it on my system and I use it since last sunday.
I use 1.16e on my Linux development system at work (810 rev. 1) since 10
days and have had no problem at all.
I do what I can ...