Date: Tue, 16 Nov 2010 20:33:48 +0100 From: Patrick Lamaiziere <patfbsd@davenulle.org> To: freebsd-current@freebsd.org, Jung-uk Kim <jkim@FreeBSD.org> Subject: Re: [Call for Tests] PAT issue on Apple hardware Message-ID: <20101116203348.3c1e6b4e@davenulle.org> In-Reply-To: <201011152036.48181.jkim@FreeBSD.org> References: <201011152036.48181.jkim@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Mon, 15 Nov 2010 20:36:42 -0500, Jung-uk Kim <jkim@FreeBSD.org> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101116203348.3c1e6b4e>