aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2008-06-27 23:26:43 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2008-06-27 23:26:43 +0000
commit582b1941ced516489e52000697b1892ef20f51e9 (patch)
treed892f41c243eba7fc8f1b444c55a93527b54228b /UPDATING
parent49163e25b24734bef1baa28bd9af3bceb7432828 (diff)
downloadports-582b1941ced516489e52000697b1892ef20f51e9.tar.gz
ports-582b1941ced516489e52000697b1892ef20f51e9.zip
Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128
drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively.
Notes
Notes: svn path=/head/; revision=215851
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d00736c6d65f..d7ac60d2237f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080627:
+ AFFECTS: users of x11-drivers/xf86-video-ati
+ AUTHOR: Jung-uk Kim <jkim@FreeBSD.org>
+
+ mach64 and r128 drivers are now separated out from the ati driver.
+ These video cards are supported by x11-drivers/xf86-video-mach64
+ and x11-drivers/xf86-video-r128 respectively. If you have one of
+ the affected video cards and xorg.conf contains the following line:
+
+ Driver "ati"
+
+ you must specify "mach64" or "r128". Alternatively, you may install
+ x11-drivers/xf86-video-ati to get a wrapper driver.
+
20080624:
AFFECTS: users of irc/ircd-ratbox-devel
AUTHOR: Beech Rintoul <beech@FreeBSD.org>