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

2001/0901/pc/vganvidia.c (diff list | history)

2001/0824/sys/src/9/pc/vganvidia.c:271,2772001/0901/sys/src/9/pc/vganvidia.c:271,277 (short | long | prev | next)
2001/0824    
		; 
 
	if(x >= 1000000) 
		iprint("idle stat %d scrio %.8lux scr %p pc %luX\n", *pgraph, scr->io, scr, getcallerpc(&scr)); 
2001/0901    
		iprint("idle stat %lud scrio %.8lux scr %p pc %luX\n", *pgraph, scr->io, scr, getcallerpc(&scr)); 
2001/0824    
} 
 
static void 
2001/0824/sys/src/9/pc/vganvidia.c:339,3452001/0901/sys/src/9/pc/vganvidia.c:339,346
2001/0824    
 
	if(blank) { 
		seq1 |= 0x20; 
		crtc1A |= 0xC0; 
2001/0901    
//		crtc1A |= 0xC0; 
		crtc1A |= 0x80; 
2001/0824    
	} 
 
	vgaxo(Seqx, 1, seq1); 


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