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:
* amd/cyrix/nsc
* xgi
* cyrix/nsc. should be merged into geode anyway.
* xgi.
*/
switch (dev->vendor_id)
{
case 0x1022: return "amd";
case 0x1142: return "apm";
case 0xedd8: return "ark";
case 0x1a03: return "ast";