From owner-freebsd-stable@FreeBSD.ORG Fri Nov 12 19:12:17 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id C3F6C106566B; Fri, 12 Nov 2010 19:12:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Fri, 12 Nov 2010 14:12:05 -0500 User-Agent: KMail/1.6.2 References: <4CDD8019.30009@googlemail.com> In-Reply-To: <4CDD8019.30009@googlemail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011121412.08017.jkim@FreeBSD.org> Cc: Veniamin Gvozdikov Subject: Re: MacBookPro7,1 and FreeBSD 8.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 19:12:17 -0000 [Move the thread to freebsd-stable@] On Friday 12 November 2010 12:57 pm, Veniamin Gvozdikov wrote: > Hi everybody. > I have the macbook and I tryed install FreeBSD 8.1. But I have > froze loading. > > I have it's: > with acpi (default loading) > http://img203.imageshack.us/img203/2556/dscn2822u.jpg > > disable acpi > http://img152.imageshack.us/img152/1796/dscn2823.jpg > > verbose mode (option 5 at the boot menu) > http://img822.imageshack.us/img822/8069/dscn2825gm.jpg It seems it is yet another mysterious and notorious "memory mapped IO hangs after PAT change" case of Apple hardware. If that's the case, FreeBSD 7.3 or older should work, I think. Then, you can upgrade it from source *after* adding your Mac model in sys/amd64/amd64/pmap.c such as this: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/pmap.c.diff?r1=1.710;r2=1.711 If it works, please let us know. Jung-uk Kim