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

1993/1124/pc/ether8390.c (diff list | history)

1993/1120/sys/src/9/pc/ether8390.c:554,5651993/1124/sys/src/9/pc/ether8390.c:554,569 (short | long | prev | next)
1993/0212    
} 
 
1993/1116    
static void 
interrupt(Ether *ether) 
1993/1124    
interrupt(Ureg *ur, void *arg) 
1993/0212    
{ 
1993/1124    
	Ether *ether; 
1993/1118    
	Dp8390 *dp8390; 
	ulong port; 
1993/0212    
	uchar isr, r; 
1992/1222    
 
1993/1124    
	USED(ur); 
 
	ether = arg; 
1993/1118    
	dp8390 = ether->private; 
	port = dp8390->dp8390; 
 


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