xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'

This commit is contained in:
Jordan Crouse 2008-04-21 12:09:00 -06:00
parent 6c95fae1e9
commit 4fa89fbe18

View File

@ -146,7 +146,11 @@ videoPtrToDriverName(struct pci_device *dev)
switch (dev->vendor_id)
{
case 0x1022: return "amd";
case 0x1022:
if (dev->device_id == 0x2081)
return "geode";
else
return NULL;
case 0x1142: return "apm";
case 0xedd8: return "ark";
case 0x1a03: return "ast";