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

1994/0128/pc/etherif.h (diff list | history)

1993/1124/sys/src/9/pc/etherif.h:40,451994/0128/sys/src/9/pc/etherif.h:40,47 (short | long | prev | next)
Add dp8390 functions.
rsc Fri Mar 4 12:44:25 2005
1993/1118    
extern int dp8390reset(Ether*); 
extern void dp8390getea(Ether*); 
extern void dp8390setea(Ether*); 
1994/0128    
extern void *dp8390read(Dp8390*, void*, ulong, ulong); 
extern void *dp8390write(Dp8390*, ulong, void*, ulong); 
1993/1116    
 
1993/1113    
#define NEXT(x, l)	(((x)+1)%(l)) 
#define	HOWMANY(x, y)	(((x)+((y)-1))/(y)) 


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