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

1997/1101/pc/ether8003.c (diff list | history)

1997/0331/sys/src/9/pc/ether8003.c:122,1281997/1101/sys/src/9/pc/ether8003.c:122,128 (short | long | prev | next)
1997/0327    
			ctlr->width = 1; 
1993/0223    
	} 
 
1993/1118    
	ether->mem = KZERO|((ic[Msr] & 0x3F)<<13); 
1997/1101    
	ether->mem = (ulong)KADDR((ic[Msr] & 0x3F)<<13); 
1997/0327    
	if(ctlr->width == 2) 
1993/1118    
		ether->mem |= (ic[Laar] & 0x1F)<<19; 
1992/1222    
	else 
1997/0331/sys/src/9/pc/ether8003.c:163,1691997/1101/sys/src/9/pc/ether8003.c:163,169
1995/0829    
	irq = inb(port+0x0D); 
	outb(port+Hcr, hcr); 
 
	ether->mem = KZERO|(0xC0000+((((addr>>2) & 0x30)|(addr & 0x0F))<<13)); 
1997/1101    
	ether->mem = (ulong)KADDR(0xC0000+((((addr>>2) & 0x30)|(addr & 0x0F))<<13)); 
1995/0829    
	ether->size = 8192*(1<<((addr>>4) & 0x03)); 
	ether->irq = irq8216[((irq>>4) & 0x04)|((irq>>2) & 0x03)]; 
 


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