All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]PCI on SWARM
@ 2004-10-14  2:23 Manish Lachwani
  2004-10-14 19:17 ` Ralf Baechle
  0 siblings, 1 reply; 15+ messages in thread
From: Manish Lachwani @ 2004-10-14  2:23 UTC (permalink / raw)
  To: linux-mips, Ralf Baechle

Hello Ralf

This small patch is required to get PCI working on the Broadcom SWARM 
board in 2.6. Without this patch, the PCI bus scan is skipped due to 
resource conflict. Tested using the E100 network card

Thanks
Manish Lachwani

Index: linux/arch/mips/pci/pci-sb1250.c
===================================================================
--- linux.orig/arch/mips/pci/pci-sb1250.c
+++ linux/arch/mips/pci/pci-sb1250.c
@@ -209,7 +209,7 @@
        pci_probe_only = 1;
 
        /* set resource limit to avoid errors */
-       ioport_resource.end = 0x0000ffff;       /* 32MB reserved by 
sb1250 */
+       ioport_resource.end = 0xffffffff;       /* 32MB reserved by 
sb1250 */
        iomem_resource.end = 0xffffffff;        /* no HT support yet */
 
        cfg_space =

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

end of thread, other threads:[~2004-10-20 11:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14  2:23 [PATCH]PCI on SWARM Manish Lachwani
2004-10-14 19:17 ` Ralf Baechle
2004-10-14 22:14   ` Maciej W. Rozycki
2004-10-14 22:20     ` Manish Lachwani
2004-10-14 22:32       ` Maciej W. Rozycki
2004-10-14 22:55         ` Ralf Baechle
2004-10-15  2:19           ` Maciej W. Rozycki
2004-10-18  8:44             ` Jes Sorensen
2004-10-18 19:15               ` Ralf Baechle
2004-10-20  5:56                 ` Jes Sorensen
2004-10-20 11:34                   ` Ralf Baechle
2004-10-18 20:17               ` Maciej W. Rozycki
2004-10-20  5:57                 ` Jes Sorensen
2004-10-20 11:17                   ` Ralf Baechle
2004-10-15  1:14         ` Manish Lachwani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.