diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-03-17 23:22:13 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-03-17 23:22:13 +0000 |
commit | ac39221672c3c391a6c127d2fcc67a1fe3d4512e (patch) | |
tree | de7ec01912bcb217296d86bd4fad9fd5b211f0cf /x11-servers/xorg-server-snap/files/patch-r128_dri.c | |
parent | - Update to 2.1.3. (diff) |
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html
Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.
Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
Matthias Muthmann), which still appears to have problems with some
keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
by Anders Nor Berle; PR ports/74757)
Notes
Notes:
svn path=/head/; revision=131533
Diffstat (limited to 'x11-servers/xorg-server-snap/files/patch-r128_dri.c')
-rw-r--r-- | x11-servers/xorg-server-snap/files/patch-r128_dri.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-servers/xorg-server-snap/files/patch-r128_dri.c b/x11-servers/xorg-server-snap/files/patch-r128_dri.c deleted file mode 100644 index c31694837bcc..000000000000 --- a/x11-servers/xorg-server-snap/files/patch-r128_dri.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c -=================================================================== -RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c,v -retrieving revision 1.4 -retrieving revision 1.4.4.1 -diff -u -u -r1.4 -r1.4.4.1 ---- programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c 10 Jul 2004 14:22:35 -0000 1.4 -+++ programs/Xserver/hw/xfree86/drivers/ati/r128_dri.c 15 Dec 2004 08:53:01 -0000 1.4.4.1 -@@ -1297,6 +1297,7 @@ - if (info->irq) { - drmCtlUninstHandler(info->drmFD); - info->irq = 0; -+ info->gen_int_cntl = 0; - } - - /* De-allocate vertex buffers */ |