* pcmcia on MIPS
@ 2004-06-05 8:20 ` VU Khac Tri (Sony)
0 siblings, 0 replies; 2+ messages in thread
From: VU Khac Tri (Sony) @ 2004-06-05 8:20 UTC (permalink / raw)
To: linux-mips
Hi,
I am trying running pcmcia on mips and got some problem of memory mapping.
On mips, the memory windows start at the physical addresses that are higher
than 0x10000000. However, in the pcmcia code, i82365.c, I found that the
start address must be in the interval 0x000000-0xFFFFFF.
Does this mean that the linux pcmcia stack does not work on mips? What is
the correct sys_start value?
Kind regards,
Tri
=========
PCMCIA 3.2.7, i82365.c, i365_set_mem_map():
if ((map > 4) || (mem->card_start > 0x3ffffff) ||
(mem->sys_start > mem->sys_stop) || (mem->speed > 1000))
return -EINVAL;
if (!(s->flags & (IS_PCI|IS_CARDBUS)) &&
((mem->sys_start > 0xffffff) || (mem->sys_stop > 0xffffff)))
return -EINVAL;
^ permalink raw reply [flat|nested] 2+ messages in thread
* pcmcia on MIPS
@ 2004-06-05 8:20 ` VU Khac Tri (Sony)
0 siblings, 0 replies; 2+ messages in thread
From: VU Khac Tri (Sony) @ 2004-06-05 8:20 UTC (permalink / raw)
To: linux-mips
Hi,
I am trying running pcmcia on mips and got some problem of memory mapping.
On mips, the memory windows start at the physical addresses that are higher
than 0x10000000. However, in the pcmcia code, i82365.c, I found that the
start address must be in the interval 0x000000-0xFFFFFF.
Does this mean that the linux pcmcia stack does not work on mips? What is
the correct sys_start value?
Kind regards,
Tri
=========
PCMCIA 3.2.7, i82365.c, i365_set_mem_map():
if ((map > 4) || (mem->card_start > 0x3ffffff) ||
(mem->sys_start > mem->sys_stop) || (mem->speed > 1000))
return -EINVAL;
if (!(s->flags & (IS_PCI|IS_CARDBUS)) &&
((mem->sys_start > 0xffffff) || (mem->sys_stop > 0xffffff)))
return -EINVAL;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-05 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-05 8:20 pcmcia on MIPS VU Khac Tri (Sony)
2004-06-05 8:20 ` VU Khac Tri (Sony)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.