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

1993/1119/pc/etherif.h (diff list | history)

1993/1118/sys/src/9/pc/etherif.h:17,231993/1119/sys/src/9/pc/etherif.h:17,23 (short | long | prev | next)
Remove Dp8390.busy.
rsc Fri Mar 4 12:44:25 2005
1993/1113    
 
	QLock	tlock;			/* lock for grabbing transmitter queue */ 
	Rendez	tr;			/* wait here for free xmit buffer */ 
	long	tlen;			/* length of data in tb for txfifo management */ 
1993/1119    
	long	tlen;			/* length of data in tpkt */ 
1993/1113    
 
	Netif; 
}; 
1993/1118/sys/src/9/pc/etherif.h:30,361993/1119/sys/src/9/pc/etherif.h:30,35
1993/1116    
	ulong	data;			/* I/O data port if no shared memory */ 
1993/1118    
 
	uchar	nxtpkt;			/* receive: software bndry */ 
	uchar	busy;			/* transmit: busy */ 
1993/1116    
	uchar	tstart;			/* 8390 ring addresses */ 
	uchar	pstart; 
	uchar	pstop; 


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