diff --git a/drivers/pci/main.c b/drivers/pci/main.c index 0aeecedad..fba9440fe 100644 --- a/drivers/pci/main.c +++ b/drivers/pci/main.c @@ -350,7 +350,7 @@ message *mp; return; } acl[i].inuse= 1; - if(debug > 1) + if(debug) printf("PCI: do_acl: setting ACL for %d ('%s') at entry %d\n", acl[i].acl.rsp_endpoint, acl[i].acl.rsp_label, i); diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index c4c9971d7..daa2f7181 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1264,7 +1264,7 @@ PRIVATE void complete_bridges() *===========================================================================*/ PRIVATE void complete_bars() { -#if 1 +#if 0 int i, j, r, bar_nr, reg; u32_t memgap_low, memgap_high, iogap_low, iogap_high, io_high, base, size, v32, diff1, diff2;