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

1992/0625/gnot/devduart.c (diff list | history)

1992/0604/sys/src/9/gnot/devduart.c:645,6531992/0625/sys/src/9/gnot/devduart.c:645,653 (short | long | prev | next)
1991/0605    
 
	if(dp->nostream) 
		return; 
	dp->iq = ialloc(sizeof(IOQ), 0); 
1992/0625    
	dp->iq = xalloc(sizeof(IOQ)); 
1991/0605    
	initq(dp->iq); 
	dp->oq = ialloc(sizeof(IOQ), 0); 
1992/0625    
	dp->oq = xalloc(sizeof(IOQ)); 
1991/0605    
	initq(dp->oq); 
1991/0608    
	duartenable(dp); 
1991/0605    
} 


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