From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 11 20:18:28 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 6736416A4FC for ; Tue, 11 Jul 2006 20:18:28 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE9943D78 for ; Tue, 11 Jul 2006 20:18:27 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6BKILLQ077005; Tue, 11 Jul 2006 16:18:26 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Michael Date: Tue, 11 Jul 2006 16:18:11 -0400 User-Agent: KMail/1.9.1 References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <200607111444.56287.jhb@freebsd.org> <93f8f44b0607111257j10923734i14309e1767abeb09@mail.gmail.com> In-Reply-To: <93f8f44b0607111257j10923734i14309e1767abeb09@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607111618.11303.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 11 Jul 2006 16:18:26 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1591/Mon Jul 10 15:41:02 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx 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: Tue, 11 Jul 2006 20:18:28 -0000 On Tuesday 11 July 2006 15:57, Michael wrote: > On 11/07/06, John Baldwin wrote: > > > > Michael wrote: > > > > > > > > > > Thanks for advice! I've tried that, but no luck - absolutely the same > > > > > result. The reason why I was asking about *support* for that processor > > > > > is, that there is no mention for X2 in > > > > > http://www.freebsd.org/platforms/amd64.html. Only Turion 64, and no > > > > > X2. And personally I think, that things breaks because of second core > > > > > of CPU :-\ > > > > > > > > I would really need to see the dmesg with ACPI enabled. Also, when your > > machine is slow, have you checked to see if you have a high number of > > interrupts (via vmstat -i or systat -vmstat)? Are there any extra > > messages in dmesg after boot once it is slow? Can you get the output > > of 'sysctl hw.acpi' when it is slow? > > Thanks for response! 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.) -- John Baldwin