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

2002/0314/pc/i8253.c (diff list | history)

2002/0221/sys/src/9/pc/i8253.c:259,2652002/0314/sys/src/9/pc/i8253.c:259,265 (short | long | prev | next)
1997/0327    
{ 
2000/0623    
	i8253.when = fastticks(nil); 
	i8253.fastperiod = (m->cpuhz + HZ/2) / HZ; 
2002/0221    
	i8253.fast2freq = m->cpuhz * FreqMul / Freq; 
2002/0314    
	i8253.fast2freq = (vlong)m->cpuhz * FreqMul / Freq; 
2000/0701    
	i8253.enabled = 1; 
2000/0621    
	intrenable(IrqCLOCK, clockintr0, 0, BUSUNKNOWN, "clock"); 
1997/0327    
} 


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