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

2000/0809/pc/vgas3.c (diff list | history)

2000/0803/sys/src/9/pc/vgas3.c:193,1992000/0809/sys/src/9/pc/vgas3.c:193,199 (short | long | prev | next)
1994/0809    
 
1998/0116    
	opage = 0; 
1997/1101    
	p = KADDR(scr->aperture); 
1998/0116    
	id = (vgaxi(Crtx, 0x30)<<8)|vgaxi(Crtx, 0x2E); 
2000/0809    
	id = (vgaxi(Crtx, 0x2D)<<8)|vgaxi(Crtx, 0x2E); 
1998/0116    
	switch(id){ 
1994/0803    
 
2000/0803    
	case 0x5631:				/* ViRGE */ 
2000/0803/sys/src/9/pc/vgas3.c:531,5372000/0809/sys/src/9/pc/vgas3.c:531,537
1999/1005    
{ 
	ulong id; 
 
	id = (vgaxi(Crtx, 0x30)<<8)|vgaxi(Crtx, 0x2E); 
2000/0809    
	id = (vgaxi(Crtx, 0x2D)<<8)|vgaxi(Crtx, 0x2E); 
1999/1005    
	scr->id = id; 
 
	/* 


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