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

2001/0710/pc/uarti8250.c (diff list | history)

2001/0626/sys/src/9/pc/uarti8250.c:379,3872001/0710/sys/src/9/pc/uarti8250.c:379,387 (short | long | prev | next)
2001/0527    
	Ctlr *ctlr; 
 
	/* 
	 * Set the baudrate by calculating and setting the baudrate 
	 * generator constant. This will work with fairly non-standard 
	 * baudrates. 
2001/0710    
	 * Set the Baud rate by calculating and setting the Baud rate 
	 * Generator Constant. This will work with fairly non-standard 
	 * Baud rates. 
2001/0527    
	 */ 
	if(uart->freq == 0 || baud <= 0) 
		return -1; 


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