Re-disable complete_bars, it was not needed for PRO/100 despite the error message
This commit is contained in:
parent
ada4859302
commit
1162806940
@ -350,7 +350,7 @@ message *mp;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
acl[i].inuse= 1;
|
acl[i].inuse= 1;
|
||||||
if(debug > 1)
|
if(debug)
|
||||||
printf("PCI: do_acl: setting ACL for %d ('%s') at entry %d\n",
|
printf("PCI: do_acl: setting ACL for %d ('%s') at entry %d\n",
|
||||||
acl[i].acl.rsp_endpoint, acl[i].acl.rsp_label,
|
acl[i].acl.rsp_endpoint, acl[i].acl.rsp_label,
|
||||||
i);
|
i);
|
||||||
|
|||||||
@ -1264,7 +1264,7 @@ PRIVATE void complete_bridges()
|
|||||||
*===========================================================================*/
|
*===========================================================================*/
|
||||||
PRIVATE void complete_bars()
|
PRIVATE void complete_bars()
|
||||||
{
|
{
|
||||||
#if 1
|
#if 0
|
||||||
int i, j, r, bar_nr, reg;
|
int i, j, r, bar_nr, reg;
|
||||||
u32_t memgap_low, memgap_high, iogap_low, iogap_high, io_high,
|
u32_t memgap_low, memgap_high, iogap_low, iogap_high, io_high,
|
||||||
base, size, v32, diff1, diff2;
|
base, size, v32, diff1, diff2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user