Submitter | coreboot information |
---|---|
Date | 2009-07-05 16:43:40 |
Message ID | <E1MNUoW-0001gm-QY@ra.coresystems.de> |
Download | mbox | patch |
Permalink | /patch/6/ |
State | Not Applicable |
Headers | show |
Comments
Patch
Index: src/devices/pci_rom.c =================================================================== --- src/devices/pci_rom.c (Revision 4393) +++ src/devices/pci_rom.c (Arbeitskopie) @@ -87,7 +87,7 @@ 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); - return NULL; + // return NULL; } printk_spew("PCI ROM Image, Class Code %04x%02x, Code Type %02x\n",