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

1991/1001/pc/devuart.c (diff list | history)

1991/0904/sys/src/9/pc/devuart.c:295,3001991/1001/sys/src/9/pc/devuart.c:295,303 (short | long | prev | next)
1991/0808    
	if(up == &uart[Serial]){ 
1991/0807    
		if(serial(0) < 0) 
			print("can't turn on serial port power\n"); 
1991/1001    
	} else { 
		if(modem(0) < 0) 
			print("can't turn on modem speaker\n"); 
1991/0807    
	} 
1991/0808    
 
	/* 


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