Re: PCIe device driver question

Previous thread: INFO: possible recursive locking detected ps2_command by Zdenek Kabelac on Thursday, July 31, 2008 - 2:41 am. (7 messages)

Next thread: mlock() return value issue in kernel 2.6.23.17 by Halesh on Thursday, July 31, 2008 - 3:15 am. (4 messages)
From: Sanka Piyaratna
Date: Thursday, July 31, 2008 - 2:58 am

Hi Robert,

Thanks for that, I did not notice that in the spec. I am currently using 64 bit format unconditionally and this must be what is going wrong. 

Thank you so much for that.


Sanka


----- Original Message ----
From: Robert Hancock <hancockr@shaw.ca>
To: Sanka Piyaratna <cesanka@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Sent: Thursday, 31 July, 2008 6:14:54 PM
Subject: Re: PCIe device driver question


How are you formatting the addresses in the TLP? The PCI Express spec 
says that for addresses below 4GB the 32-bit addressing format must be 
used (you can't use the 64-bit format unconditionally). It could be that 
is what is making the chipset unhappy.



      Find a better answer, faster with the new Yahoo!7 Search. www.yahoo7.com.au/search
--

Previous thread: INFO: possible recursive locking detected ps2_command by Zdenek Kabelac on Thursday, July 31, 2008 - 2:41 am. (7 messages)

Next thread: mlock() return value issue in kernel 2.6.23.17 by Halesh on Thursday, July 31, 2008 - 3:15 am. (4 messages)