From: Thomas Hellstrom Date: Sun, 20 Feb 2005 00:05:43 +0000 (+0000) Subject: Fix VIA K8M800 PCI ID. X-Git-Tag: libdrm-1_0_0~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3cf4bc5f2bd556689ef197877de596b83dbd3d9;p=platform%2Fupstream%2Flibdrm.git Fix VIA K8M800 PCI ID. --- diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index 61aeac3..5628269 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" diff --git a/shared/drm_pciids.txt b/shared/drm_pciids.txt index 7e6cc4e..ebd0b6a 100644 --- a/shared/drm_pciids.txt +++ b/shared/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"