From cafa7c5f9017efdc33c348b6a55d80d44df0fe17 Mon Sep 17 00:00:00 2001 From: Martin-Éric Racine Date: Tue, 8 Sep 2009 23:52:52 +0300 Subject: Added comment with the PCI device ID of Geode SCx200 series. --- hw/xfree86/common/xf86AutoConfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index b3c31fd70..7e1956aa4 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -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 */ -- cgit v1.2.3