Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Ryan Bradetich <rbradetich@uswest.net>
To: Erik Paulson <epaulson@upl.cs.wisc.edu>, grundler@cup.hp.com
Cc: parisc-linux@thepuffingroup.com
Subject: Re: [parisc-linux] C100 and ccio-dma
Date: Fri, 22 Sep 2000 23:30:41 -0600	[thread overview]
Message-ID: <39CC4001.50E72330@uswest.net> (raw)
In-Reply-To: 20000921201241.C28365@data.upl.cs.wisc.edu

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

Erik & Grant,

I think I have finally tracked this problem down... I don't think it is a bug
in either the ccio-dma or the sym53c8xx driver.... I believe it is a sizing
issue with the IO PDIR in the ccio-dma.  I spent some time last week
increasing the density of the IO PDIR by 4x ... it looks like I still have some
work to do :)

I increased the the IO PDIR ratio to main memory by 4x and I can
successfully format a 4G partition in my C200+.  (When I bumped
the IO PDIR ratio by 2x, is still had problems...)

Erik ... I've attached a small patch for you to try and see if it works for
you.

Thanks,

- Ryan


> Hi,
>         Using the CVS kernel on a C100 I'm seeing it die with an out-of-mapping
> resources error from ccio-dma.c. It looks like there's been some active
> development there about a week ago, but it's not helping my machine. The
> quickest way for me to bring it about is to try and use mke2fs, but just
> mounting the CD and running a few commands will oftentimes do the trick.
>
> How can I help debug this? There's really no useful information provided by
> the printk now - is there some sort of debugging info I could be collecting,
> or would a backtrace help?
>
> Thanks
>
> -Erik
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.

[-- Attachment #2: ccio-dma.patch --]
[-- Type: text/plain, Size: 555 bytes --]

Index: ccio-dma.c
===================================================================
RCS file: /home/cvs/parisc/linux/arch/parisc/kernel/ccio-dma.c,v
retrieving revision 1.10
diff -u -p -u -r1.10 ccio-dma.c
--- ccio-dma.c	2000/09/15 00:57:14	1.10
+++ ccio-dma.c	2000/09/23 05:26:51
@@ -200,7 +200,7 @@ struct ccio_device {
 
 
 /* Ratio of Host MEM to IOV Space size */
-STATIC u_long ccio_mem_ratio = 16;
+STATIC u_long ccio_mem_ratio = 4;
 STATIC struct ccio_device *ccio_list = NULL;
 
 /**************************************************************

  parent reply	other threads:[~2000-09-23  5:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-22  1:12 [parisc-linux] C100 and ccio-dma Erik Paulson
2000-09-22  2:44 ` Ryan Bradetich
2000-09-22 21:31   ` Grant Grundler
2000-09-22 22:49     ` Grant Grundler
2000-09-23  5:30 ` Ryan Bradetich [this message]
2000-09-25  2:40   ` Ryan Bradetich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39CC4001.50E72330@uswest.net \
    --to=rbradetich@uswest.net \
    --cc=epaulson@upl.cs.wisc.edu \
    --cc=grundler@cup.hp.com \
    --cc=parisc-linux@thepuffingroup.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox