From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 12 19:06:10 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE76216A4DA for ; Wed, 12 Jul 2006 19:06:10 +0000 (UTC) (envelope-from spampass@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C9A43D46 for ; Wed, 12 Jul 2006 19:06:09 +0000 (GMT) (envelope-from spampass@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so375180pyc for ; Wed, 12 Jul 2006 12:06:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cXEF67KvjXaG2c3h3GA7C9vt5/HjYDwjMAVPP5WCyayk6Yf8Dxu+Y+/ichFPzi+sbwK3fTJrt73whU5xBZaCxcTsx/nc6GbkfYvKrWK3zds1NpzS5IgTDeMvvc9nZ5L/bCrkmwoQfFwyBFFeWWbj6EKkMkA3o30sJZPo8Ki68Sg= Received: by 10.35.37.18 with SMTP id p18mr1242838pyj; Wed, 12 Jul 2006 12:04:19 -0700 (PDT) Received: by 10.35.29.11 with HTTP; Wed, 12 Jul 2006 12:04:19 -0700 (PDT) Message-ID: <93f8f44b0607121204l69bd868ch103316b78c35fcb2@mail.gmail.com> Date: Wed, 12 Jul 2006 12:04:19 -0700 From: Michael To: "John Baldwin" In-Reply-To: <200607121417.25934.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <200607111618.11303.jhb@freebsd.org> <93f8f44b0607111416p6b31f12m14bd1b3bda0b276@mail.gmail.com> <200607121417.25934.jhb@freebsd.org> Cc: freebsd-amd64@freebsd.org Subject: Re: Turion 64 X2 support in future versions of FreeBSD. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 19:06:10 -0000 On 12/07/06, John Baldwin wrote: > On Tuesday 11 July 2006 17:16, Michael wrote: > > On 12/07/06, John Baldwin wrote: > > > > > > No obvious breakages. Hmm, does ACPI work fine if you disable apic > via 'set > > > hint.apic.0.disabled=1' in the loader? (When you disable ACPI on amd64 > you > > > also implicitly disable APIC.) > > > > it works fine (no slowing), but i see no second CPU in top output, > > here dmesg command output (very strange though, since it include > > strings from previous sessions): > > Yes, APIC is required for SMP, but I wanted you to do the test for comparison > purposes. Another test you could try is leaving ACPI and APIC enabled and > just disabling SMP via 'kern.smp.disabled=1' at the loader to see if the > slow-down only comes from having both cores enabled. Okay, I did what you requested: ACPI and APIC enabled, kern.smp.disabled="1" in /boot/loader.conf Laptop hangs after this strings: module_register_init: MOD_LOAD (amr_linux, 0xffffffff8062a040, 0) error 6 acd0: DVDR at ata0-master UDMA33 ad2: 95396MB at ata1-master UDMA100 No progress in about 5 minutes, though it's not completely freezed. If I press power button something is echoed to screen about ACPI being not ready.