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

1990/1214/power/trap.c (diff list | history)

1990/1212/sys/src/9/power/trap.c:80,851990/1214/sys/src/9/power/trap.c:80,86 (short | long | prev | next)
1990/0227    
	ulong x; 
	char buf[ERRLEN]; 
 
1990/1214    
	SET(x); 
1990/0227    
	ecode = EXCCODE(ur->cause); 
	user = ur->status&KUP; 
	if(u) 
1990/1212/sys/src/9/power/trap.c:200,2051990/1214/sys/src/9/power/trap.c:201,207
1990/0911    
			print("MP bus error %lux %lux\n", *MPBERR0, *MPBERR1); 
1990/0227    
			*MPBERR0 = 0; 
			i = *SBEADDR; 
1990/1214    
			USED(i); 
1990/0227    
		} 
 
		/* 
1990/1212/sys/src/9/power/trap.c:223,2281990/1214/sys/src/9/power/trap.c:225,231
1990/0227    
		 *  4. clear pending register 
		 */ 
		i = SBCCREG->flevel; 
1990/1214    
		USED(i); 
1990/0227    
 
		/* 
		 *  5a. process lance, scsi 


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