summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2009-09-18 09:15:25 +0300
committerMartin-Éric Racine <q-funk@iki.fi>2009-09-18 09:15:25 +0300
commit9184997ac2bf08841f1a40ebf416e49b44d71ff4 (patch)
tree7fcb913ca5d8b1bab2db79cca30b49ee29ad842c
parent651310328e3cfc5c4936cf5df1dcaf7d319d20f6 (diff)
geode: Added the PCI vendor and device ID of NSC SC1400 to README.
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index c11f8a2..2305456 100644
--- a/README
+++ b/README
@@ -30,15 +30,16 @@ at which point xf86-video-cyrix and xf86-video-nsc will be retired.
Until then, the current situation for Geode coverage is as follow:
xf86-video-geode
- * AMD Geode LX (a.k.a. GX3) PCI ID 0x1022:0x2081
- * AMD Geode GX (a.k.a. GX2) PCI ID 0x100B:0x0030
+ * AMD Geode LX (a.k.a. GX3) PCI ID 0x1022:0x2081
+ * AMD Geode GX (a.k.a. GX2) PCI ID 0x100B:0x0030
xf86-video-nsc
- * NSC Geode GX (a.k.a. GX2) PCI ID 0x100B:0x0030
- * NSC Geode SC (a.k.a. GX1) PCI ID 0x100B:0x0504
+ * NSC Geode Media GX (a.k.a. GX2) PCI ID 0x100B:0x0030
+ * NSC Geode SCx200 (a.k.a. GX1) PCI ID 0x100B:0x0504
+ * NSC Geode SC1400 (a.k.a. GX1) PCI ID 0x100B:0x0104
xf86-video-cyrix
- * Cyrix Geode (a.k.a. GX1) PCI ID 0x1078:0x0104
+ * Cyrix Geode (a.k.a. GX1) PCI ID 0x1078:0x0104
Please note that both NSC and GEODE support GX2. This is indeed correct.
However, only GEODE has up-to-date code, while NSC is deprecated.