Linux MIPS Architecture development
 help / color / mirror / Atom feed
* No PCI memory response
@ 2005-04-04 14:44 Gill
  2005-04-04 14:44 ` Gill
  2005-04-04 14:52 ` Ulrich Eckhardt
  0 siblings, 2 replies; 8+ messages in thread
From: Gill @ 2005-04-04 14:44 UTC (permalink / raw)
  To: linux-mips

Can anyone help?  We're trying to talk to a RealTek RTL8139 device across
the PCI bus, and, although linux can access configuration registers on the
device, it does not access memory space correctly, and we are unable to read
back any sensible values from the RTL8139 registers. 

We are using the latest 2.6 linux on an Alchemy DB1550 board.

Any help would be much appreciated!


Gill

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

* No PCI memory response
  2005-04-04 14:44 No PCI memory response Gill
@ 2005-04-04 14:44 ` Gill
  2005-04-04 14:52 ` Ulrich Eckhardt
  1 sibling, 0 replies; 8+ messages in thread
From: Gill @ 2005-04-04 14:44 UTC (permalink / raw)
  To: linux-mips

Can anyone help?  We're trying to talk to a RealTek RTL8139 device across
the PCI bus, and, although linux can access configuration registers on the
device, it does not access memory space correctly, and we are unable to read
back any sensible values from the RTL8139 registers. 

We are using the latest 2.6 linux on an Alchemy DB1550 board.

Any help would be much appreciated!


Gill

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

* Re: No PCI memory response
  2005-04-04 14:44 No PCI memory response Gill
  2005-04-04 14:44 ` Gill
@ 2005-04-04 14:52 ` Ulrich Eckhardt
  1 sibling, 0 replies; 8+ messages in thread
From: Ulrich Eckhardt @ 2005-04-04 14:52 UTC (permalink / raw)
  To: linux-mips

Gill wrote:
> Can anyone help?  We're trying to talk to a RealTek RTL8139 device across
> the PCI bus, and, although linux can access configuration registers on the
> device, it does not access memory space correctly, and we are unable to
> read back any sensible values from the RTL8139 registers.
>
> We are using the latest 2.6 linux on an Alchemy DB1550 board.

