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

2002/0711/alphapc/devether.c (diff list | history)

2002/0109/sys/src/9/alphapc/devether.c:383,3942002/0711/sys/src/9/alphapc/devether.c:383,394 (short | long | prev | next)
1999/0415    
			if(ether->mbps == 100){ 
				netifinit(ether, name, Ntypes, 256*1024); 
				if(ether->oq == 0) 
					ether->oq = qopen(256*1024, 1, 0, 0); 
2002/0711    
					ether->oq = qopen(256*1024, Qmsg, 0, 0); 
1999/0415    
			} 
			else{ 
				netifinit(ether, name, Ntypes, 65*1024); 
				if(ether->oq == 0) 
					ether->oq = qopen(65*1024, 1, 0, 0); 
2002/0711    
					ether->oq = qopen(65*1024, Qmsg, 0, 0); 
1999/0415    
			} 
			if(ether->oq == 0) 
				panic("etherreset %s", name); 


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