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

1999/0511/alphapc/screen.c (diff list | history)

1999/0415/sys/src/9/alphapc/screen.c:70,761999/0511/sys/src/9/alphapc/screen.c:70,76 (short | long | prev | next)
1999/0415    
		memset(gscreendata.data, Backgnd, width*BY2WD*y); 
		scr->useflush = 1; 
 
		scr->aperture = (ulong)arch->pcimem(0xA0000, 1<<16); 
1999/0511    
		scr->aperture = PADDR(arch->pcimem(0xA0000, 1<<16)); 
1999/0415    
		scr->apsize = 1<<16; 
	} 
	else 


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