use the openchrome driver for via chipsets.

This commit is contained in:
matthieu 2008-07-12 13:02:55 +00:00
parent c49b33a011
commit 1dd309dcb0

View File

@ -216,7 +216,7 @@ videoPtrToDriverName(pciVideoPtr info)
case 0x3d3d: return "glint";
case 0x1023: return "trident";
case 0x100c: return "tseng";
case 0x1106: return "via";
case 0x1106: return "openchrome";
case 0x15ad: return "vmware";
default: break;
}