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

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

2001/0527/sys/src/9/pc/uarti8250.c:134,1432001/0626/sys/src/9/pc/uarti8250.c:134,139 (short | long | prev | next)
2001/0527    
{	.regs	= &i8250ctlr[0], 
	.name	= "COM1", 
	.freq	= UartFREQ, 
	.bits	= 8, 
	.stop	= 1, 
	.parity	= 'n', 
	.baud	= 9600, 
	.phys	= &i8250physuart, 
	.special=0, 
	.next	= &i8250uart[1], }, 
2001/0527/sys/src/9/pc/uarti8250.c:145,1542001/0626/sys/src/9/pc/uarti8250.c:141,146
2001/0527    
{	.regs	= &i8250ctlr[1], 
	.name	= "COM2", 
	.freq	= UartFREQ, 
	.bits	= 8, 
	.stop	= 1, 
	.parity	= 'n', 
	.baud	= 9600, 
	.phys	= &i8250physuart, 
	.special=0, 
	.next	= nil, }, 


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