Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 16:01:01 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Jean-Sebastien Pedron <dumbbell@FreeBSD.org>, freebsd-x11@FreeBSD.org
Subject:   [patch] let radeonkms module depend on firmware module
Message-ID:  <20131014160101.3059de82@kalimero.tijl.coosemans.org>

next in thread | raw e-mail | index | archive | help
--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--



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