Move MMCONF resource into the domain for fam10 for the resource allocator.
[coreboot.git] / src / southbridge / intel / esb6300 / esb6300_uhci.c
index 9184ed24e414bde3c2f0ef2ee7c46b0ddced2e37..a8bcd888f19bd5485f6bb235d7ae677b98991109 100644 (file)
@@ -10,13 +10,13 @@ static void uhci_init(struct device *dev)
        uint32_t cmd;
 
 #if 1
-       printk_debug("UHCI: Setting up controller.. ");
+       printk(BIOS_DEBUG, "UHCI: Setting up controller.. ");
        cmd = pci_read_config32(dev, PCI_COMMAND);
-       pci_write_config32(dev, PCI_COMMAND, 
+       pci_write_config32(dev, PCI_COMMAND,
                cmd | PCI_COMMAND_MASTER);
 
 
-       printk_debug("done.\n");
+       printk(BIOS_DEBUG, "done.\n");
 #endif
 
 }