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

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

1990/0907/sys/src/9/power/trap.c:197,2031990/0911/sys/src/9/power/trap.c:197,203 (short | long | prev | next)
1990/0227    
	if(cause & INTR5){ 
 
		if(!(*MPBERR1 & (1<<8))){ 
1990/0907    
			iprint("MP bus error %lux %lux\n", *MPBERR0, *MPBERR1); /**/ 
1990/0911    
			print("MP bus error %lux %lux\n", *MPBERR0, *MPBERR1); 
1990/0227    
			*MPBERR0 = 0; 
			i = *SBEADDR; 
		} 
1990/0907/sys/src/9/power/trap.c:235,2431990/0911/sys/src/9/power/trap.c:235,241
1990/0907    
					*MPBERR0, *MPBERR1); 
				*MPBERR0 = 0; 
			} 
			switch(ioid){ 
			case IO2R1: 
			case IO2R2: 
1990/0911    
			if(ioid < IO3R1){ 
1990/0907    
				if(!(v & (1<<2))) 
					lanceintr(); 
				if(!(v & (1<<1))) 
1990/0907/sys/src/9/power/trap.c:244,2581990/0911/sys/src/9/power/trap.c:242,254
1990/0907    
					lanceparity(); 
				if(!(v & (1<<0))) 
					print("SCSI interrupt\n"); 
				break; 
			case IO3R1: 
1990/0911    
			} else { 
1990/0907    
				if(v & (1<<2)) 
					lance3intr(); 
1990/0911    
					lanceintr(); 
1990/0907    
				if(v & (1<<1)) 
					print("SCSI 1 interrupt\n"); 
				if(v & (1<<0)) 
					print("SCSI 0 interrupt\n"); 
				break; 
			} 
1990/0227    
		} 
		/* 


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