Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 18:32:56 -0600
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        "Torfinn Ingolfsen" <torfinn.ingolfsen@broadpark.no>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Pending MFC of drm updates
Message-ID:  <790a9fff0901061632v2639daf2h7935439f4dbbacc@mail.gmail.com>
In-Reply-To: <20090107012457.f9ce6dba.torfinn.ingolfsen@broadpark.no>
References:  <1231263380.57454.23.camel@squirrel.corp.cox.com> <20090107012457.f9ce6dba.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 6, 2009 at 6:24 PM, Torfinn Ingolfsen
<torfinn.ingolfsen@broadpark.no> wrote:
> On Tue, 06 Jan 2009 12:36:20 -0500
> Robert Noland <rnoland@FreeBSD.org> wrote:
>
>> I am planning to merge most all of the drm from -CURRENT to releng_7
>> shortly.  The merge that I have staged includes the following.
>>
:
>> I have a patch available for testing at
>> http://people.freebsd.org/~rnoland/drm-update-7-010609.patch.bz2
>
> Applied fine to my RELENG_7 / amd64 system (freshly cvsup'ed and built
> yesterday):
> root@kg-v2# uname -a
> FreeBSD kg-v2.kg4.no 7.1-STABLE FreeBSD 7.1-STABLE #1: Tue Jan  6
> 21:49:31 CET 2009 root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
>
> - except for the patch to sys/modules/drm/i915/Makefile:
:
> Apparently patch gets confuseed when it finds a file with the same name
> in the current directory (which was /usr/src), or perhaps I don't know
> how to tell patch how to find the right file.
> I just did:
> cd /usr/src
> patch < /dir/name/patchfile
>
use:

patch -p0 < /dir/name/patchfile

See the man page on patch.

Scot.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0901061632v2639daf2h7935439f4dbbacc>