patch-2.2.19 linux/arch/arm/kernel/hw-footbridge.c

Next file: linux/arch/arm/kernel/process.c
Previous file: linux/arch/arm/kernel/head-armv.S
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/arm/kernel/hw-footbridge.c linux/arch/arm/kernel/hw-footbridge.c
@@ -205,7 +205,8 @@
 
 		pci_read_config_word(dev, PCI_STATUS, &status);
 		if (status & 0xf900) {
-			printk(KERN_DEBUG "PCI: [%04X:%04X] status = %X\n",
+			printk(KERN_DEBUG "PCI: %02x:%02x.%d [%04X:%04X] status = 0x%04X\n",
+				dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn),
 				dev->vendor, dev->device, status);
 
 			pci_write_config_word(dev, PCI_STATUS, status & 0xf900);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)