public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Fixed pcnet io_base
@ 2007-10-10 20:02 Vlad Lungu
  2008-04-20  6:36 ` Wolfgang Denk
  2008-04-25  7:16 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Vlad Lungu @ 2007-10-10 20:02 UTC (permalink / raw)
  To: u-boot

Bus and phys address are not always the same

Signed-off-by: Vlad Lungu <vlad@comsys.ro>
---
 drivers/pcnet.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pcnet.c b/drivers/pcnet.c
index 2af0e8f..22edb48 100644
--- a/drivers/pcnet.c
+++ b/drivers/pcnet.c
@@ -196,6 +196,7 @@ int pcnet_initialize(bd_t *bis)
 	 * Setup the PCI device.
 	 */
 	pci_read_config_dword(devbusfn, PCI_BASE_ADDRESS_0, (unsigned int *)&dev->iobase);
+	dev->iobase=pci_io_to_phys(devbusfn,dev->iobase);
 	dev->iobase &= ~0xf;
 
 	PCNET_DEBUG1("%s: devbusfn=0x%x iobase=0x%x: ",
-- 
1.5.2.2

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

end of thread, other threads:[~2008-04-25  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 20:02 [U-Boot-Users] [PATCH] Fixed pcnet io_base Vlad Lungu
2008-04-20  6:36 ` Wolfgang Denk
2008-04-20 14:02   ` Ben Warren
2008-04-25  7:16     ` Wolfgang Denk
2008-04-25  7:16 ` Wolfgang Denk

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