public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] PCI: add debug information to resource collision message
@ 2007-04-10 14:25 Chuck Ebbert
  2007-04-13 22:54 ` patch pci-add-debug-information-to-resource-collision-message.patch added to gregkh-2.6 tree gregkh
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2007-04-10 14:25 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, linux-pci

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: i386_pci-add_debugging.patch --]
[-- Type: text/plain, Size: 659 bytes --]

Add more information to PCI resource collision message
to help with debugging.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
---
 arch/i386/pci/i386.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.20.noarch.orig/arch/i386/pci/i386.c
+++ linux-2.6.20.noarch/arch/i386/pci/i386.c
@@ -246,8 +246,8 @@ int pcibios_enable_resources(struct pci_
 			continue;
 		if (!r->start && r->end) {
 			printk(KERN_ERR "PCI: Device %s not available "
-				"because of resource collisions\n",
-				pci_name(dev));
+				"because of resource %d collisions\n",
+				pci_name(dev), idx);
 			return -EINVAL;
 		}
 		if (r->flags & IORESOURCE_IO)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* patch pci-add-debug-information-to-resource-collision-message.patch added to gregkh-2.6 tree
  2007-04-10 14:25 [patch] PCI: add debug information to resource collision message Chuck Ebbert
@ 2007-04-13 22:54 ` gregkh
  0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2007-04-13 22:54 UTC (permalink / raw)
  To: cebbert, greg, gregkh, linux-kernel


This is a note to let you know that I've just added the patch titled

     Subject: PCI: add debug information to resource collision message

to my gregkh-2.6 tree.  Its filename is

     pci-add-debug-information-to-resource-collision-message.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From cebbert@redhat.com Tue Apr 10 07:26:01 2007
From: Chuck Ebbert <cebbert@redhat.com>
Date: Tue, 10 Apr 2007 10:25:44 -0400
Subject: PCI: add debug information to resource collision message
To: Greg KH <greg@kroah.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>, linux-pci@atrey.karlin.mff.cuni.cz
Message-ID: <461B9E68.6040008@redhat.com>


Add more information to PCI resource collision message
to help with debugging.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 arch/i386/pci/i386.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/i386/pci/i386.c
+++ b/arch/i386/pci/i386.c
@@ -246,8 +246,8 @@ int pcibios_enable_resources(struct pci_
 			continue;
 		if (!r->start && r->end) {
 			printk(KERN_ERR "PCI: Device %s not available "
-				"because of resource collisions\n",
-				pci_name(dev));
+				"because of resource %d collisions\n",
+				pci_name(dev), idx);
 			return -EINVAL;
 		}
 		if (r->flags & IORESOURCE_IO)


Patches currently in gregkh-2.6 which might be from cebbert@redhat.com are

pci/pci-add-debug-information-to-resource-collision-message.patch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-13 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 14:25 [patch] PCI: add debug information to resource collision message Chuck Ebbert
2007-04-13 22:54 ` patch pci-add-debug-information-to-resource-collision-message.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox