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

1998/0129/pc/ether8390.c (diff list | history)

1997/0418/sys/src/9/pc/ether8390.c:246,2521998/0129/sys/src/9/pc/ether8390.c:246,252 (short | long | prev | next)
1997/0327    
	void *v; 
 
	ilock(ctlr); 
	v = dp8390read(ctlr, to, from, len); 
1998/0129    
	v = _dp8390read(ctlr, to, from, len); 
1997/0327    
	iunlock(ctlr); 
 
	return v; 


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