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

1994/0513/pc/devlpt.c (diff list | history)

1994/0331/sys/src/9/pc/devlpt.c:88,931994/0513/sys/src/9/pc/devlpt.c:88,94 (short | long | prev | next)
Bug fix: turn off interrupts until we want them.
rsc Fri Mar 4 12:44:25 2005
1993/0224    
	static int set; 
1991/1204    
 
1993/0224    
	if(!set){ 
1994/0513    
		outb(lptbase[i-1]+Qpcr, 0);	/* turn off interrupts */ 
1993/0224    
		set = 1; 
1994/0324    
		setvec(Parallelvec, lptintr, 0); 
1993/0224    
	} 


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