xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'
This commit is contained in:
parent
6c95fae1e9
commit
4fa89fbe18
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue