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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



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;
                        }


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to