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

1999/0422/pc/dma.c (diff list | history)

1999/0403/sys/src/9/pc/dma.c:107,1131999/0422/sys/src/9/pc/dma.c:107,117 (short | long | prev | next)
1999/0403    
		return 1; 
1997/0404    
	xp->bpa = PADDR(xp->bva); 
1999/0403    
	if(xp->bpa >= 16*MB){ 
		xfree(xp->bva);		/* doesn't work... */ 
1999/0422    
		/* 
		 * This will panic with the current 
		 * implementation of xspanalloc(). 
		xfree(xp->bva); 
		 */ 
1999/0403    
		xp->bva = nil; 
		return 1; 
	} 


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