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

1992/1209/pc/devvga.c (diff list | history)

1992/1209/sys/src/9/pc/devvga.c:118,1231992/1215/sys/src/9/pc/devvga.c:118,124 (short | long | prev | next)
1992/1119    
{ 
	Tseng,		/* tseng labs te4000 */ 
1992/1124    
	Pvga1a,		/* paradise */ 
1992/1215    
	Ati, 
1992/1119    
	Generic, 
}; 
 
1992/1209/sys/src/9/pc/devvga.c:125,1301992/1215/sys/src/9/pc/devvga.c:126,132
1992/1119    
{ 
1992/1124    
[Pvga1a]	{ "pvga1a", parapage, }, 
1992/1119    
[Tseng]		{ "tseng", tsengpage, }, 
1992/1215    
[Ati]		{ "ati", nopage, }, 
1992/1119    
[Generic]	{ "generic", nopage, }, 
		{ 0, 0, }, 
}; 


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