From owner-freebsd-current@FreeBSD.ORG Tue Nov 16 19:52:53 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 043561065672; Tue, 16 Nov 2010 19:52:53 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id BE31C8FC1A; Tue, 16 Nov 2010 19:52:52 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 0733B633201; Tue, 16 Nov 2010 20:33:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 2A2F02CF69A; Tue, 16 Nov 2010 20:33:52 +0100 (CET) Date: Tue, 16 Nov 2010 20:33:48 +0100 From: Patrick Lamaiziere To: freebsd-current@freebsd.org, Jung-uk Kim Message-ID: <20101116203348.3c1e6b4e@davenulle.org> In-Reply-To: <201011152036.48181.jkim@FreeBSD.org> References: <201011152036.48181.jkim@FreeBSD.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: 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: Tue, 16 Nov 2010 19:52:53 -0000 Le Mon, 15 Nov 2010 20:36:42 -0500, Jung-uk Kim a écrit : > 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 Thanks. > If you are one of those lucky people, please test the attached patch > and report your hardware model and any improvement or regression. Shall we test if the model is not listed in the patch and already works fine? (I'm using a MacBookPro3,1 on FreeBSD 8.1) if (strncmp(sysenv, "MacBook5,1", 10) strncmp(sysenv, "MacBookPro5,5", strncmp(sysenv, "Macmini3,1", 10) strncmp(sysenv, "iMac9,1", 7) == 0) Regards.