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

2000/1021/bitsy/sa1110uart.c (diff list | history)

2000/1021/sys/src/9/bitsy/sa1110uart.c:316,3282000/1106/sys/src/9/bitsy/sa1110uart.c:316,322 (short | long | prev | next)
2000/1018    
	if(p->cts == 0 || p->blocked) 
		return; 
 
	/* 
	 *  128 here is an arbitrary limit to make sure 
	 *  we don't stay in this loop too long.  If the 
	 *  chips output queue is longer than 128, too 
	 *  bad -- presotto 
	 */ 
	for(i = 0; i < 128; i++){ 
2000/1106    
	for(i = 0; i < 1024; i++){ 
2000/1018    
		if(!(R(p)->status[1] & Tnotfull)){ 
			R(p)->ctl[3] |= Tintena; 
			break; 


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