[coreboot] [commit] r4995 - trunk/src/devices

svn at coreboot.org svn at coreboot.org
Sun Jan 3 16:35:53 CET 2010


Author: stepan
Date: 2010-01-03 16:35:52 +0100 (Sun, 03 Jan 2010)
New Revision: 4995

Modified:
   trunk/src/devices/pci_device.c
Log:
improve debug output.
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/src/devices/pci_device.c
===================================================================
--- trunk/src/devices/pci_device.c	2009-12-31 12:56:53 UTC (rev 4994)
+++ trunk/src/devices/pci_device.c	2010-01-03 15:35:52 UTC (rev 4995)
@@ -950,7 +950,7 @@
 		if ((id == 0xffffffff) || (id == 0x00000000) ||
 		    (id == 0x0000ffff) || (id == 0xffff0000)) {
 			if (dev->enabled) {
-				printk_info("Disabling static device: %s\n",
+				printk_info("PCI: Static device %s not found, disabling it.\n",
 					    dev_path(dev));
 				dev->enabled = 0;
 			}





More information about the coreboot mailing list