mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 04:10:15 +01:00
Added comment with the PCI device ID of Geode SCx200 series.
This commit is contained in:
parent
d3ad1804a5
commit
cafa7c5f90
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue