|
@@ -148,8 +148,9 @@ void pciauto_setup_device(struct pci_controller *hose,
|
|
|
bar_res = mem;
|
|
|
#endif
|
|
|
|
|
|
- debug("PCI Autoconfig: BAR %d, Mem, size=0x%llx, ",
|
|
|
- bar_nr, (unsigned long long)bar_size);
|
|
|
+ debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
|
|
|
+ bar_nr, bar_res == prefetch ? "Prf" : "Mem",
|
|
|
+ (unsigned long long)bar_size);
|
|
|
}
|
|
|
|
|
|
#ifndef CONFIG_PCI_ENUM_ONLY
|