adding pci id of Crestline

This commit is contained in:
Wang Zhenyu 2006-08-22 23:29:03 +08:00 committed by Eric Anholt
parent eb9033c723
commit 0536268267
2 changed files with 4 additions and 0 deletions

View file

@ -117,6 +117,9 @@ static const GLubyte *intelGetString( GLcontext *ctx, GLenum name )
case PCI_CHIP_I946_GZ:
chipset = "Intel(R) 946GZ"; break;
break;
case PCI_CHIP_CRESTLINE:
chipset = "Intel(R) Crestline"; break;
break;
default:
chipset = "Unknown Intel Chipset"; break;
}

View file

@ -383,6 +383,7 @@ extern int INTEL_DEBUG;
#define PCI_CHIP_I965_Q 0x2992
#define PCI_CHIP_I965_G_1 0x2982
#define PCI_CHIP_I946_GZ 0x2972
#define PCI_CHIP_CRESTLINE 0x2A02
/* ================================================================