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

2000/0621/pc/i8253.c (diff list | history)

1999/0819/sys/src/9/pc/i8253.c:124,1332000/0621/sys/src/9/pc/i8253.c:124,140 (short | long | prev | next)
1999/0131    
	} 
1997/0327    
} 
 
2000/0621    
static void 
clockintr0(Ureg* ureg, void *v) 
{ 
	loopbackintr(); 
	clockintr(ureg, v); 
} 
 
1997/0327    
void 
i8253enable(void) 
{ 
1999/0819    
	intrenable(IrqCLOCK, clockintr, 0, BUSUNKNOWN, "clock"); 
2000/0621    
	intrenable(IrqCLOCK, clockintr0, 0, BUSUNKNOWN, "clock"); 
1997/0327    
} 
1998/0710    
 
/* 


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