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

2002/0412/port/rdb.c (diff list | history)

2002/0217/sys/src/9/port/rdb.c:30,362002/0412/sys/src/9/port/rdb.c:30,36 (short | long | prev)
Change serialgetc to uartgetc.
rsc Fri Mar 4 12:44:25 2005
1999/0820    
	int i, c; 
 
	for(;;){ 
		for(i=0; i<nelem(buf) && (c=serialgetc()) != '\n'; i++){ 
2002/0412    
		for(i=0; i<nelem(buf) && (c=uartgetc()) != '\n'; i++){ 
1999/0820    
			DBG("%c...", c); 
			buf[i] = c; 
		} 


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