Added comment with the PCI device ID of Geode SCx200 series.

This commit is contained in:
Martin-Éric Racine 2009-09-08 23:52:52 +03:00
parent d3ad1804a5
commit cafa7c5f90

View File

@ -165,7 +165,7 @@ videoPtrToDriverList(struct pci_device *dev,
forked by AMD for GEODE so we keep it as a backup */
driverList[1] = "nsc";
} else
/* ... or any other NSC Geode e.g. SC series */
/* ... any other NSC Geode SC variant e.g. 0x0504 for SCx200 */
driverList[0] = "nsc";
break;
/* Cyrix Geode GX1 */