Re-disable complete_bars, it was not needed for PRO/100 despite the error message

This commit is contained in:
Erik van der Kouwe 2009-08-27 07:10:03 +00:00
parent ada4859302
commit 1162806940
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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;