diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-08-13 23:32:39 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-08-13 23:32:39 +0000 |
commit | 211c37e250af6f8645a247ef1cce4dee041f3fd1 (patch) | |
tree | 7b73ca55017c707cd80c6596cb694cddcc02bc53 /shared | |
parent | d78db7c930c4652f45584098747efa8feb4cd280 (diff) |
Fix apparent copy'n'paste-o of the card attributes commit that broke the
FreeBSD build.
Diffstat (limited to 'shared')
-rw-r--r-- | shared/drm_pciids.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/drm_pciids.txt b/shared/drm_pciids.txt index e699a81c..0b97b223 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" |