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

1999/0728/pc/devlm78.c (diff list | history)

1999/0726/sys/src/9/pc/devlm78.c:169,1781999/0728/sys/src/9/pc/devlm78.c:169,177 (short | long | prev)
1999/0726    
		} else { 
			// start the sampling 
			config = lm78rdreg(Rconfig); 
pprint("config before %2.2ux\n", config); 
			config = (config | Bstart) & ~(Bintclr|Binit); 
			lm78wrreg(Rconfig, config); 
pprint("config after %2.2ux\n", lm78rdreg(Rconfig)); 
1999/0728    
pprint("Rvidfan %2.2ux\n", lm78rdreg(Rconfig), lm78rdreg(Rvidfan)); 
1999/0725    
		} 
1999/0726    
		lm78.probed = 1; 
1999/0725    
	} 


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