From: William Lee Irwin III <wli@holomorphy.com>
To: Greg KH <greg@kroah.com>, "Martin J. Bligh" <mbligh@aracnet.com>,
Matthew Dobson <colpatch@us.ibm.com>,
linux-kernel@vger.kernel.org, hohnbaum@us.ibm.com,
mochel@osdl.org
Subject: Re: [0/4] NUMA-Q: remove PCI bus number mangling
Date: Tue, 12 Nov 2002 17:01:34 -0800 [thread overview]
Message-ID: <20021113010134.GE23425@holomorphy.com> (raw)
In-Reply-To: <20021113002855.GD23425@holomorphy.com>
On Tue, Nov 12, 2002 at 04:20:32PM -0800, Greg KH wrote:
>> Ok, then also please fix up drivers/pci/probe.c::pci_setup_device() to
>> set a unique slot_name up for the pci_dev, if you have multiple
>> domains/segments.
>> thanks,
>> greg k-h
On Tue, Nov 12, 2002 at 04:28:55PM -0800, William Lee Irwin III wrote:
> Okay, tihs just needs the introduction of something that can produce
> a number out of ->sysdata (or whatever):
> sprintf(dev->slot_name, "%02x:%02x.%d", dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
>
> This wants to be something like:
> sprintf(dev->slot_name, "%02x:%02x:%02x.%d", dev->bus->segment, dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn));
> On the way in 5 minutes or thereabouts. I'm restarting from just before
> the NUMA changes.
Some low-level port I/O stuff has to be adjusted for correct resource
accounting. This is going to bump the ETA back to about 2 hours.
Bill
next prev parent reply other threads:[~2002-11-13 0:57 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-12 12:37 [0/4] NUMA-Q: remove PCI bus number mangling William Lee Irwin III
2002-11-12 20:52 ` William Lee Irwin III
2002-11-12 20:55 ` William Lee Irwin III
2002-11-12 21:29 ` Matthew Dobson
2002-11-12 21:35 ` William Lee Irwin III
2002-11-12 21:39 ` William Lee Irwin III
2002-11-12 22:46 ` Martin J. Bligh
2002-11-12 21:53 ` William Lee Irwin III
2002-11-12 23:53 ` Martin J. Bligh
2002-11-12 22:59 ` William Lee Irwin III
2002-11-12 23:19 ` William Lee Irwin III
2002-11-12 23:58 ` William Lee Irwin III
2002-11-13 0:04 ` Greg KH
2002-11-13 0:12 ` William Lee Irwin III
2002-11-13 0:20 ` Greg KH
2002-11-13 0:28 ` William Lee Irwin III
2002-11-13 1:01 ` William Lee Irwin III [this message]
2002-11-13 12:07 ` Ivan Kokshaysky
2002-11-13 20:59 ` William Lee Irwin III
2002-11-13 10:10 ` William Lee Irwin III
2002-11-13 11:20 ` William Lee Irwin III
2003-01-01 9:28 ` William Lee Irwin III
2002-11-12 21:48 ` William Lee Irwin III
2002-11-12 21:48 ` William Lee Irwin III
2002-11-12 20:53 ` William Lee Irwin III
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=20021113010134.GE23425@holomorphy.com \
--to=wli@holomorphy.com \
--cc=colpatch@us.ibm.com \
--cc=greg@kroah.com \
--cc=hohnbaum@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@aracnet.com \
--cc=mochel@osdl.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.