Add the "amd" driver to magic driver selection.

This commit is contained in:
Adam Jackson 2008-03-10 13:40:00 -04:00
parent 0f6aaf636b
commit ab9b0b36ac

View File

@ -140,12 +140,13 @@ videoPtrToDriverName(struct pci_device *dev)
{ {
/* /*
* things not handled yet: * things not handled yet:
* amd/cyrix/nsc * cyrix/nsc. should be merged into geode anyway.
* xgi * xgi.
*/ */
switch (dev->vendor_id) switch (dev->vendor_id)
{ {
case 0x1022: return "amd";
case 0x1142: return "apm"; case 0x1142: return "apm";
case 0xedd8: return "ark"; case 0xedd8: return "ark";
case 0x1a03: return "ast"; case 0x1a03: return "ast";