From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PCI and PCI Hotplug fixes for 2.6.5-rc1
Date: Fri, 19 Mar 2004 15:32:12 -0800 [thread overview]
Message-ID: <10797391323331@kroah.com> (raw)
In-Reply-To: <10797391322846@kroah.com>
ChangeSet 1.1608.97.7, 2004/03/19 14:08:42-08:00, willy@debian.org
[PATCH] PCI: claim PCI resources on ia64
Call pci_claim_resources() so we can see what PCI resources are being used.
arch/ia64/pci/pci.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c
--- a/arch/ia64/pci/pci.c Fri Mar 19 15:21:06 2004
+++ b/arch/ia64/pci/pci.c Fri Mar 19 15:21:06 2004
@@ -320,6 +320,7 @@
dev->resource[i].end += window->offset;
}
}
+ pci_claim_resource(dev, i);
}
}
prev parent reply other threads:[~2004-03-19 23:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-19 23:25 [BK PATCH] PCI and PCI Hotplug fixes for 2.6.5-rc1 Greg KH
2004-03-19 23:32 ` [PATCH] " Greg KH
2004-03-19 23:32 ` Greg KH
2004-03-19 23:32 ` Greg KH
2004-03-19 23:32 ` Greg KH
2004-03-19 23:32 ` Greg KH
2004-03-19 23:32 ` Greg KH
2004-03-19 23:32 ` Greg KH [this message]
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=10797391323331@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.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.