Tried the diff, no joy..

Here's the output of eeprom -p: http://pastebin.com/bWSsXxHs

Toby

On 03/06/14 22:28, Mark Kettenis wrote:
Index: radeon_combios.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/drm/radeon/radeon_combios.c,v
retrieving revision 1.5
diff -u -p -r1.5 radeon_combios.c
--- radeon_combios.c    7 Apr 2014 06:43:11 -0000       1.5
+++ radeon_combios.c    3 Jun 2014 12:24:24 -0000
@@ -1500,7 +1500,8 @@ bool radeon_get_legacy_connector_info_fr
                } else if (of_machine_is_compatible("PowerMac3,5")) {
                        /* PowerMac G4 Silver radeon 7500 */
                        rdev->mode_info.connector_table = CT_MAC_G4_SILVER;
-               } else if (of_machine_is_compatible("PowerMac4,4")) {
+               } else if (of_machine_is_compatible("PowerMac4,4") ||
+                          of_machine_is_compatible("PowerMac6,4")) {
                        /* emac */
                        rdev->mode_info.connector_table = CT_EMAC;
                } else if (of_machine_is_compatible("PowerMac10,1")) {

Reply via email to