open-src/driver/xf86-video-mach64/6205248.patch
changeset 1124 7bc7e624f965
parent 943 294f64612d23
equal deleted inserted replaced
1123:4678f8c1d429 1124:7bc7e624f965
    21 #
    21 #
    22 
    22 
    23 Change needed to resume from S3 suspend on Rage XL chipset in Ultra 20.
    23 Change needed to resume from S3 suspend on Rage XL chipset in Ultra 20.
    24 https://bugs.freedesktop.org/show_bug.cgi?id=6829
    24 https://bugs.freedesktop.org/show_bug.cgi?id=6829
    25 
    25 
    26 diff -urp -x '*~' -x '*.orig' src/aticonsole.c src/aticonsole.c
    26 diff --git a/src/aticonsole.c b/src/aticonsole.c
    27 --- src/aticonsole.c	2008-03-25 23:09:43.000000000 -0700
    27 index 50cc6e1..947a122 100644
    28 +++ src/aticonsole.c	2009-01-12 18:24:36.680149000 -0800
    28 --- a/src/aticonsole.c
    29 @@ -514,6 +514,16 @@ ATIEnterGraphics
    29 +++ b/src/aticonsole.c
       
    30 @@ -515,6 +515,16 @@ ATIEnterGraphics
    30      ATIPtr      pATI
    31      ATIPtr      pATI
    31  )
    32  )
    32  {
    33  {
    33 +    CARD32 PciReg;
    34 +    CARD32 PciReg;
    34 +    pciVideoPtr pVideo = pATI->PCIInfo;
    35 +    pciVideoPtr pVideo = pATI->PCIInfo;