Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2011 14:38:18 +0100
From:      Tomasz Kowalczyk <kowalczt@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   Re: Intel driver patch 11.0
Message-ID:  <201111191438.18121.kowalczt@gmail.com>
In-Reply-To: <20111119105155.GA1330@wolfman.devio.us>
References:  <20111119105155.GA1330@wolfman.devio.us>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_KF7xOWECaEc2CVQ
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

On Saturday 19 of November 2011 11:51:55 Nick Ulen wrote:
> I tried to apply the patches (all.11.0.patch and all.11.1.patch) on
> 9.0-RC1 and 9.0-RC2 , but both failed with the same messages:
>...
> Also I tried to apply the patch all.12.0.patch on 9.0-PRERELEASE,
> everything is the same as described above.
> My system is core-i7 2600k . What should I do to fix it ?

I think you can try applying this patch (after using all.*.patch). Atleast 
here its working.

--Boundary-00=_KF7xOWECaEc2CVQ
Content-Type: text/x-patch;
  charset="UTF-8";
  name="vm_phys.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="vm_phys.patch"

--- sys/vm/vm_phys.h.orig	2011-11-14 02:00:40.491995275 +0100
+++ sys/vm/vm_phys.h	2011-11-14 02:12:12.359998471 +0100
@@ -56,6 +56,10 @@
 vm_page_t vm_phys_alloc_freelist_pages(int flind, int pool, int order);
 vm_page_t vm_phys_alloc_pages(int pool, int order);
 vm_paddr_t vm_phys_bootstrap_alloc(vm_size_t size, unsigned long alignment);
+int vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end,
+    vm_memattr_t memattr);
+void vm_phys_fictitious_unreg_range(vm_paddr_t start, vm_paddr_t end);
+vm_page_t vm_phys_fictitious_to_vm_page(vm_paddr_t pa);
 void vm_phys_free_pages(vm_page_t m, int order);
 void vm_phys_init(void);
 void vm_phys_set_pool(int pool, vm_page_t m, int order);

--Boundary-00=_KF7xOWECaEc2CVQ--



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