From: jsg Date: Thu, 14 Sep 2023 00:29:35 +0000 (+0000) Subject: revert previous, it doesn't help X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0ce6669462c8ebb79678cbd82aaa22b56ea3cb31;p=openbsd revert previous, it doesn't help reporter had radeondrm disabled when testing --- diff --git a/sys/dev/pci/drm/radeon/radeon_combios.c b/sys/dev/pci/drm/radeon/radeon_combios.c index 379081f8049..25146cc7cd1 100644 --- a/sys/dev/pci/drm/radeon/radeon_combios.c +++ b/sys/dev/pci/drm/radeon/radeon_combios.c @@ -1500,8 +1500,7 @@ bool radeon_get_legacy_connector_info_from_table(struct drm_device *dev) } 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") || - of_machine_is_compatible("PowerMac6,4")) { + } else if (of_machine_is_compatible("PowerMac4,4")) { /* emac */ rdev->mode_info.connector_table = CT_EMAC; } else if (of_machine_is_compatible("PowerMac10,1")) {