xserver: Branch 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Tue Sep 8 13:53:44 PDT 2009


 hw/xfree86/common/xf86AutoConfig.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cafa7c5f9017efdc33c348b6a55d80d44df0fe17
Author: Martin-Éric Racine <q-funk at iki.fi>
Date:   Tue Sep 8 23:52:52 2009 +0300

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

diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index b3c31fd..7e1956a 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 */


More information about the xorg-commit mailing list