From owner-freebsd-current@FreeBSD.ORG Fri May 4 12:15:10 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 854D51065674 for ; Fri, 4 May 2012 12:15:10 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5808C8FC17 for ; Fri, 4 May 2012 12:15:10 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q44CEsDQ002790; Fri, 4 May 2012 06:15:04 -0600 From: Erich Dollansky To: freebsd-current@freebsd.org Date: Fri, 4 May 2012 18:48:42 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-STABLE; KDE/4.7.4; amd64; ; ) References: <201205041029.24565.erichfreebsdlist@ovitrap.com> In-Reply-To: MIME-Version: 1.0 Message-Id: <201205041848.42577.erichfreebsdlist@ovitrap.com> Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Artem Tuchinsky Subject: Re: X220 and all.14.5.patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 04 May 2012 12:15:10 -0000 Hi, one thing I noticed: How does your /etc/make.conf look like? Mine is here: # added by use.perl 2012-05-02 14:49:54 PERL_VERSION=5.12.4 WITH_NEW_XORG When I tried to compile the kernel of 9.0 or 10.0 on a plain 9.0 installation, I never succeeded. I got this machine usable only after I compiled its kernel on a 8.3 machine with an old configuration. Does this ring a bell for you> Erich On Friday 04 May 2012 12:12:49 Artem Tuchinsky wrote: > it's russian, not greek :) and this is my posts. Try to remove > /usr/src and checkout clean source before applying patch, it helped > me. And check FAQ, paragraphs 7 and 8 - > http://wiki.freebsd.org/Intel_GPU > > sorry for my bad english > > 2012/5/4 Erich Dollansky : > > Hi, > > > > I just applied this patch and tried to compile getting this error: > > > > /usr/src/sys/dev/drm/i915_mem.c:216: warning: no previous prototype for 'i915_mem_release' [-Wmissing-prototypes] > > /usr/src/sys/dev/drm/i915_mem.c:246: warning: no previous prototype for 'i915_mem_takedown' [-Wmissing-prototypes] > > /usr/src/sys/dev/drm/i915_mem.c: In function 'get_heap': > > /usr/src/sys/dev/drm/i915_mem.c:266: error: 'drm_i915_private_t' has no member named 'agp_heap' > > /usr/src/sys/dev/drm/i915_mem.c: At top level: > > /usr/src/sys/dev/drm/i915_mem.c:276: warning: no previous prototype for 'i915_mem_alloc' [-Wmissing-prototypes] > > /usr/src/sys/dev/drm/i915_mem.c:314: warning: no previous prototype for 'i915_mem_free' [-Wmissing-prototypes] > > /usr/src/sys/dev/drm/i915_mem.c:342: warning: no previous prototype for 'i915_mem_init_heap' [-Wmissing-prototypes] > > /usr/src/sys/dev/drm/i915_mem.c:366: warning: no previous prototype for 'i915_mem_destroy_heap' [-Wmissing-prototypes] > > *** [i915_mem.o] Error code 1 > > > > I found this: > > > > http://pastebin.com/ySPxJNUF > > > > and > > > > http://www.linux.org.ru/news/bsd/7658822/page6 > > > > which is a bit like Greek for me. > > > > It would be easy to fix the prototype errors. Does anybody know what agp_heap is all about? > > > > The machine: > > > > FreeBSD X220.ovitrap.com 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Wed May 2 06:59:48 WIT 2012 erich@X220.ovitrap.com:/usr/obj/usr/src/sys/X220 amd64 > > > > Erich > > > > -- > wBR, Tuchinsky Artem > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >