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

1998/0803/pc/vgamach64xx.c (diff list | history)

1998/0511/sys/src/9/pc/vgamach64xx.c:12,231998/0803/sys/src/9/pc/vgamach64xx.c:12,27 (short | long | prev | next)
Add more card types.
rsc Fri Mar 4 12:44:25 2005
1998/0507    
#include "screen.h" 
 
/* 
1998/0508    
 * ATI Mach64(CT|ET|GP|GT|GU|VT|VU). 
1998/0803    
 * ATI Mach64(CT|ET|G*|VT|VU). 
1998/0507    
 */ 
static ushort mach64xxdid[] = { 
	('C'<<8)|'T', 
	('E'<<8)|'T', 
1998/0803    
	('G'<<8)|'B', 
	('G'<<8)|'D', 
	('G'<<8)|'I', 
1998/0507    
	('G'<<8)|'P', 
1998/0803    
	('G'<<8)|'Q', 
1998/0507    
	('G'<<8)|'T', 
	('G'<<8)|'U', 
	('V'<<8)|'T', 


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