Random reads, discarded data after writing? I had the same problem and solved 
it by simply configuring the static bus controller of my Au1100 properly (of 
which before I didn't even know it existed...).

hth

Uli

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

* RE: No PCI memory response
@ 2005-04-05  8:11 Gill Robles-Thome
  2005-04-05  8:11 ` Gill Robles-Thome
  0 siblings, 1 reply; 8+ messages in thread
From: Gill Robles-Thome @ 2005-04-05  8:11 UTC (permalink / raw)
  To: linux-mips

Hi -

I'm certainly seeing what looks like random reads...however, is the
static bus controller actually implicated in PCI bus operations?  The
product brief for the Au1100 doesn't mention PCI, so I'm not sure that
we're looking at the same problem.

Thanks,
Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Ulrich Eckhardt
Sent: 04 April 2005 15:53
To: linux-mips@linux-mips.org
Subject: Re: No PCI memory response


Gill wrote:
> Can anyone help?  We're trying to talk to a RealTek RTL8139 device 
> across the PCI bus, and, although linux can access configuration 
> registers on the device, it does not access memory space correctly, 
> and we are unable to read back any sensible values from the RTL8139 
> registers.
>
> We are using the latest 2.6 linux on an Alchemy DB1550 board.

Random reads, discarded data after writing? I had the same problem and
solved 
it by simply configuring the static bus controller of my Au1100 properly
(of 
which before I didn't even know it existed...).

hth

Uli

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

* RE: No PCI memory response
  2005-04-05  8:11 Gill Robles-Thome
@ 2005-04-05  8:11 ` Gill Robles-Thome
  0 siblings, 0 replies; 8+ messages in thread
From: Gill Robles-Thome @ 2005-04-05  8:11 UTC (permalink / raw)
  To: linux-mips

Hi -

I'm certainly seeing what looks like random reads...however, is the
static bus controller actually implicated in PCI bus operations?  The
product brief for the Au1100 doesn't mention PCI, so I'm not sure that
we're looking at the same problem.

Thanks,
Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Ulrich Eckhardt
Sent: 04 April 2005 15:53
To: linux-mips@linux-mips.org
Subject: Re: No PCI memory response


Gill wrote:
> Can anyone help?  We're trying to talk to a RealTek RTL8139 device 
> across the PCI bus, and, although linux can access configuration 
> registers on the device, it does not access memory space correctly, 
> and we are unable to read back any sensible values from the RTL8139 
> registers.
>
> We are using the latest 2.6 linux on an Alchemy DB1550 board.

Random reads, discarded data after writing? I had the same problem and
solved 
it by simply configuring the static bus controller of my Au1100 properly
(of 
which before I didn't even know it existed...).

hth

Uli

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

* RE: No PCI memory response
@ 2005-04-05 15:28 Gill Robles-Thome
  2005-04-05 15:28 ` Gill Robles-Thome
  2005-04-05 16:27 ` Pete Popov
  0 siblings, 2 replies; 8+ messages in thread
From: Gill Robles-Thome @ 2005-04-05 15:28 UTC (permalink / raw)
  To: linux-mips

...we found the cause of the problem!  Need to select "Support for
64-bit physical address space" option!

Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Gill Robles-Thome
Sent: 05 April 2005 09:11
To: linux-mips@linux-mips.org
Subject: RE: No PCI memory response


Hi -

I'm certainly seeing what looks like random reads...however, is the
static bus controller actually implicated in PCI bus operations?  The
product brief for the Au1100 doesn't mention PCI, so I'm not sure that
we're looking at the same problem.

Thanks,
Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Ulrich Eckhardt
Sent: 04 April 2005 15:53
To: linux-mips@linux-mips.org
Subject: Re: No PCI memory response


Gill wrote:
> Can anyone help?  We're trying to talk to a RealTek RTL8139 device
> across the PCI bus, and, although linux can access configuration 
> registers on the device, it does not access memory space correctly, 
> and we are unable to read back any sensible values from the RTL8139 
> registers.
>
> We are using the latest 2.6 linux on an Alchemy DB1550 board.

Random reads, discarded data after writing? I had the same problem and
solved 
it by simply configuring the static bus controller of my Au1100 properly
(of 
which before I didn't even know it existed...).

hth

Uli

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

* RE: No PCI memory response
  2005-04-05 15:28 Gill Robles-Thome
@ 2005-04-05 15:28 ` Gill Robles-Thome
  2005-04-05 16:27 ` Pete Popov
  1 sibling, 0 replies; 8+ messages in thread
From: Gill Robles-Thome @ 2005-04-05 15:28 UTC (permalink / raw)
  To: linux-mips

...we found the cause of the problem!  Need to select "Support for
64-bit physical address space" option!

Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Gill Robles-Thome
Sent: 05 April 2005 09:11
To: linux-mips@linux-mips.org
Subject: RE: No PCI memory response


Hi -

I'm certainly seeing what looks like random reads...however, is the
static bus controller actually implicated in PCI bus operations?  The
product brief for the Au1100 doesn't mention PCI, so I'm not sure that
we're looking at the same problem.

Thanks,
Gill

-----Original Message-----
From: linux-mips-bounce@linux-mips.org
[mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Ulrich Eckhardt
Sent: 04 April 2005 15:53
To: linux-mips@linux-mips.org
Subject: Re: No PCI memory response


Gill wrote:
> Can anyone help?  We're trying to talk to a RealTek RTL8139 device
> across the PCI bus, and, although linux can access configuration 
> registers on the device, it does not access memory space correctly, 
> and we are unable to read back any sensible values from the RTL8139 
> registers.
>
> We are using the latest 2.6 linux on an Alchemy DB1550 board.

Random reads, discarded data after writing? I had the same problem and
solved 
it by simply configuring the static bus controller of my Au1100 properly
(of 
which before I didn't even know it existed...).

hth

Uli

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

* Re: No PCI memory response
  2005-04-05 15:28 Gill Robles-Thome
  2005-04-05 15:28 ` Gill Robles-Thome
@ 2005-04-05 16:27 ` Pete Popov
  1 sibling, 0 replies; 8+ messages in thread
From: Pete Popov @ 2005-04-05 16:27 UTC (permalink / raw)
  To: Gill Robles-Thome; +Cc: linux-mips

Gill Robles-Thome wrote:
> ...we found the cause of the problem!  Need to select "Support for
> 64-bit physical address space" option!

That option should be in the defconfig already - was it not?

I should just hardcode that option and get it over with.

Pete

> 
> Gill
> 
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Gill Robles-Thome
> Sent: 05 April 2005 09:11
> To: linux-mips@linux-mips.org
> Subject: RE: No PCI memory response
> 
> 
> Hi -
> 
> I'm certainly seeing what looks like random reads...however, is the
> static bus controller actually implicated in PCI bus operations?  The
> product brief for the Au1100 doesn't mention PCI, so I'm not sure that
> we're looking at the same problem.
> 
> Thanks,
> Gill
> 
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Ulrich Eckhardt
> Sent: 04 April 2005 15:53
> To: linux-mips@linux-mips.org
> Subject: Re: No PCI memory response
> 
> 
> Gill wrote:
> 
>>Can anyone help?  We're trying to talk to a RealTek RTL8139 device
>>across the PCI bus, and, although linux can access configuration 
>>registers on the device, it does not access memory space correctly, 
>>and we are unable to read back any sensible values from the RTL8139 
>>registers.
>>
>>We are using the latest 2.6 linux on an Alchemy DB1550 board.
> 
> 
> Random reads, discarded data after writing? I had the same problem and
> solved 
> it by simply configuring the static bus controller of my Au1100 properly
> (of 
> which before I didn't even know it existed...).
> 
> hth
> 
> Uli
> 
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2005-04-05 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-04 14:44 No PCI memory response Gill
2005-04-04 14:44 ` Gill
2005-04-04 14:52 ` Ulrich Eckhardt
  -- strict thread matches above, loose matches on Subject: below --
2005-04-05  8:11 Gill Robles-Thome
2005-04-05  8:11 ` Gill Robles-Thome
2005-04-05 15:28 Gill Robles-Thome
2005-04-05 15:28 ` Gill Robles-Thome
2005-04-05 16:27 ` Pete Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox