summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-April/013908.html
blob: fc2210e348d06bd6bbae971ed89817200a58a530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3930%5D%20Restructure%20AMD/ATI%20Cards%2B%0A%20entries%20for%20HD%202000%20and%20newer%2C%20to%20separate&In-Reply-To=%3CCAONrEtYMSH5p6ccQE-D7%2Be%3Df5iqmxqD9xH0%3D5AY5JmwQVyKo5g%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="014087.html">
   <LINK REL="Next"  HREF="013931.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate</H1>
    <B>Thierry Vignaud</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3930%5D%20Restructure%20AMD/ATI%20Cards%2B%0A%20entries%20for%20HD%202000%20and%20newer%2C%20to%20separate&In-Reply-To=%3CCAONrEtYMSH5p6ccQE-D7%2Be%3Df5iqmxqD9xH0%3D5AY5JmwQVyKo5g%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate">thierry.vignaud at gmail.com
       </A><BR>
    <I>Thu Apr  5 09:58:42 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="014087.html">[Mageia-dev] icewm-gnome: is it still supported?
</A></li>
        <LI>Next message: <A HREF="013931.html">[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13908">[ date ]</a>
              <a href="thread.html#13908">[ thread ]</a>
              <a href="subject.html#13908">[ subject ]</a>
              <a href="author.html#13908">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On 5 April 2012 04:51,  &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>&gt; wrote:
&gt;<i> Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
</I>&gt;<i> those that support usermode modesetting while adding the necessary
</I>&gt;<i> FIRMWARE and DRIVER_NO_FIRMWARE entries as per mga bug #3466, and to
</I>&gt;<i> disable any remaining radeonhd assignments.
</I>
(...)

&gt;<i> -            } elsif (member($d_pci-&gt;{$_}[0], ($ati_free_only,
</I>&gt;<i> $ati_rhd_only)) &amp;&amp; $d_in-&gt;{$_}) {
</I>&gt;<i> +            } elsif (member($d_pci-&gt;{$_}[0], ($ati_free_only)) &amp;&amp;
</I>&gt;<i> $d_in-&gt;{$_}) {
</I>
should be the following since list is reduced to one item;
 } elsif ($d_pci-&gt;{$_}[0] eq $ati_free_only &amp;&amp; $d_in-&gt;{$_}) {

&gt;<i> -            } elsif (member($d_pci-&gt;{$_}[0], ($ati_driver_rhd,
</I>&gt;<i> $ati_driver_vesa, $ati_rhd_only)) &amp;&amp; $d_in-&gt;{$_}) {
</I>&gt;<i> +            } elsif (member($d_pci-&gt;{$_}[0], ($ati_driver_vesa)) &amp;&amp;
</I>&gt;<i> $d_in-&gt;{$_}) {
</I>
should be simplified likewise here

&gt;<i>                  # support added for pre-existing entry, handle:
</I>&gt;<i> -                if (member($d_pci-&gt;{$_}[0], ($ati_driver_rhd,
</I>&gt;<i> $ati_driver_vesa))) {
</I>&gt;<i> -                    $d_pci-&gt;{$_}[0] = $ati_driver;
</I>&gt;<i> -                } elsif ($d_pci-&gt;{$_}[0] eq $ati_rhd_only) {
</I>&gt;<i> -                    $d_pci-&gt;{$_}[0] = $ati_free_only;
</I>&gt;<i> +                if (member($d_pci-&gt;{$_}[0], ($ati_driver_vesa))) {
</I>&gt;<i> +                    $d_pci-&gt;{$_}[0] =
</I>
idem
</PRE>




















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="014087.html">[Mageia-dev] icewm-gnome: is it still supported?
</A></li>
	<LI>Next message: <A HREF="013931.html">[Mageia-dev] [soft-commits] [3930] Restructure AMD/ATI Cards+ entries for HD 2000 and newer, to separate
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#13908">[ date ]</a>
              <a href="thread.html#13908">[ thread ]</a>
              <a href="subject.html#13908">[ subject ]</a>
              <a href="author.html#13908">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>