~kris/9p

9hist

ac4f337f5bfbfb81726ee2213b6f62e2e88b6a1c — David du Colombier 31 years ago 005c4a8
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;