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

1999/0515/alphapc/devether.c (diff list | history)

1999/0415/sys/src/9/alphapc/devether.c:356,3621999/0515/sys/src/9/alphapc/devether.c:356,362 (short | long | prev | next)
1999/0415    
				ether->irq = 9; 
			intrenable(VectorPCI+ether->irq, ether->interrupt, ether, ether->tbdf); 
 
			i = sprint(buf, "#l%d: %s: %dMbps port 0x%luX irq %d", 
1999/0515    
			i = sprint(buf, "#l%d: %s: %dMbps port 0x%luX irq %ld", 
1999/0415    
				ctlrno, ether->type, ether->mbps, ether->port, ether->irq); 
			if(ether->mem) 
				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)