From owner-freebsd-x11@FreeBSD.ORG Mon Oct 14 14:02:18 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77185F6E; Mon, 14 Oct 2013 14:02:18 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id DF89D2A74; Mon, 14 Oct 2013 14:02:17 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq4KAAD4W1JbsWpC/2dsb2JhbABZgwd+r0wBk1AXdIMCXzQqJAGIHL12k3wDkCuHWZIDgyY6 Received: from 66.106-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.106.66]) by relay.skynet.be with ESMTP; 14 Oct 2013 16:01:09 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9EE17XJ010045; Mon, 14 Oct 2013 16:01:08 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 14 Oct 2013 16:01:01 +0200 From: Tijl Coosemans To: Jean-Sebastien Pedron , freebsd-x11@FreeBSD.org Subject: [patch] let radeonkms module depend on firmware module Message-ID: <20131014160101.3059de82@kalimero.tijl.coosemans.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA512; boundary="Sig_/lk2GnWCOw/d+a.WauBldrn7"; protocol="application/pgp-signature" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 14:02:18 -0000 --Sig_/lk2GnWCOw/d+a.WauBldrn7 Content-Type: multipart/mixed; boundary="MP_/0acgNl./.7HllKyRJZiuXn." --MP_/0acgNl./.7HllKyRJZiuXn. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I finally got around to testing radeonkms. I had to add a dependency on the firmware(9) module to make it loadable. Besides that everything seems to work. The hardware in question is a Mobility Radeon 9700 (RV350). Let me know if you'd like me to run additional tests. --MP_/0acgNl./.7HllKyRJZiuXn. Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=radeonkms.patch Index: sys/dev/drm2/radeon/radeon_drv.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/dev/drm2/radeon/radeon_drv.c (revision 256428) +++ sys/dev/drm2/radeon/radeon_drv.c (working copy) @@ -512,3 +512,4 @@ MODULE_DEPEND(radeonkms, agp, 1, 1, 1); MODULE_DEPEND(radeonkms, iicbus, 1, 1, 1); MODULE_DEPEND(radeonkms, iic, 1, 1, 1); MODULE_DEPEND(radeonkms, iicbb, 1, 1, 1); +MODULE_DEPEND(radeonkms, firmware, 1, 1, 1); --MP_/0acgNl./.7HllKyRJZiuXn.-- --Sig_/lk2GnWCOw/d+a.WauBldrn7 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iF4EAREKAAYFAlJb+SMACgkQfoCS2CCgtisTswD9EQELttr84cx6YiKBRvwFV0LE LQwz6LXTmMLBrmyL+VQA+gMXSzkahnSxRs1YMskcHIbD6Q3H7S0QiRryAlHPZR40 =lQgE -----END PGP SIGNATURE----- --Sig_/lk2GnWCOw/d+a.WauBldrn7--