public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Johan Borkhuis <j.borkhuis@dutchspace•nl>
To: linuxppc-embedded@ozlabs•org
Subject: Problems with access to PCI on MVME3100
Date: Wed, 23 May 2007 08:48:03 +0200	[thread overview]
Message-ID: <4653E3A3.8020600@dutchspace.nl> (raw)

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

             reply	other threads:[~2007-05-23  6:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-23  6:48 Johan Borkhuis [this message]
2007-05-23 20:12 ` Problems with access to PCI on MVME3100 Bhupender Saharan

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=4653E3A3.8020600@dutchspace.nl \
    --to=j.borkhuis@dutchspace$(echo .)nl \
    --cc=linuxppc-embedded@ozlabs$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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