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

1995/0126/pc/vgatvp3020.c (diff list | history)

1994/0810/sys/src/9/pc/vgatvp3020.c:30,361995/0126/sys/src/9/pc/vgatvp3020.c:30,36 (short | long | prev | next)
1994/0624    
 * addressing. 
 */ 
static ushort dacxreg[4] = { 
	DACWx, DACData, DACMask, DACSts 
1995/0126    
	PaddrW, Pdata, Pixmask, PaddrR 
1994/0624    
}; 
 
static uchar 
1994/0810/sys/src/9/pc/vgatvp3020.c:182,1901995/0126/sys/src/9/pc/vgatvp3020.c:182,190
1994/0624    
	 * cursor colour 1 (white), 
	 * cursor colour 2 (black). 
	 */ 
	tvp3020xo(0x20, 0xFF); tvp3020xo(0x21, 0xFF); tvp3020xo(0x22, 0xFF); 
	tvp3020xo(0x23, 0xFF); tvp3020xo(0x24, 0xFF); tvp3020xo(0x25, 0xFF); 
	tvp3020xo(0x26, 0x00); tvp3020xo(0x27, 0x00); tvp3020xo(0x28, 0x00); 
1995/0126    
	tvp3020xo(0x20, Pwhite); tvp3020xo(0x21, Pwhite); tvp3020xo(0x22, Pwhite); 
	tvp3020xo(0x23, Pwhite); tvp3020xo(0x24, Pwhite); tvp3020xo(0x25, Pwhite); 
	tvp3020xo(0x26, Pblack); tvp3020xo(0x27, Pblack); tvp3020xo(0x28, Pblack); 
1994/0624    
 
1994/0729    
	unlock(&palettelock); 
1994/0624    
 
1994/0810/sys/src/9/pc/vgatvp3020.c:243,2461995/0126/sys/src/9/pc/vgatvp3020.c:243,254
1994/0624    
	load, 
	move, 
	disable, 
1995/0126    
 
	0, 
1994/0624    
}; 
1995/0126    
 
void 
vgatvp3020link(void) 
{ 
	addhwgclink(&tvp3020hwgc); 
} 


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