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

1993/0225/pc/trap.c (diff list | history)

1993/0224/sys/src/9/pc/trap.c:242,2501993/0225/sys/src/9/pc/trap.c:242,250 (short | long | prev | next)
1991/0709    
	 */ 
1991/0731    
	c = v&~0x7; 
	if(c==Int0vec || c==Int1vec){ 
1993/0225    
		outb(Int0ctl, EOI); 
1991/0731    
		if(c == Int1vec) 
			outb(Int1ctl, EOI); 
1993/0219    
		outb(Int0ctl, EOI); 
1991/1113    
	} 
 
1993/0217    
	if(v>=256 || (h = halloc.ivec[v]) == 0){ 


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