From owner-freebsd-current@FreeBSD.ORG Sat Nov 20 13:44:37 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8173106564A for ; Sat, 20 Nov 2010 13:44:37 +0000 (UTC) (envelope-from reuf_m@hotmail.com) Received: from blu0-omc2-s4.blu0.hotmail.com (blu0-omc2-s4.blu0.hotmail.com [65.55.111.79]) by mx1.freebsd.org (Postfix) with ESMTP id AC8588FC0A for ; Sat, 20 Nov 2010 13:44:37 +0000 (UTC) Received: from BLU0-SMTP113 ([65.55.111.73]) by blu0-omc2-s4.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 20 Nov 2010 05:32:35 -0800 X-Originating-IP: [62.167.127.96] X-Originating-Email: [reuf_m@hotmail.com] Message-ID: Received: from reuf-mustabasics-imac.local ([62.167.127.96]) by BLU0-SMTP113.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 20 Nov 2010 05:32:36 -0800 Content-Type: text/plain; charset="iso-8859-15"; format=flowed; delsp=yes To: freebsd-current@freebsd.org References: <201011152036.48181.jkim@FreeBSD.org> <201011161530.20165.jkim@FreeBSD.org> <201011191354.25486.jkim@FreeBSD.org> Date: Sat, 20 Nov 2010 14:32:34 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: RM In-Reply-To: <201011191354.25486.jkim@FreeBSD.org> User-Agent: Opera Mail/10.63 (MacIntel) X-OriginalArrivalTime: 20 Nov 2010 13:32:36.0153 (UTC) FILETIME=[64C9CA90:01CB88B7] Subject: Re: [Call for Tests] PAT issue on Apple hardware 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: Sat, 20 Nov 2010 13:44:38 -0000 On Fri, 19 Nov 2010 19:54:21 +0100, Jung-uk Kim wrote: > On Tuesday 16 November 2010 03:30 pm, Jung-uk Kim wrote: >> On Monday 15 November 2010 08:36 pm, Jung-uk Kim wrote: >> > Often times I hear complaints like "my Mac hangs after upgrading >> > to 8.1" or "snapshot CD hangs on my brand new Mac". I know some >> > of these complaints started happening when we switched to new PAT >> > layout. It is so puzzling because it never happened on non-Apple >> > hardware, AFAIK. I really like to fix this problem but I cannot >> > afford a Mac. :-P >> > >> > If you are one of those lucky people, please test the attached >> > patch and report your hardware model and any improvement or >> > regression. >> > >> > Also, I added a new tunable "vm.pmap.pat_works" so that you can >> > turn it off from loader (i.e., "set vm.pmap.pat_works=0") and >> > restore old behaviour without recompiling a new kernel. >> >> I revised this patch to make it more robust. >> >> http://people.freebsd.org/~jkim/pat-current.diff >> >> Also, I prepared a patch for stable/8. If you have recent Apple >> hardware and it hangs with 8.1 or stable/8, please test this patch. >> >> http://people.freebsd.org/~jkim/pat-stable.diff > > Anyone? I don't want to commit it blindly. :-( It works for me ! I have an iMac9,1 (Core2 Duo 2.93 GHz and nVidia GT9200) This is the first time it boots on FreeBSD 8.x (8.1-STABLE) Thank you !