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

1995/0808/pc/vgaark2000pv.c (diff list | history)

1995/0624/sys/src/9/pc/vgaark2000pv.c:89,951995/0808/sys/src/9/pc/vgaark2000pv.c:89,97 (short | long | prev | next)
1995/0516    
	} 
	memmove(&curcursor, c, sizeof(Cursor)); 
 
1995/0808    
#ifdef notdef 
1995/0623    
	vgaxo(Seqx, 0x20, seq20 & ~0x08); 
1995/0808    
#endif 
1995/0516    
	/* 
	 * Is linear addressing turned on? This will determine 
	 * how we access the cursor storage. 
1995/0624/sys/src/9/pc/vgaark2000pv.c:120,1271995/0808/sys/src/9/pc/vgaark2000pv.c:122,129
1995/0516    
				*p++ = c->set[2*y + x]; 
			} 
			else { 
1995/0624    
				*p++ = 0xAA; 
				*p++ = 0x55; 
1995/0808    
				*p++ = 0x00; 
				*p++ = 0x00; 
1995/0516    
			} 
		} 
	} 
1995/0624/sys/src/9/pc/vgaark2000pv.c:130,1361995/0808/sys/src/9/pc/vgaark2000pv.c:132,140
1995/0516    
	 * Set the cursor hotpoint and enable the cursor. 
	 */ 
	hotpoint = c->offset; 
1995/0808    
#ifdef notdef 
1995/0623    
	vgaxo(Seqx, 0x20, seq20|0x08); 
1995/0808    
#endif 
1995/0516    
 
	unlock(&ark2000pvlock); 
} 


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