| To: | Ralf Baechle <ralf@oss.sgi.com> |
|---|---|
| Subject: | Re: DMA memory on IP22 unavailable ? |
| From: | Florian Lohoff <flo@rfc822.org> |
| Date: | Fri, 7 Apr 2000 10:20:38 +0200 |
| Cc: | linux@cthulhu.engr.sgi.com |
| In-reply-to: | <20000407101346.C268@paradigm.rfc822.org>; from Florian Lohoff on Fri, Apr 07, 2000 at 10:13:46AM +0200 |
| Organization: | rfc822 - pure communication |
| References: | <20000406215014.E5141@paradigm.rfc822.org> <20000406153741.C801@uni-koblenz.de> <20000407101346.C268@paradigm.rfc822.org> |
| Sender: | owner-linuxmips@oss.sgi.com |
On Fri, Apr 07, 2000 at 10:13:46AM +0200, Florian Lohoff wrote:
> BTW: Are the EISA slots supported ?
> Does the "Default" MAX_DMA_ADDRESS apply to that DMA controller ?
> My above solution just declares all memory to DMA-able memory.
BTW: With above solution i meant a thread with Geert which contained a
probably better solution.
This is arch/mips/mm/init.c - Which puts all memory into ZONE_DMA when
no ISA or PCI available.
#if defined(CONFIG_ISA) || defined(CONFIG_PCI)
if (low < max_dma)
zones_size[ZONE_DMA] = low;
else {
zones_size[ZONE_DMA] = max_dma;
zones_size[ZONE_NORMAL] = low - max_dma;
}
#else
zones_size[ZONE_DMA] = low;
#endif
Flo
--
Florian Lohoff flo@rfc822.org +49-subject-2-change
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: DMA memory on IP22 unavailable ?, Florian Lohoff |
|---|---|
| Next by Date: | Indigo I / SNI RW320 / IP12 support, Jan-Benedict Glaw |
| Previous by Thread: | Re: DMA memory on IP22 unavailable ?, Florian Lohoff |
| Next by Thread: | Indigo I / SNI RW320 / IP12 support, Jan-Benedict Glaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |