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

1994/0305/carrera/trap.c (diff list | history)

1994/0225/sys/src/9/carrera/trap.c:319,3251994/0305/sys/src/9/carrera/trap.c:319,324 (short | long | prev | next)
1993/0904    
	} 
1993/0908    
	if(cause & INTR2) { 
1994/0220    
		isr = IO(ulong, R4030Isr); 
1994/0225    
                 
1994/0220    
		if(isr & (1<<5)) { 
1994/0225    
			audiodmaintr(); 
1994/0220    
			isr &= ~(1<<5); 


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