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

2001/0527/pc/vgat2r4.c (diff list | history)

2000/0326/sys/src/9/pc/vgat2r4.c:132,1392001/0527/sys/src/9/pc/vgat2r4.c:132,138 (short | long | prev | next)
1999/1007    
 
	memset(&seg, 0, sizeof(seg)); 
	seg.attr = SG_PHYSICAL; 
	seg.name = smalloc(NAMELEN); 
	snprint(seg.name, NAMELEN, "t2r4mmio"); 
2001/0527    
	kstrdup(&seg.name, "t2r4mmio"); 
1999/1008    
	seg.pa = mmio; 
1999/1007    
	seg.size = p->mem[4].size; 
	addphysseg(&seg); 
2000/0326/sys/src/9/pc/vgat2r4.c:148,1552001/0527/sys/src/9/pc/vgat2r4.c:147,153
1999/1007    
		scr->apsize = size; 
		memset(&seg, 0, sizeof(seg)); 
		seg.attr = SG_PHYSICAL; 
		seg.name = smalloc(NAMELEN); 
		snprint(seg.name, NAMELEN, "t2r4screen"); 
2001/0527    
		kstrdup(&seg.name, "t2r4screen"); 
1999/1007    
		seg.pa = aperture; 
		seg.size = size; 
		addphysseg(&seg); 


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