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

1991/0727/port/devscc.c (diff list | history)

1991/0607/sys/src/9/port/devscc.c:370,3751991/0727/sys/src/9/port/devscc.c:370,383 (short | long | prev | next)
1991/0601    
	sp->iq = iq; 
1991/0606    
	sccenable(sp); 
1991/0601    
	sccsetbaud(sp, baud); 
1991/0727    
 
	if(iq){ 
		/* 
		 *  Stupid HACK to undo a stupid hack 
		 */  
		if(iq == &kbdq) 
			kbdq.putc = kbdcr2nl; 
	} 
1991/0601    
} 
 
static void	scctimer(Alarm*); 


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