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

1990/0731/gnot/devincon.c (diff list | history)

1990/0731/sys/src/9/gnot/devincon.c:493,4981990/0802/sys/src/9/gnot/devincon.c:493,500 (short | long | prev | next)
1990/0312    
	chan = bp->rptr[0] | (bp->rptr[1]<<8); 
	ctl = bp->rptr[2]; 
	bp->rptr += 3; 
1990/0802    
	if(chan<=0) 
		print("bad channel %d\n", chan); 
1990/0312    
 
1990/0629    
	if(incondebug) 
		print("->(%d)%uo %d\n", chan, ctl, bp->wptr - bp->rptr); 


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