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

1999/0714/pc/devlpt.c (diff list | history)

1999/0714/sys/src/9/pc/devlpt.c:82,881999/0819/sys/src/9/pc/devlpt.c:82,88 (short | long | prev | next)
Add name to intrenable call.
rsc Fri Mar 4 12:44:25 2005
1993/0224    
	if(!set){ 
1994/0513    
		outb(lptbase[i-1]+Qpcr, 0);	/* turn off interrupts */ 
1993/0224    
		set = 1; 
1998/0910    
		intrenable(IrqLPT, lptintr, 0, BUSUNKNOWN); 
1999/0819    
		intrenable(IrqLPT, lptintr, 0, BUSUNKNOWN, "lpt"); 
1993/0224    
	} 
1991/1204    
	if(i < 1 || i > NDEV) 
1992/0114    
		error(Ebadarg); 


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