From owner-freebsd-amd64@FreeBSD.ORG Wed Apr 7 01:07:36 2004 Return-Path: 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 0969A16A4CF for ; Wed, 7 Apr 2004 01:07:36 -0700 (PDT) Received: from mail.jrv.org (rrcs-sw-24-73-246-106.biz.rr.com [24.73.246.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A881B43D55 for ; Wed, 7 Apr 2004 01:07:35 -0700 (PDT) (envelope-from james@jrv.org) Received: from jrv.org (zippy.jrv.org [192.168.3.156]) (authenticated bits=0) by dogfood.jrv.org (8.12.11/8.12.10) with ESMTP id i375A6KK036618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Apr 2004 00:10:06 -0500 (CDT) (envelope-from james@jrv.org) Message-ID: <40738D2E.7000509@jrv.org> Date: Wed, 07 Apr 2004 00:10:06 -0500 From: "James R. Van Artsalen" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Georges-Andre Silber References: <4072A646.8030405@cri.ensmp.fr> In-Reply-To: <4072A646.8030405@cri.ensmp.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-amd64@freebsd.org Subject: Re: SMP problems Bi-Opteron/HDAMA X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Apr 2004 08:07:36 -0000 Georges-Andre Silber wrote: > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.2.1-RELEASE #0: Tue Apr 6 14:02:54 CEST 2004 > root@surville.cri.ensmp.fr:/usr/src/sys/amd64/compile/SURVILLE > Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80865000. > Timecounter "i8254" frequency 1193182 Hz quality 0 No ACPI, no APIC - I don't know if SMP can be used without these. My startup looks like this: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2.1-RELEASE-p1 #1: Wed Mar 10 01:07:41 CST 2004 root@dogfood.jrv.org:/usr/src/sys/amd64/compile/DOGFOOD Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff8090c000. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Opteron(tm) Processor 244 (1793.45-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf51 Stepping = 1 Features=0x78bfbff AMD Features=0xe0500000 real memory = 8589934592 (8192 MB) avail memory = 7305748480 (6967 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-27 on motherboard ioapic2 irqs 28-31 on motherboard netsmb_dev: loaded acpi0: on motherboard ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.SBRG.HPET._STA] (Node 0xffffff0000d26940), AE_AML_REGION_LIMIT ACPI-0175: *** Error: Method execution failed [\\_SB_.PCI0.SBRG.HPET._STA] (Node 0xffffff0000d26940), AE_AML_REGION_LIMIT ...