plan 9 kernel history: overview | file list | diff list

1992/0925/pc/devether.c (diff list | history)

1992/0922/sys/src/9/pc/devether.c:370,3761992/0925/sys/src/9/pc/devether.c:370,376 (short | long | prev | next)
1992/0403    
{ 
1992/0922    
	EtherCtlr *cp = arg; 
1992/0403    
 
1992/0424    
	return cp->lbq.first || cp->rb[cp->ri].owner == Host; 
1992/0925    
	return cp->lbq.first || cp->rb[cp->rh].owner == Host; 
1992/0403    
} 
 
static void 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)