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

1998/0825/pc/devether.c (diff list | history)

1998/0319/sys/src/9/pc/devether.c:356,3621998/0825/sys/src/9/pc/devether.c:356,362 (short | long | prev | next)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
1997/0327    
				ether->irq = 9; 
			intrenable(VectorPIC+ether->irq, ether->interrupt, ether, ether->tbdf); 
1993/0212    
 
1997/0327    
			i = sprint(buf, "#l%d: %s: %dMbps port 0x%luX irq %d", 
1998/0825    
			i = sprint(buf, "#l%d: %s: %dMbps port 0x%luX irq %lud", 
1997/0327    
				ctlrno, ether->type, ether->mbps, ether->port, ether->irq); 
			if(ether->mem) 
1997/1101    
				i += sprint(buf+i, " addr 0x%luX", PADDR(ether->mem)); 


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