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

1996/0607/pc/etherif.h (diff list | history)

1996/0601/sys/src/9/pc/etherif.h:1,51996/0607/sys/src/9/pc/etherif.h:1,5 (short | long | prev | next)
Increase MaxEther. Add Ether.ifstat.
rsc Fri Mar 4 12:44:25 2005
1993/1113    
enum { 
1995/0129    
	MaxEther	= 8, 
1996/0607    
	MaxEther	= 24, 
1993/1113    
	Ntypes		= 8, 
}; 
 
1996/0601/sys/src/9/pc/etherif.h:12,171996/0607/sys/src/9/pc/etherif.h:12,18
1993/1113    
	void	(*attach)(Ether*);	/* filled in by reset routine */ 
	long	(*write)(Ether*, void*, long); 
1993/1124    
	void	(*interrupt)(Ureg*, void*); 
1996/0607    
	long	(*ifstat)(Ether*, void*, long, ulong); 
1995/0721    
	void	*ctlr; 
1993/1113    
 
	Etherpkt tpkt;			/* transmit buffer */ 


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