Revert origin crestline pci id patch

This commit is contained in:
Wang Zhenyu
2007-02-02 10:01:42 +08:00
parent c171166987
commit 6b6760d6bc
2 changed files with 0 additions and 4 deletions
@@ -119,9 +119,6 @@ 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;
}
@@ -384,7 +384,6 @@ 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
/* ================================================================