Signed-off-by: Elia Yehuda <[EMAIL PROTECTED]>

Index: src/devices/pci_rom.c
===================================================================
--- src/devices/pci_rom.c    (revision 3698)
+++ src/devices/pci_rom.c    (working copy)
@@ -67,8 +67,10 @@
     printk_spew("PCI ROM Image, Vendor %04x, Device %04x,\n",
             rom_data->vendor, rom_data->device);
     if (dev->vendor != rom_data->vendor || dev->device != rom_data->device)
{
-        printk_err("Device or Vendor ID mismatch Vendor %04x, Device
%04x\n",
-               rom_data->vendor, rom_data->device);
+        printk_err("Device or Vendor ID mismatch Vendor %04x, Device %04x "
+               "(Vendor %04x, Device %04x)\n",
+               rom_data->vendor, rom_data->device,
+               dev->vendor, dev->device);
         return NULL;
     }
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to