Plan 9 from Bell Labs 1995-05-18
1 files changed, 4 insertions(+), 0 deletions(-) M pc/ether509.c
M pc/ether509.c => pc/ether509.c +4 -0
@@ 579,6 579,10 @@ tcm590(Ether *ether) continue; port = pcicfg->baseaddr[0] & ~0x01; + COMMAND(port, GlobalReset, 0); + while(ins(port+Status) & CmdInProgress) + ; + if(ether->port == 0 || ether->port == port) return pcicfg;