diff options
author | augustss <augustss@pkgsrc.org> | 2005-10-16 18:14:31 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2005-10-16 18:14:31 +0000 |
commit | 67fb60764669fa2ef15d08b2ff052865756eac7d (patch) | |
tree | c6739d4add4240cfdf7f90060b63a6bc458aa164 /x11/xorg-libs | |
parent | 21f52850a3eca10bd16f475317b76849feac72c7 (diff) | |
download | pkgsrc-67fb60764669fa2ef15d08b2ff052865756eac7d.tar.gz |
Recognize ATI Radeon X850XT.
Diffstat (limited to 'x11/xorg-libs')
-rw-r--r-- | x11/xorg-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/xorg-libs/patches/patch-bn | 52 |
2 files changed, 54 insertions, 1 deletions
diff --git a/x11/xorg-libs/distinfo b/x11/xorg-libs/distinfo index dc92de27a9d..cc69b462181 100644 --- a/x11/xorg-libs/distinfo +++ b/x11/xorg-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2005/09/18 19:33:42 xtraeme Exp $ +$NetBSD: distinfo,v 1.23 2005/10/16 18:14:31 augustss Exp $ SHA1 (X11R6.8.2-src1.tar.gz) = 23c60680274062a1db17f646a8388149309dc45c RMD160 (X11R6.8.2-src1.tar.gz) = bb170d7a11416c3d9bd1d23d461ba4cea9b1b2c8 @@ -46,3 +46,4 @@ SHA1 (patch-bj) = 263336947f34b98c054b75dba204756c8b8f488f SHA1 (patch-bk) = e8b5eca5ce2d3acc77797f16f956dfc9a2fcacc8 SHA1 (patch-bl) = 061ef890491cc131e70c6329a30c9f28a301df92 SHA1 (patch-bm) = 7cd02712c1ae4ca070564d2f7b5cb4e3e5b6e93b +SHA1 (patch-bn) = d5c63c7c9380dd956a8c31737b8ee72cfe914325 diff --git a/x11/xorg-libs/patches/patch-bn b/x11/xorg-libs/patches/patch-bn new file mode 100644 index 00000000000..ff8f594ed0c --- /dev/null +++ b/x11/xorg-libs/patches/patch-bn @@ -0,0 +1,52 @@ +diff -c -r work.x86_64/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h work.x86_64.la/xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h +*** old/programs/Xserver/hw/xfree86/common/xf86PciInfo.h Sat Jul 31 00:20:21 2004 +--- programs/Xserver/hw/xfree86/common/xf86PciInfo.h Fri Jul 1 16:01:28 2005 +*************** +*** 313,318 **** +--- 313,319 ---- + #define PCI_CHIP_RV280_5964 0x5964 + #define PCI_CHIP_RV280_5C61 0x5C61 + #define PCI_CHIP_RV280_5C63 0x5C63 ++ #define PCI_CHIP_R480_5D52 0x5D52 + #define PCI_CHIP_R423_5D57 0x5D57 + #define PCI_CHIP_RS350_7834 0x7834 + #define PCI_CHIP_RS350_7835 0x7835 +diff -c -r work.x86_64/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_chipset.h work.x86_64.la/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_chipset.h +*** old/programs/Xserver/hw/xfree86/drivers/ati/radeon_chipset.h Thu Aug 12 04:23:46 2004 +--- programs/Xserver/hw/xfree86/drivers/ati/radeon_chipset.h Fri Jul 1 15:58:35 2005 +*************** +*** 91,96 **** +--- 91,97 ---- + { PCI_CHIP_R423_UR, "ATI FireGL V5100 (R423) UR (PCIE)" }, + { PCI_CHIP_R423_UT, "ATI FireGL V7100 (R423) UT (PCIE)" }, + { PCI_CHIP_R423_5D57, "ATI Radeon X800XT (R423) 5D57 (PCIE)" }, ++ { PCI_CHIP_R480_5D52, "ATI Radeon X850XT (R480) 5D52 (PCIE)" }, + + { -1, NULL } + }; +diff -c -r work.x86_64/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c work.x86_64.la/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c +*** old/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Fri Dec 17 01:13:18 2004 +--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c Fri Jul 1 15:59:59 2005 +*************** +*** 2309,2314 **** +--- 2309,2315 ---- + case PCI_CHIP_R423_UR: + case PCI_CHIP_R423_UT: + case PCI_CHIP_R423_5D57: ++ case PCI_CHIP_R480_5D52: + info->ChipFamily = CHIP_FAMILY_R420; + break; + +*** old/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c Thu Aug 12 03:03:06 2004 +--- programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c Fri Jul 1 16:00:32 2005 +*************** +*** 144,149 **** +--- 144,150 ---- + { PCI_CHIP_R423_UR, PCI_CHIP_R423_UR, RES_SHARED_VGA }, + { PCI_CHIP_R423_UT, PCI_CHIP_R423_UT, RES_SHARED_VGA }, + { PCI_CHIP_R423_5D57, PCI_CHIP_R423_5D57, RES_SHARED_VGA }, ++ { PCI_CHIP_R480_5D52, PCI_CHIP_R480_5D52, RES_SHARED_VGA }, + + { -1, -1, RES_UNDEFINED } + }; + |