summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-08 23:52:52 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-08 23:52:52 +0300
commitcafa7c5f9017efdc33c348b6a55d80d44df0fe17 (patch)
tree4ee59b3bdbc13cd0bfcfe43a65fbfdb345efc349
parentd3ad1804a5216487b5837a80f3e53b81212dcf84 (diff)
Added comment with the PCI device ID of Geode SCx200 series.
-rw-r--r--hw/xfree86/common/xf86AutoConfig.c2
1 files changed, 1 insertions, 1 deletions
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 */