diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-02-20 00:05:43 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-02-20 00:05:43 +0000 |
commit | f3cf4bc5f2bd556689ef197877de596b83dbd3d9 (patch) | |
tree | 457f19254c31657c9d9c57fc047b64d93e6047b1 /shared-core | |
parent | 56cdeff23181772142a56268e50ceff691c7934d (diff) |
Fix VIA K8M800 PCI ID.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/drm_pciids.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index 61aeac38..56282697 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -151,10 +151,10 @@ [viadrv] 0x1106 0x3022 0 "VIA CLE266 3022" -0x1106 0x3118 0 "VIA CN400" +0x1106 0x3118 0 "VIA CN400 / PM8X0" 0x1106 0x3122 0 "VIA CLE266" 0x1106 0x7205 0 "VIA KM400" -0x1106 0x7204 0 "VIA K8M800" +0x1106 0x3108 0 "VIA K8M800" [i810] 0x8086 0x7121 0 "Intel i810 GMCH" |