~kris/9p

9hist

71da9f72dd043dc8fd29088ac59732005503a730 — David du Colombier 28 years ago cc7c634
Plan 9 from Bell Labs 1998-08-03
1 files changed, 5 insertions(+), 1 deletions(-)

M pc/vgamach64xx.c
M pc/vgamach64xx.c => pc/vgamach64xx.c +5 -1
@@ 12,12 12,16 @@
#include "screen.h"

/*
 * ATI Mach64(CT|ET|GP|GT|GU|VT|VU).
 * ATI Mach64(CT|ET|G*|VT|VU).
 */
static ushort mach64xxdid[] = {
	('C'<<8)|'T',
	('E'<<8)|'T',
	('G'<<8)|'B',
	('G'<<8)|'D',
	('G'<<8)|'I',
	('G'<<8)|'P',
	('G'<<8)|'Q',
	('G'<<8)|'T',
	('G'<<8)|'U',
	('V'<<8)|'T',