Add support for CN700 chipset in miniglx
authorJakob Bornecrantz <wallbraker 'at' gmail 'dot' com>
Mon, 5 Feb 2007 23:22:47 +0000 (10:22 +1100)
committerDave Airlie <airlied@linux.ie>
Mon, 5 Feb 2007 23:22:47 +0000 (10:22 +1100)
src/mesa/drivers/dri/unichrome/server/via_dri.c
src/mesa/drivers/dri/unichrome/server/via_regs.h

index 2fe61e40390cb26d7ce6b8058e38fd48c2b70bee..6944bd66f9c023b0c7c07cb1a4e5c42dba3cc214 100644 (file)
@@ -1179,6 +1179,7 @@ static int viaInitFBDev(DRIDriverContext *ctx)
         pVia->Chipset = VIA_KM400;
         break;
     case PCI_CHIP_VT3204:
+    case PCI_CHIP_VT3344:
         pVia->Chipset = VIA_K8M800;
         break;
     case PCI_CHIP_VT3259:
index 5c5eecbe831e1e86a1542cad1fa5d4d7cb600a7d..87e1e9daa929b0346e180a4f31d50b791dc96051 100644 (file)
@@ -44,6 +44,7 @@
 #define PCI_CHIP_VT7205         0x7205
 #define PCI_CHIP_VT3204         0x3108
 #define PCI_CHIP_VT3259         0x3118
+#define PCI_CHIP_VT3344         0x3344
 
 
 #define BIOS_BSIZE              1024