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

2000/0604/pc/ether8390.c (diff list | history)

2000/0604/sys/src/9/pc/ether8390.c:302,3082002/0114/sys/src/9/pc/ether8390.c:302,308 (short | long | prev)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
1997/0327    
				crda = regr(ctlr, Crda0); 
				crda |= regr(ctlr, Crda1)<<8; 
				if(crda != to) 
					panic("crda write %d to %d\n", crda, to); 
2002/0114    
					panic("crda write %lud to %lud\n", crda, to); 
1997/0327    
	 
				break; 
			} 


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