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 =