From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/013931.html | 109 ++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/013931.html (limited to 'zarb-ml/mageia-dev/2012-April/013931.html') diff --git a/zarb-ml/mageia-dev/2012-April/013931.html b/zarb-ml/mageia-dev/2012-April/013931.html new file mode 100644 index 000000000..881c4d560 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/013931.html @@ -0,0 +1,109 @@ + + + + [Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate + + + + + + + + + +

[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate

+ Anssi Hannula + anssi at mageia.org +
+ Thu Apr 5 21:00:47 CEST 2012 +

+
+ +
05.04.2012 10:58, Thierry Vignaud kirjoitti:
+> On 5 April 2012 04:51,  <root at mageia.org> wrote:
+>> Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
+>> those that support usermode modesetting while adding the necessary
+>> FIRMWARE and DRIVER_NO_FIRMWARE entries as per mga bug #3466, and to
+>> disable any remaining radeonhd assignments.
+> 
+> (...)
+> 
+>> -            } elsif (member($d_pci->{$_}[0], ($ati_free_only,
+>> $ati_rhd_only)) && $d_in->{$_}) {
+>> +            } elsif (member($d_pci->{$_}[0], ($ati_free_only)) &&
+>> $d_in->{$_}) {
+> 
+> should be the following since list is reduced to one item;
+>  } elsif ($d_pci->{$_}[0] eq $ati_free_only && $d_in->{$_}) {
+> 
+>> -            } elsif (member($d_pci->{$_}[0], ($ati_driver_rhd,
+>> $ati_driver_vesa, $ati_rhd_only)) && $d_in->{$_}) {
+>> +            } elsif (member($d_pci->{$_}[0], ($ati_driver_vesa)) &&
+>> $d_in->{$_}) {
+> 
+> should be simplified likewise here
+> 
+>>                  # support added for pre-existing entry, handle:
+>> -                if (member($d_pci->{$_}[0], ($ati_driver_rhd,
+>> $ati_driver_vesa))) {
+>> -                    $d_pci->{$_}[0] = $ati_driver;
+>> -                } elsif ($d_pci->{$_}[0] eq $ati_rhd_only) {
+>> -                    $d_pci->{$_}[0] = $ati_free_only;
+>> +                if (member($d_pci->{$_}[0], ($ati_driver_vesa))) {
+>> +                    $d_pci->{$_}[0] =
+> 
+> idem
+> 
+
+Well, my instinct was to not simplify them as I remembered that I had
+previously had to unsimplify them :)  but that isn't indeed a good
+enough reason for it, changed now.
+
+Thanks.
+
+-- 
+Anssi Hannula
+
+ + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1