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

1991/1029/pc/main.c (diff list | history)

1991/1001/sys/src/9/pc/main.c:476,4811991/1029/sys/src/9/pc/main.c:476,492 (short | long | prev | next)
1991/1001    
	return pmuwrbit(1, 1^onoff, 5); 
} 
 
1991/1029    
/* 
 *  CPU speed 
 *	onoff == 0 means 2 MHZ 
 *	onoff == 1 means 20 MHZ 
 */ 
int 
cpuspeed(int speed) 
{ 
	return pmuwrbit(0, speed, 0); 
} 
 
1991/0913    
void 
buzz(int f, int d) 
1991/0803    
{ 


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