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

1991/0212/power/main.c (diff list | history)

1991/0125/sys/src/9/power/main.c:137,1431991/0212/sys/src/9/power/main.c:137,143 (short | long | prev | next)
1990/0826    
 
	ioid = *IOID; 
1990/11161    
	if(ioid >= IO3R1) 
1990/0912    
		maxlevel = 11; 
1991/0212    
		maxlevel = 8; 
1990/11161    
	else 
1990/0912    
		maxlevel = 8; 
1990/0911    
 
1991/0125/sys/src/9/power/main.c:177,1851991/0212/sys/src/9/power/main.c:177,185
1990/0227    
	SBCCREG->idintenable |= 0x800000; /* allow interrupts from the IO2 */ 
 
	/* 
	 *  enable all interrupts on the IO2 
1991/0212    
	 *  Enable all interrupts on the IO2.  If IO3, run in compatibility mode. 
1990/0227    
	 */ 
1990/0907    
	*IO2SETMASK = 0xff; 
1991/0212    
	*IO2SETMASK = 0xff000000; 
1990/1228    
 
} 
 


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