From owner-freebsd-current@FreeBSD.ORG Thu Nov 7 19:14:28 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7ED026AB for ; Thu, 7 Nov 2013 19:14:28 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1818C26B9 for ; Thu, 7 Nov 2013 19:14:27 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id v11so729bkz.20 for ; Thu, 07 Nov 2013 11:14:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Z+j5M3RNIWYkV/VTrcvV8+T+v/mebxFgrWc7YPp4dgE=; b=wltPgxisG9HNgpi14YPeWyTD4DiwCwh3bApbBl8spDWiZ4TsYS3BjbBvO+nFeQRVvZ HXMx1Stvaf1V1mmLSOEWA21lgasaqaXSpy0OiSUzyM73Gc4j06x3oJbPTBvlDFmT3pJU FPwE6234YW2xKiZJq4p4AmeikYFTO/RJQp0RtOdxWWXZqx1cXig20TG1eaglFD0GS3uy zCOMGhyLZpO3fp9lcQvZQwaUUxj3H78S9081L+1pZM/4u7gDH4BaTsuXWzA8reYTnB2u XdnCKQDXl7yoksd6h2mLTEJUkqGZpr274bl3vOvEvsHh5/DMh9AqERSmxyZB/GA4PA8a 91JA== MIME-Version: 1.0 X-Received: by 10.205.76.133 with SMTP id ze5mr3423826bkb.37.1383851666251; Thu, 07 Nov 2013 11:14:26 -0800 (PST) Received: by 10.204.103.4 with HTTP; Thu, 7 Nov 2013 11:14:26 -0800 (PST) Date: Thu, 7 Nov 2013 23:14:26 +0400 Message-ID: Subject: Radeon HD 6290 and radeonkms From: KOT MATPOCKuH To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 19:14:28 -0000 Hi all! Is possible to use radeonkms on Radeon HD 6290 card? I tried to boot kernel with loaded radeonkms module, but amd64 and i386 kernels hangs while booting after messages like this: drmn0: on vgapci0 info: [drm] MSI enabled 1 message(s) [drm] RADEON_IS_PCIE [drm] initializing kernel modesetting (PALM 0x1002:0x9807 0x1043:0x84E4). [drm] register mmio base: 0xFEB00000 [drm] register mmio size: 262144 [drm] radeon_atrm_get_bios: ===> Try ATRM... [drm] radeon_atrm_get_bios: IGP card detected, skipping this method... [drm] radeon_acpi_vfct_bios: ===> Try VFCT... [drm] radeon_acpi_vfct_bios: Get "VFCT" ACPI table [drm] radeon_acpi_vfct_bios: Failed to get "VFCT" table: AE_NOT_FOUND [drm] igp_read_bios_from_vram: ===> Try IGP's VRAM... [drm] igp_read_bios_from_vram: VRAM base address: 0xd0000000 [drm] igp_read_bios_from_vram: Map address: 0xd923d000 (262144 bytes) [drm] igp_read_bios_from_vram: Incorrect BIOS signature: 0x750F [drm] radeon_read_bios: ===> Try PCI Expansion ROM... [drm] igp_read_bios_from_vram: ===> Try IGP's VRAM... [drm] igp_read_bios_from_vram: VRAM base address: 0xd0000000 [drm] igp_read_bios_from_vram: Map address: 0xd923d000 (262144 bytes) [drm] igp_read_bios_from_vram: Incorrect BIOS signature: 0x750F [drm:pid20:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM drmn0: error: Fatal error during GPU init After kldload radeonkms on amd64 kernel system silently reboots. On i386 kernel module can be loaded by kldload, but fails to attach device. BIOS's signature in messages is different from time to time. What I need to help to solve this problem? -- MATPOCKuH