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

1999/0629/carrera/devether.c (diff list | history)

1998/0319/sys/src/9/carrera/devether.c:326,3321999/0629/sys/src/9/carrera/devether.c:326,332 (short | long | prev | next)
1997/1210    
			i = sprint(buf, "#l%d: %s: %dMbps port 0x%luX", 
				ctlrno, ether->type, ether->mbps, ether->port); 
			if(ether->irq) 
				i += sprint(buf+i, " irq %d", ether->irq); 
1999/0629    
				i += sprint(buf+i, " irq %ld", ether->irq); 
1997/1210    
			if(ether->mem) 
				i += sprint(buf+i, " addr 0x%luX", PADDR(ether->mem)); 
			if(ether->size) 


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