X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Farch%2Fx86%2Flib%2Fpci_ops_conf1.c;h=266a9cc9dc56794a9156dc6bdf365f884e0119ed;hp=be1abd70871269e302040274f5ea0563fbb2351f;hb=35e912cef3aac245202694736281aa8475e977f1;hpb=7ea327f561bd48d59920caca527a65b6b60f7097 diff --git a/src/arch/x86/lib/pci_ops_conf1.c b/src/arch/x86/lib/pci_ops_conf1.c index be1abd708..266a9cc9d 100644 --- a/src/arch/x86/lib/pci_ops_conf1.c +++ b/src/arch/x86/lib/pci_ops_conf1.c @@ -34,7 +34,6 @@ static uint16_t pci_conf1_read_config16(struct bus *pbus, int bus, int devfn, static uint32_t pci_conf1_read_config32(struct bus *pbus, int bus, int devfn, int where) { - printk(BIOS_INFO, "%s: bus: 0x%2x, devfn: 0x%2x, where: 0x%2x\n", __func__, bus, devfn, where); outl(CONFIG_CMD(bus, devfn, where), 0xCF8); return inl(0xCFC); }