From: Marian Balakowicz <m8@semihalf.com>
To: linuxppc-dev@ozlabs.org
Subject: PCI IO range limitation
Date: Thu, 28 Jun 2007 12:20:04 +0200 [thread overview]
Message-ID: <46838B54.2010806@semihalf.com> (raw)
Hi,
Trying to change PCI IO window base for 52xx target I found that
we are pretty much limited to a "0" offset only.
pci_process_bridge_OF_ranges() will not process any IO range that has
addresses set to anything else.
956: case 1: /* I/O space */
957: if (ranges[2] != 0)
958: break;
When this range[2] checking is removed from
pci_process_bridge_OF_ranges() kernel boots ok with the non-zero PCI IO
base, but the PCI device I am using (e100) will not work.
I guess that with the above dropping of non-zero based PCI IO ranges
this is not supposed to be working. But does anyone know why?
Thanks,
Marian
next reply other threads:[~2007-06-28 10:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-28 10:20 Marian Balakowicz [this message]
2007-06-28 17:43 ` PCI IO range limitation Benjamin Herrenschmidt
2007-06-28 23:38 ` Matt Sealey
2007-06-29 0:13 ` Benjamin Herrenschmidt
2007-06-29 17:08 ` Matt Sealey
2007-06-29 23:14 ` Benjamin Herrenschmidt
2007-07-03 9:24 ` Marian Balakowicz
2007-07-03 11:13 ` Benjamin Herrenschmidt
2007-07-06 13:37 ` Marian Balakowicz
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=46838B54.2010806@semihalf.com \
--to=m8@semihalf.com \
--cc=linuxppc-dev@ozlabs.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.