diff options
Diffstat (limited to 'xorg-server/hw/xfree86/common/xf86AutoConfig.c')
-rw-r--r-- | xorg-server/hw/xfree86/common/xf86AutoConfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/hw/xfree86/common/xf86AutoConfig.c b/xorg-server/hw/xfree86/common/xf86AutoConfig.c index b3c31fd70..5667e1a87 100644 --- a/xorg-server/hw/xfree86/common/xf86AutoConfig.c +++ b/xorg-server/hw/xfree86/common/xf86AutoConfig.c @@ -157,7 +157,7 @@ videoPtrToDriverList(struct pci_device *dev, driverList[0] = "geode"; break; /* older Geode products acquired by AMD still carry an NSC vendor_id */ - case 0x100B: + case 0x100b: if (dev->device_id == 0x0030) { /* NSC Geode GX2 specifically ... */ driverList[0] = "geode"; @@ -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 */ |