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

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

2001/0719/sys/src/9/pc/uarti8250.c:135,1412001/0822/sys/src/9/pc/uarti8250.c:135,141 (short | long | prev | next)
2001/0527    
	.name	= "COM1", 
	.freq	= UartFREQ, 
	.phys	= &i8250physuart, 
	.special=0, 
2001/0822    
	.special= 0, 
2001/0527    
	.next	= &i8250uart[1], }, 
 
{	.regs	= &i8250ctlr[1], 
2001/0719/sys/src/9/pc/uarti8250.c:142,1482001/0822/sys/src/9/pc/uarti8250.c:142,148
2001/0527    
	.name	= "COM2", 
	.freq	= UartFREQ, 
	.phys	= &i8250physuart, 
	.special=0, 
2001/0822    
	.special= 0, 
2001/0527    
	.next	= nil, }, 
}; 
 


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