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

2003/0407/bitsy/wavelan.c (diff list | history)

2003/0311/sys/src/9/bitsy/wavelan.c:679,6852003/0407/sys/src/9/bitsy/wavelan.c:679,685 (short | long | prev | next)
2002/1112    
 
	ctlr->timerproc = up; 
	for(;;){ 
2003/0311    
		tsleep(&ctlr->timer, return0, 0, MSperTick); 
2003/0407    
		tsleep(&up->sleep, return0, 0, MSperTick); 
2002/1112    
		ctlr = (Ctlr*)ether->ctlr; 
		if(ctlr == 0) 
			break; 


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