Changeset 3572
- Timestamp:
- 09/11/08 08:52:22 (2 months ago)
- Files:
-
- 1 modified
-
trunk/coreboot-v2/src/devices/pci_device.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot-v2/src/devices/pci_device.c
r3441 r3572 924 924 (id == 0x0000ffff) || (id == 0xffff0000)) 925 925 { 926 printk_spew(" PCI: devfn 0x%x, bad id 0x%x\n", devfn, id);926 printk_spew("%s, bad id 0x%x\n", dev_path(&dummy), id); 927 927 return NULL; 928 928 }
