From owner-freebsd-current@FreeBSD.ORG Mon Apr 10 15:28:58 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE4016A400 for ; Mon, 10 Apr 2006 15:28:58 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7185543D5A for ; Mon, 10 Apr 2006 15:28:56 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.47] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k3AFi9pA003515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Apr 2006 08:44:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <443A79AD.1090602@FreeBSD.org> Date: Mon, 10 Apr 2006 08:28:45 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andre Guibert de Bruet References: <2C74BB8F-271B-4505-9D94-B270B3A4ACBA@nordahl.net> <44348603.9070503@FreeBSD.org> <20060406190944.G56354@lexi.siliconlandmark.com> <4435B303.5040205@FreeBSD.org> <196C209A-A585-4AD5-B7C9-A27DD57ECD8C@snsonline.net> <20060408103224.GR80492@spc.org> <20060408034357.A44217@xorpc.icir.org> <20060408105014.GV80492@spc.org> <44398452.6030007@FreeBSD.org> <443A240E.8080404@ultra-secure.de> <20060410100121.GA76356@home.c0mplx.org> <443A7134.2060800@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: [DOCUMENT] Re: Intel Macs that boot FreeBSD? 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: Mon, 10 Apr 2006 15:28:58 -0000 Andre Guibert de Bruet wrote: > On Apr 10, 2006, at 10:52 AM, Maxim Sobolev wrote: > >> Oh, cool disabling psm and atkbd/atkbdc helps! The kernel starts >> booting, but something goes wrong and it dies with: >> >> avail memory = 1025830912 (978 MB) >> AP #1 (PHY# 1) failed! >> panic y/n? [y] >> >> Disabling apic helps to boot the system, following is first dmesg of >> FreeBSD running on Macintel: > > This is great news! Kudos! > > Disabling atkbd/psm makes complete sense, everything is USB on the > Intel-iMac. As for the APIC problem, it appears that we are detecting > that the machine is a multiprocessor system, and failing to start the > second CPU. Could the Core Duo require a different init sequence for its > secondary cores than previous chips from Intel (Like the Pentium D and > P4 w/HTT)? Well, it should be pretty similar considering the fact that stock XP just works on it in SMP mode without any problems. -Maxim