Linux MIPS Architecture development
 help / color / mirror / Atom feed
* SCSI problems
@ 1998-09-05 20:33 Thomas Bogendoerfer
       [not found] ` <Pine.LNX.3.96.980906104849.14540A-100000@ballyhoo.ml.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Bogendoerfer @ 1998-09-05 20:33 UTC (permalink / raw)
  To: linux

I'm trying to narrow down the SCSI problems, which some people are seeing.
I did some test with a DAT drive and got also problems. Right now my Indy
is running with a normal kernel but with SCSI dma disabled. And I didn't
see any problems. So could anybody try to start the kernel with following
setup option added:

wd33c93=nodma:1

Of course this decreases the SCSI speed, but I want know, if we get rid
of the problems. If I'm on the right track, I suspect some problems with
DMA/cache flushing.

Thomas.

-- 
See, you not only have to be a good coder to create a system like Linux,
you have to be a sneaky bastard too ;-)
                   [Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SCSI problems
       [not found] ` <Pine.LNX.3.96.980906104849.14540A-100000@ballyhoo.ml.org>
@ 1998-09-06  9:37   ` Thomas Bogendoerfer
  1998-09-06 23:23     ` ralf
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Bogendoerfer @ 1998-09-06  9:37 UTC (permalink / raw)
  To: Ulf Carlsson; +Cc: linux

On Sun, Sep 06, 1998 at 10:54:52AM +0200, Ulf Carlsson wrote:
> On Sat, 5 Sep 1998, Thomas Bogendoerfer wrote:
> Which processor do you have, e.g. which dma_cache_wback_inv procedure are
> you making use of? 

it's a R4600 with second level cache. So it should use 
r4k_dma_cache_wback_inv_sc(), too.

Thomas.

-- 
See, you not only have to be a good coder to create a system like Linux,
you have to be a sneaky bastard too ;-)
                   [Linus Torvalds in <4rikft$7g5@linux.cs.Helsinki.FI>]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SCSI problems
  1998-09-06  9:37   ` Thomas Bogendoerfer
@ 1998-09-06 23:23     ` ralf
  0 siblings, 0 replies; 3+ messages in thread
From: ralf @ 1998-09-06 23:23 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Ulf Carlsson; +Cc: linux

On Sun, Sep 06, 1998 at 11:37:15AM +0200, Thomas Bogendoerfer wrote:

> On Sun, Sep 06, 1998 at 10:54:52AM +0200, Ulf Carlsson wrote:
> > On Sat, 5 Sep 1998, Thomas Bogendoerfer wrote:
> > Which processor do you have, e.g. which dma_cache_wback_inv procedure are
> > you making use of? 
> 
> it's a R4600 with second level cache. So it should use 
> r4k_dma_cache_wback_inv_sc(), too.

The R4600 _CPU_ doesn't support an l2 cache therefore the *_pc variants are
being used.  The l2 cache on the indy CPU module is handled by the logic on
the CPU _module_; the code to deal with that is being called by the *_pc
functions and is in arch/mips/sgi/kernel/indy_sc.c.

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-09-07 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-09-05 20:33 SCSI problems Thomas Bogendoerfer
     [not found] ` <Pine.LNX.3.96.980906104849.14540A-100000@ballyhoo.ml.org>
1998-09-06  9:37   ` Thomas Bogendoerfer
1998-09-06 23:23     ` ralf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox