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

2001/0924/pc/trap.c (diff list | history)

2001/0924/sys/src/9/pc/trap.c:21,262001/1130/sys/src/9/pc/trap.c:21,32 (short | long | prev | next)
1998/0910    
	int vno; 
2000/0626    
	Vctl *v; 
1991/0614    
 
2001/1130    
	if(f == nil){ 
		print("intrenable: nil handler for %d, tbdf 0x%uX for %s\n", 
			irq, tbdf, name); 
		return; 
	} 
 
1998/0910    
	v = xalloc(sizeof(Vctl)); 
	v->isintr = 1; 
	v->irq = irq; 


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