diff options
author | tnn <tnn@pkgsrc.org> | 2008-08-15 06:37:22 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-08-15 06:37:22 +0000 |
commit | 65d42e165bfea79f7c1178154509cc10e1f18006 (patch) | |
tree | 8850f2866e6f236152ac76a1c10288a47eced041 | |
parent | 5906b92db0519594b791e9d1e9401773962cf78d (diff) | |
download | pkgsrc-65d42e165bfea79f7c1178154509cc10e1f18006.tar.gz |
Update to xf86-video-intel-2.4.1.
Man page typo fixes
Set lvds_ddc_mode before use to avoid a segfault on mac mini.
Update DSPARB while planes are still off
Reorganize VBIOS code
Fix pipe A force quirk
Update man page
Fix up the HP Pavilion ze4944ea quirk
Apply pipe A quirk to 845 as well.
Fix DPMS off in the presence of the pipe A quirk.
Reorder visuals reported by the intel driver
Don't program dsparb on new Intel chip
Fix SDVO reg definition
Fix SDVO HDMI encoding detect (#16920)
Disable display clock gating for 4 series chips
Fix possible spurious interrupts in hotplug detect on 4 series chip
Make skip_panel_detect clear for its meaning
Always check and free driver private in LVDS destroy
Bump version 2.4.1
-rw-r--r-- | x11/xf86-video-intel/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-intel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-video-intel/Makefile b/x11/xf86-video-intel/Makefile index 0bb39685c67..32cfbaa8441 100644 --- a/x11/xf86-video-intel/Makefile +++ b/x11/xf86-video-intel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2008/07/28 16:58:06 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2008/08/15 06:37:22 tnn Exp $ -DISTNAME= xf86-video-intel-2.4.0 +DISTNAME= xf86-video-intel-2.4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-intel/distinfo b/x11/xf86-video-intel/distinfo index 5fe1f0d290c..5c80e296da8 100644 --- a/x11/xf86-video-intel/distinfo +++ b/x11/xf86-video-intel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2008/07/28 16:58:06 tnn Exp $ +$NetBSD: distinfo,v 1.11 2008/08/15 06:37:22 tnn Exp $ -SHA1 (xf86-video-intel-2.4.0.tar.bz2) = f58223cfbd10bdf1f66ffc4a31ab9e716f13952a -RMD160 (xf86-video-intel-2.4.0.tar.bz2) = bd5f75cfaebb8407e7f74062c21f07e6c8369c14 -Size (xf86-video-intel-2.4.0.tar.bz2) = 683451 bytes +SHA1 (xf86-video-intel-2.4.1.tar.bz2) = 7ba9bb31d581becca57b07899db17798721c984c +RMD160 (xf86-video-intel-2.4.1.tar.bz2) = 35d34bae769ad59fbcd47086aaaa28fb8bed71b6 +Size (xf86-video-intel-2.4.1.tar.bz2) = 684688 bytes SHA1 (patch-ab) = 8d1b93e73a1b64958c09a229151b498ea61dc158 SHA1 (patch-ad) = db9a5a55cd0c31e1e0d62b9cd94393143ab23c08 SHA1 (patch-ba) = 9152649277b417278fb290e24dac8ad6fb911238 |