From: Manish Lachwani <mlachwani@mvista.com>
To: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Subject: [PATCH]PCI on SWARM
Date: Wed, 13 Oct 2004 19:23:26 -0700 [thread overview]
Message-ID: <416DE31E.90509@mvista.com> (raw)
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 =
next reply other threads:[~2004-10-14 2:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-14 2:23 Manish Lachwani [this message]
2004-10-14 19:17 ` [PATCH]PCI on SWARM 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=416DE31E.90509@mvista.com \
--to=mlachwani@mvista.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.