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

2002/0403/pc/ethersink.c (diff list | history)

2002/0217/sys/src/9/pc/ethersink.c:42,472002/0403/sys/src/9/pc/ethersink.c:42,49 (short | long)
2002/0217    
{ 
	uchar ea[Eaddrlen]; 
 
2002/0403    
	if(ether->type==nil) 
		return -1; 
2002/0217    
	memset(ea, 0, sizeof ea); 
	ether->mbps = 1000; 
	ether->attach = nop; 
2002/0403/sys/src/9/pc/ethersink.c:48,542003/0301/sys/src/9/pc/ethersink.c:48,54 (short | long)
2002/0217    
	ether->mbps = 1000; 
	ether->attach = nop; 
	ether->transmit = nop; 
	ether->irq = 0; 
2003/0301    
	ether->irq = -1; 
2002/0217    
	ether->interrupt = nil; 
	ether->ifstat = nil; 
	ether->ctl = ctl; 


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