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

1995/0513/pc/devether.c (diff list | history)

1995/0511/sys/src/9/pc/devether.c:209,2231995/0513/sys/src/9/pc/devether.c:209,223 (short | long | prev | next)
1993/1113    
				ctlr->irq = 9; 
1994/0713    
			setvec(Int0vec+ctlr->irq, ctlr->interrupt, ctlr); 
1993/0212    
 
1995/0504    
			print("ether%d: %s: port 0x%lux irq %d", 
1995/0513    
			print("ether%d: %s: port 0x%luX irq %d", 
1995/0504    
				ctlrno, ctlr->type, ctlr->port, ctlr->irq); 
			if(ctlr->mem) 
1995/0511    
				print(" addr 0x%lux", ctlr->mem & ~KZERO); 
1995/0513    
				print(" addr 0x%luX", ctlr->mem & ~KZERO); 
1995/0505    
			if(ctlr->size) 
1995/0511    
				print(" size 0x%lux", ctlr->size); 
1995/0513    
				print(" size 0x%luX", ctlr->size); 
1995/0505    
			print(":"); 
1993/1113    
			for(i = 0; i < sizeof(ctlr->ea); i++) 
				print(" %2.2ux", ctlr->ea[i]); 
1995/0513    
				print(" %2.2uX", ctlr->ea[i]); 
1993/1113    
			print("\n"); 
1993/0212    
 
1993/1113    
			netifinit(ctlr, "ether", Ntypes, 32*1024); 


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