Intel GPU patch 14.4 for stable/9 and releng/9.0
Meowthink
meowthink at gmail.com
Sun Apr 22 05:48:16 UTC 2012
Hello all,
Here's Intel GPU patch 14.4 for stable/9:
https://docs.google.com/open?id=0BxbPi2OX4_B-bFd6djZYeU9uYVE
Note this is nearly same as kib's original one(against head) available at:
http://people.freebsd.org/~kib/drm/all.14.4.patch
=================================================================================
And for releng/9.0 or release/9.0.0:
https://docs.google.com/open?id=0BxbPi2OX4_B-aWE2RUVwYWxfdlE
=================================================================================
Both anchor will be available until next post.
=================================================================================
One have to undo previous patch before applying this, by:
# patch -Rp1 < /path/to/prev_patch
Or, in any case, if you want to clean your svn repo:
# svn revert -R /path/to/src/
# svn st /path/to/src/ | awk {'print $2'} | xargs rm
A proper way to apply this patch is:
# cd /path/to/src/
# patch -p1 < /path/to/patch
Don't forget to deal with $FreeBSD$ in i915_suspend.c if you use
subversion-freebsd.
Cheers,
Meowthink
More information about the freebsd-x11
mailing list