From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 04:54:32 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BAC0106566B for ; Wed, 7 Jan 2009 04:54:32 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id AF8E38FC19 for ; Wed, 7 Jan 2009 04:54:31 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so2081212ika.3 for ; Tue, 06 Jan 2009 20:54:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=IvF2hbkdOirOfRJfPDOhAnZYJNWCyvlkFfEHHoth0zs=; b=bwcu4HJFE9kUPe7/ahHdRY0GLEXHGFdBCqzNiFdeXtqcaT1CzehtjFjoIz+Kgh0bYD TIPLdCtNkfnSa30R6pNDA1M/ZEvBPNP7vJrlor7y9LGHid+3F0jljRhZNQLeTxKkk82w xGpnEpe57J+IOn9N0Nsd77+wXKyoOpkUODgjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=DG/GJ7G032f4U921KbJgGkcGkL5sANn60bt3MZ6/tybzRReOy+DEAo2ii7YFxXEH5s H/X67Qg0qXyVER9gUlEjHJ91HGAJd7jSpDijn5/g0iL0vNc9boxO9VqRO0MevHLSXWaJ LBM4ZK+rxNIonQM3Nd7loz5NA9dJ6+ZTAvLd0= Received: by 10.210.87.19 with SMTP id k19mr1010535ebb.162.1231302076902; Tue, 06 Jan 2009 20:21:16 -0800 (PST) Received: from darklight.homeunix.org ([85.175.24.248]) by mx.google.com with ESMTPS id g9sm14864976gvc.5.2009.01.06.20.21.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Jan 2009 20:21:16 -0800 (PST) Received: from darklight.homeunix.org (yuri@darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.3/8.14.3) with ESMTP id n074LCmX011005; Wed, 7 Jan 2009 07:21:12 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.3/8.14.3/Submit) id n074LCtV011004; Wed, 7 Jan 2009 07:21:12 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 7 Jan 2009 07:21:12 +0300 From: Yuri Pankov To: Robert Noland Message-ID: <20090107042112.GA12584@darklight.homeunix.org> References: <1231263380.57454.23.camel@squirrel.corp.cox.com> <20090107012457.f9ce6dba.torfinn.ingolfsen@broadpark.no> <20090107021725.3d43a49f.torfinn.ingolfsen@broadpark.no> <1231301398.7992.14.camel@wombat.2hip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1231301398.7992.14.camel@wombat.2hip.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Torfinn Ingolfsen , freebsd-stable@freebsd.org Subject: Re: Pending MFC of drm updates X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 04:54:32 -0000 On Tue, Jan 06, 2009 at 11:09:58PM -0500, Robert Noland wrote: > On Wed, 2009-01-07 at 02:17 +0100, Torfinn Ingolfsen wrote: > > On Wed, 07 Jan 2009 01:24:57 +0100 > > Torfinn Ingolfsen wrote: > > > > I forgot to tell that I fixed the Makefile in sys/modules/drm/i915 > > manually. > > > > > 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 > > > > > > Anyway, a 'make kernel' fails: > > > > Which is no wonder, because patch misplaced more files: > > root@kg-v2# pwd > > /usr/src > > root@kg-v2# ll *.c *c.orig *.h *h.orig > > -rw-r--r-- 1 root wheel 1650 Jan 7 01:09 drm_internal.h > > -rw-r--r-- 1 root wheel 0 Jan 7 01:09 drm_internal.h.orig > > -rw-r--r-- 1 root wheel 16455 Jan 7 01:09 i915_suspend.c > > -rw-r--r-- 1 root wheel 0 Jan 7 01:09 i915_suspend.c.orig > > -rw-r--r-- 1 root wheel 59118 Jan 7 01:09 radeon_microcode.h > > -rw-r--r-- 1 root wheel 0 Jan 7 01:09 radeon_microcode.h.orig > > > > Is ther a "secret handshake" to make patch put the files in their > > correct place? (Except for reading through the whole patchfile to > > determine if all touched filews are in the same directory.) > > > > For now I just mv'ed the files into place. > > Anyway, now the new kernel builds, installs and works correctly. > > It didn't pick up any drm, but I'm not sure that it should either. This > > machine[1] has a GeForce 8200 chipset. More info about FreeBSD on this > > machine here[2], including dmesgs before and after, etc. > > Nope, sorry no Nvidia support yet. nouveau is on my list to work on, > but it's a long list... > > robert. > Any help that we mere mortals can provide other than sending you hardware? > > HTH > > > > References: > > 1) http://tingox.googlepages.com/asus_v2-m3n8200 > > 2) http://tingox.googlepages.com/asus_v2-m3n8200_freebsd Yuri