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

1994/0107/carrera/devether.c (diff list | history)

1994/0107/sys/src/9/carrera/devether.c:570,5761994/0524/sys/src/9/carrera/devether.c:570,579 (short | long | prev | next)
1993/0906    
	int i; 
1993/1217    
	uchar *mem, *base; 
1993/0906    
 
1993/1231    
	mem = xspanalloc(64*1024, 8, 64*1024); 
1994/0524    
	/* Put the ethernet buffers in the same place 
	 * as the bootrom 
	 */ 
	mem = (void*)(KZERO|0x2000); 
1993/1217    
	base = mem; 
1993/0906    
	mem = CACHELINE(uchar, mem); 
 


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