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

1993/0108/pc/devvga.c (diff list | history)

1993/0106/sys/src/9/pc/devvga.c:325,3301993/0108/sys/src/9/pc/devvga.c:325,335 (short | long | prev | next)
1992/0527    
	error(Eperm); 
} 
1992/1119    
 
1993/0108    
uchar 
srin(int i) { 
	outb(SRX, i); 
	return inb(SR); 
} 
1992/1119    
void 
genout(int reg, int val) 
{ 
1993/0106/sys/src/9/pc/devvga.c:649,6551993/0108/sys/src/9/pc/devvga.c:654,660
1993/0106    
static void 
1992/1216    
tridentpage(int page) 
{ 
1993/0106    
	srout(0x0e, page^0x02); 
1993/0108    
	srout(0x0e, (srin(0xe)&0xf0) | page^0x02); 
1992/1119    
} 
static void 
tsengpage(int page) 


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