Add support for CN700 chipset in miniglx

This commit is contained in:
Jakob Bornecrantz 2007-02-06 10:22:47 +11:00 committed by Dave Airlie
parent 17c13b406f
commit 8518ddda7b
2 changed files with 2 additions and 0 deletions

View 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:

View 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