* [parisc-linux] ccio-dma error
@ 2001-09-10 8:25 Randall Craig
2001-09-12 13:03 ` Ryan Bradetich
0 siblings, 1 reply; 2+ messages in thread
From: Randall Craig @ 2001-09-10 8:25 UTC (permalink / raw)
To: parisc-linux
My computer frequently crashes with the error message:
Kernel panic: ccio-dma.c: ccio_alloc_range() I/O MMU is out of mapping resource
This is with kernel pa17.
This occurs during medium to heavy io.
This has also caused my /var/lib/dbkg directory to be missing.
How can I rebuild it?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [parisc-linux] ccio-dma error
2001-09-10 8:25 [parisc-linux] ccio-dma error Randall Craig
@ 2001-09-12 13:03 ` Ryan Bradetich
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Bradetich @ 2001-09-12 13:03 UTC (permalink / raw)
To: Randall Craig; +Cc: parisc-linux
On Mon, Sep 10, 2001 at 01:25:02AM -0700, Randall Craig wrote:
> My computer frequently crashes with the error message:
>
> Kernel panic: ccio-dma.c: ccio_alloc_range() I/O MMU is out of mapping resource
This error occurs when the ccio driver can not find adequate space in the resource
map to complete the dma mapping. Since you are seeing it frequently, try changing
the following line in arch/parisc/kernel/ccio-dma.c to see if that helps:
From:
static unsigned long ccio_mem_ratio = 32;
To:
static unsigned long ccio_mem_ratio = 4;
You can also look at the the 2 /proc file entries to get an idea what is going
on:
/proc/bus/runway/ccio
/proc/bus/runway/ccio-bitmap
The /proc/bus/runway/ccio should give you general information about the hardware
and driver. The /proc/bus/runway/ccio-bitmap should give you an idea of how dense
the resource bitmap is.
Hopefully this will help you out.
- Ryan
>
> This is with kernel pa17.
>
>
> This occurs during medium to heavy io.
>
>
>
> This has also caused my /var/lib/dbkg directory to be missing.
>
> How can I rebuild it?
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux
>
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-12 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-10 8:25 [parisc-linux] ccio-dma error Randall Craig
2001-09-12 13:03 ` Ryan Bradetich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox