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

2001/0117/bitsy/sa1110uart.c (diff list | history)

2000/1205/sys/src/9/bitsy/sa1110uart.c:434,4392001/0117/sys/src/9/bitsy/sa1110uart.c:434,440 (short | long | prev | next)
2000/1018    
	gpclkregs = mapspecial(GPCLKREGS, 64); 
	gpclkregs->r0 = Gpclk_sus;	/* set uart mode */ 
2000/1019    
	uart1regs = mapspecial(UART1REGS, 64); 
2001/0117    
 
2000/1019    
	p = uartsetup(&sa1100_uart, uart1regs, ClockFreq, "serialport1"); 
2000/1021    
	uartspecial(p, 115200, 0, 0, µcputc); 
2000/1205    
	intrenable(IRQ, IRQuart1b, sa1100_uartintr, p, p->name); 


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