Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2009 09:26:28 +0300
From:      "Andrei V. Lavreniyuk" <andy.lavr@reactor-xg.kiev.ua>
To:        x11@FreeBSD.org
Subject:   Part 2: Patch add "Sapphire Radeon HD 4870 512MB DDR5" to radeonhd drivers
Message-ID:  <4A0D0B14.6010309@reactor-xg.kiev.ua>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020605090900010903090702
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit

Hi!


View attached file - patch-rhd_id.c


--- skip Xorg.0.log ---

(II) Setting vga for screen 0.
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(**) RADEONHD(0): Selected ShadowFB.
(--) RADEONHD(0): Detected an RV770 on a Sapphire Radeon HD 4870 512MB DDR5
(II) RADEONHD(0): Mapped IO @ 0xfbde0000 to 0x8006bd000 (size 0x00010000)
(II) RADEONHD(0): PCIE Card Detected
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom:
         SubsystemVendorID: 0x174b SubsystemID: 0x0502
         IOBaseAddress: 0xc000
         Filename: 85nssc2.bin
         BIOS Bootup Message:
Wekiva RV770 B50701 Board


--- end skip ---




Best regards, Andrei Lavreniyuk

--------------020605090900010903090702
Content-Type: text/plain;
 name="patch-rhd_id.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-rhd_id.c"

--- rhd_id.c.orig	2009-04-03 12:51:50.000000000 +0300
+++ rhd_id.c	2009-05-15 09:19:43.286013717 +0300
@@ -853,6 +853,7 @@
     /* 0x958E : RV630 : ATI Radeon HD 2600 LE  */
     { 0x95c5, 0x1787, 0x2252, "PowerColor HD 3450", RHD_CARD_FLAG_HPDOFF, ID_CONNECTORINFO_EMPTY, DEVINFO_EMPTY },
     { 0x9610, 0x105B, 0x0E0F, "Foxconn A7GM-S (RS780)", RHD_CARD_FLAG_HPDOFF, ID_CONNECTORINFO_EMPTY, DEVINFO_EMPTY },
+    { 0x9440, 0x174B, 0x0502, "Sapphire Radeon HD 4870 512MB DDR5", RHD_CARD_FLAG_NONE, ID_CONNECTORINFO_EMPTY, DEVINFO_EMPTY },
     { 0, 0, 0, NULL, 0, ID_CONNECTORINFO_EMPTY, DEVINFO_EMPTY } /* KEEP THIS: End marker. */
 };
 

--------------020605090900010903090702--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A0D0B14.6010309>