linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Problems with access to PCI on MVME3100
@ 2007-05-23  6:48 Johan Borkhuis
  2007-05-23 20:12 ` Bhupender Saharan
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Borkhuis @ 2007-05-23  6:48 UTC (permalink / raw)
  To: linuxppc-embedded

Hello,

I am working on porting a PCI driver from I386-Linux to PPC (MVME-3100). 
The device is a Reflective Memory card (VMIC 5565), and we use a driver 
based on the standard Linux driver, provided by the supplier.

I try to start a DMA transfer (using the DMA engine on the PCI card) 
from user space, but then I get a PCI Error. The following data is 
displayed:
PCI Error!
PCI ERROR DETECT REG 0x00000042
PCI ERROR ADDRESS REG 0x00fffa00
PCI ERROR EXT ADDRESS REG 0x00000000
PCI ERROR ATTRIBUTES REG 0x0000c001
PCI ERROR DATA HIGH REG 0x60010004
PCI ERROR DATA LOW REG 0x10060020
PCI STATUS REG 0x0000
PCI GASKET TIMER REG 0x00003fff
PCI PCIX TIMER REG 0x01ffffff

Access to the registers from kernel mode is no problem. I did an mmap to 
map the registers into user space, and then access the registers as an 
array of chars or ints. Is there a limitation in access to PCI registers 
from user space on PPC?

When I try to do this in kernel mode I don't get any errors, but the 
transfer is not started. I am not sure if this is a SW problem, or that 
it might be caused by the PCI-PCI bridge.

The code runs perfectly on a I386 platform, and I use read[bwl] and 
write[bwl] to access the registers, so this should fix the endianess 
problems that exist.

Below is the PCI information from the card:
01:00.0 Network controller: VMIC: Unknown device 5565 (rev 01)
       Subsystem: PLX Technology, Inc.: Unknown device 9656
       Flags: 66Mhz, medium devsel, IRQ 52
       Memory at 00000000dfeffe00 (32-bit, non-prefetchable) [size=512]
       I/O ports at e0ffff00 [size=256]
       Memory at 00000000dfeffdc0 (32-bit, non-prefetchable) [size=64]
       Memory at 00000000d8000000 (32-bit, non-prefetchable) [size=64M]
       Capabilities: [40] Power Management version 2
       Capabilities: [48] #00 [0080]

Kind regards,
    Johan Borkhuis

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

end of thread, other threads:[~2007-05-23 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23  6:48 Problems with access to PCI on MVME3100 Johan Borkhuis
2007-05-23 20:12 ` Bhupender Saharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).