From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 11 18:47:56 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 43D1D16A4DE for ; Tue, 11 Jul 2006 18:47:56 +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 A7FBF43D45 for ; Tue, 11 Jul 2006 18:47:55 +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 k6BIlsoQ076321; Tue, 11 Jul 2006 14:47:54 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Tue, 11 Jul 2006 14:44:55 -0400 User-Agent: KMail/1.9.1 References: <93f8f44b0607061447k27adb556u306063b09b3d9b0d@mail.gmail.com> <44AEAC75.7010900@rogers.com> <93f8f44b0607110350o572c1c5ate3af435571908f3f@mail.gmail.com> In-Reply-To: <93f8f44b0607110350o572c1c5ate3af435571908f3f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607111444.56287.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 14:47:54 -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: 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 18:47:56 -0000 On Tuesday 11 July 2006 06:50, Michael wrote: > On 7/7/06, Mike Jakubik 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 :-\ > > > > It's still a x86-64 CPU. The problem is most likely with the bios/acpi. > > I think so, and hope this will be fixed in 6.2. Here goes my dmesg > with ACPI disabled, i was trying to get dmesg with ACPI enabled but > got text files contained ^@ things... > > Is there anything else I can give?.. 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? -- John Baldwin