From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 19:40:50 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC3E3816; Tue, 7 Oct 2014 19:40:49 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D4AF5E0; Tue, 7 Oct 2014 19:40:49 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id cc10so10758599wib.2 for ; Tue, 07 Oct 2014 12:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4Ev0UHiL5HcgO8bgJJ6Kt1tv4194zActPg0Rqt8Dm5U=; b=eCrnxFMK56W+dkhnOz3LiSXy1EeUbCp8KDiIWWOsYCdWwlhiw585y+rIADE/aNI4JH X4Oh8s3ylOnNpzvWkY2L+b4l/73EUrcTt9biDYaUURfdwrOjYBnqeVY43gk1H3TNt1XF WfIvtHjR3OmoTkf0S22FjH+wD2L3m2niP5aDJ0VaVcdNoe9+LXqN9BbCKWrAViwLMvzx jphNcyEF631YX7vkGwax6FVeEZlqLT+uuL1Rb3/3s4dCeiuKwOuQJ1drnQWJAyTdjwP6 EcROhEfWlLCVhqNoT+KGGczZXt0YDvrkGjkuI0qp1oWZW9o5Wz+pAhkGIRBw6S+UyZYc X8iA== MIME-Version: 1.0 X-Received: by 10.194.80.71 with SMTP id p7mr7313477wjx.35.1412710847511; Tue, 07 Oct 2014 12:40:47 -0700 (PDT) Received: by 10.216.119.68 with HTTP; Tue, 7 Oct 2014 12:40:47 -0700 (PDT) In-Reply-To: References: <20141003170258.GG26076@kib.kiev.ua> <54315D3A.3090902@egr.msu.edu> <20141005170007.GZ26076@kib.kiev.ua> <5433260C.5050901@egr.msu.edu> <20141007042043.GG26076@kib.kiev.ua> <5433E408.2010601@egr.msu.edu> <20141007164419.GB2153@kib.kiev.ua> <20141007180106.GD2153@kib.kiev.ua> Date: Tue, 7 Oct 2014 21:40:47 +0200 Message-ID: Subject: Re: Ver 2 of the patch [was: Re: i915 driver update testing] From: "Ranjan1018 ." <214748mv@gmail.com> To: Ed Maste Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Konstantin Belousov , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 19:40:50 -0000 2014-10-07 21:29 GMT+02:00 Ed Maste : > On 7 October 2014 15:20, Ranjan1018 . <214748mv@gmail.com> wrote: > > > > Hmm... The next patch looks like a unified diff to me... > > The text leading up to this was: > > -------------------------- > > |diff --git a/sys/amd64/conf/X b/sys/amd64/conf/X > > |index 0cd80c6..2d630d5 100644 > > |--- a/sys/amd64/conf/X > > |+++ b/sys/amd64/conf/X > > -------------------------- > > File to patch: > > > > I haven't the file X. > > You can just hit Enter and then answer 'y' to the "skip this patch" > question: > > File to patch: > No file found--skip this patch? [n] y > Skipping patch... > Hunk #1 ignored at 67. > 1 out of 1 hunks ignored--saving rejects to Oops.rej > > X in the patch is a kernel config file that's not important for the > change itself. > Thanks Ed, it works.