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

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

1998/0129/sys/src/9/pc/ether8390.c:633,6451998/0319/sys/src/9/pc/ether8390.c:633,643 (short | long | prev | next)
Change dev read and write to use vlong offset. Formatting edits.
rsc Fri Mar 4 12:44:25 2005
1997/0418    
} 
 
static void 
1993/1118    
promiscuous(void *arg, int on) 
1998/0319    
promiscuous(void *arg, int ) 
1993/1116    
{ 
1997/0327    
	Ether *ether; 
	Dp8390 *ctlr; 
1993/1117    
 
1997/0418    
	USED(on); 
                 
1997/0327    
	ether = arg; 
	ctlr = ether->ctlr; 
 
1998/0129/sys/src/9/pc/ether8390.c:675,6821998/0319/sys/src/9/pc/ether8390.c:673,678
1997/0415    
	Dp8390 *ctlr; 
	int i; 
	ulong h; 
                 
1997/0418    
	USED(on); 
1997/0415    
 
	ether = arg; 
	ctlr = ether->ctlr; 


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