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

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

1995/0108/sys/src/9/pc/devether.c:209,2161995/0504/sys/src/9/pc/devether.c:209,221 (short | long | prev | next)
1993/1113    
				ctlr->irq = 9; 
1994/0713    
			setvec(Int0vec+ctlr->irq, ctlr->interrupt, ctlr); 
1993/0212    
 
1993/1113    
			print("ether%d: %s: port %lux irq %d addr %lux size %d:", 
				ctlrno, ctlr->type, ctlr->port, ctlr->irq, ctlr->mem, ctlr->size); 
1995/0504    
			print("ether%d: %s: port 0x%lux irq %d", 
				ctlrno, ctlr->type, ctlr->port, ctlr->irq); 
			if(ctlr->mem) 
				print(" addr 0x%lux", ctlr->mem); 
			if(ctlr->mem) 
				print(" size %d", ctlr->size); 
			print(": ea"); 
1993/1113    
			for(i = 0; i < sizeof(ctlr->ea); i++) 
				print(" %2.2ux", ctlr->ea[i]); 
			print("\n"); 


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