From: Eric Anholt Date: Fri, 13 Aug 2004 23:32:39 +0000 (+0000) Subject: Fix apparent copy'n'paste-o of the card attributes commit that broke the X-Git-Tag: libdrm-1_0_0~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=211c37e250af6f8645a247ef1cce4dee041f3fd1;p=platform%2Fupstream%2Flibdrm.git Fix apparent copy'n'paste-o of the card attributes commit that broke the FreeBSD build. --- diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index e699a81..0b97b22 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -42,8 +42,8 @@ 0x1002 0x516C 0 "ATI Radeon Ql R200" 0x1002 0x5834 CHIP_IS_IGP "ATI Radeon RS300 IGP" 0x1002 0x5835 CHIP_IS_IGP|CHIP_IS_MOBILITY "ATI Radeon RS300 Mobility IGP" -0x1002 0x5836 0 "ATI Radeon RS300 IGP" CHIP_IS_IGP -0x1002 0x5837 0 "ATI Radeon RS300 IGP" CHIP_IS_IGP +0x1002 0x5836 CHIP_IS_IGP "ATI Radeon RS300 IGP" +0x1002 0x5837 CHIP_IS_IGP "ATI Radeon RS300 IGP" 0x1002 0x5960 0 "ATI Radeon RV280 9200" 0x1002 0x5961 0 "ATI Radeon RV280 9200 SE" 0x1002 0x5962 0 "ATI Radeon RV280 9200" diff --git a/shared/drm_pciids.txt b/shared/drm_pciids.txt index e699a81..0b97b22 100644 --- a/shared/drm_pciids.txt +++ b/shared/drm_pciids.txt @@ -42,8 +42,8 @@ 0x1002 0x516C 0 "ATI Radeon Ql R200" 0x1002 0x5834 CHIP_IS_IGP "ATI Radeon RS300 IGP" 0x1002 0x5835 CHIP_IS_IGP|CHIP_IS_MOBILITY "ATI Radeon RS300 Mobility IGP" -0x1002 0x5836 0 "ATI Radeon RS300 IGP" CHIP_IS_IGP -0x1002 0x5837 0 "ATI Radeon RS300 IGP" CHIP_IS_IGP +0x1002 0x5836 CHIP_IS_IGP "ATI Radeon RS300 IGP" +0x1002 0x5837 CHIP_IS_IGP "ATI Radeon RS300 IGP" 0x1002 0x5960 0 "ATI Radeon RV280 9200" 0x1002 0x5961 0 "ATI Radeon RV280 9200 SE" 0x1002 0x5962 0 "ATI Radeon RV280 9200"