From owner-freebsd-smp Mon Jan 6 17:22:11 2003 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCF337B401 for ; Mon, 6 Jan 2003 17:22:09 -0800 (PST) Received: from smtp.monmouth.com (smtp.monmouth.com [209.191.58.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F98D43EC2 for ; Mon, 6 Jan 2003 17:22:09 -0800 (PST) (envelope-from sitedrifter@netscape.net) Received: from netscape.net (turbine.sitedrifter.com [209.191.29.246]) by smtp.monmouth.com (8.12.5/8.12.5) with ESMTP id h071M75l050219 for ; Mon, 6 Jan 2003 20:22:08 -0500 (EST) Message-ID: <3E1A2BBD.4060107@netscape.net> Date: Mon, 06 Jan 2003 20:22:05 -0500 From: Mark User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-smp@FreeBSD.ORG Subject: Re: Update on SE7500 P4 SMP.. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Robert Bopko wrote: > hi peter, > > i tried both values, but same panic message appears again. > > On Mon, Dec 30, 2002 at 12:35:09PM -0800, Peter Wemm wrote: > >> This is a long shot, but has anybody tried correcting this value on their >> machine: sys/i386/i386/mpapic.c: >> #define bus_clock() 66000000 >> >> Try changing it to 400000000 or 533000000 and see if that helps. I dont >> know what the local apic timer clock is based on.. it might be the >> quadrupled clock, the native FSB clock (100000000 or 133000000) or >> something else. But since we have IPI delivery problems and the IPI's do >> work on NetBSD (which calibrates this timer), this is a logical place to >> tinker with. >> >> Cheers, >> -Peter >> -- >> Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com >> "All of this is for nothing if we don't go to the stars" - JMS/B5 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-smp" in the body of the message Sorry if I am off base here but I have not seen this complete thread but hopefully what I write might help. I am running FreeBSD 4.7 stable (latest kernel source) on a P4 dual Xeon Supermicro motherboard. When I recompiled the kernel for SMP and rebooted it would always panic on the APIC interupt delivery. I then enabled (just trying different things after researching this problem) hyperthreading in the bios. The machine booted into FreeBSD with no problems and 4 CPUs are showing as it should. (Hyperthreading is basically a virtual CPU within the CPU). I am currently running CPU intesive programs and the machine seems stable. The only issue I have is that dmesg shows P4 1066Mhz speed which is wrong as these are 2.4Ghz Xeons.I also tried the define bus_clock hack but it did not help either but I was mostly hoping it would help with proper CPU speed detection.The motherboard I am using is a Supermicro SUPER X5DAE Intel 7505 chipset. Here are some screen captures of my dmesg output and also top APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 23651 book 64 0 13604K 12892K CPU2 2 92:56 99.02% 99.02% perl 25648 root -6 0 1200K 788K CPU0 1 0:03 3.74% 3.61% find 25591 sysadmin 28 0 1908K 1040K CPU1 0 0:01 0.00% 0.00% top I can only guess FreeBSD needs to support these chipsets when Hyperthreading is disabled, unless it needs to be but I doubt that. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message From owner-freebsd-smp Tue Jan 7 7:43:38 2003 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8EB137B401 for ; Tue, 7 Jan 2003 07:43:37 -0800 (PST) Received: from hotmail.com (f24.law11.hotmail.com [64.4.17.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7186643E4A for ; Tue, 7 Jan 2003 07:43:37 -0800 (PST) (envelope-from mc_unixgeek@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 7 Jan 2003 07:39:28 -0800 Received: from 62.253.32.5 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 07 Jan 2003 15:39:28 GMT X-Originating-IP: [62.253.32.5] From: "Jay -" To: freebsd-smp@FreeBSD.org Date: Tue, 07 Jan 2003 15:39:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Jan 2003 15:39:28.0591 (UTC) FILETIME=[F6F225F0:01C2B662] Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message From owner-freebsd-smp Tue Jan 7 7:55:58 2003 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F4E37B401 for ; Tue, 7 Jan 2003 07:55:56 -0800 (PST) Received: from mx0.estimese.net (finom.estimese.net [195.168.3.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 8EB9E43EA9 for ; Tue, 7 Jan 2003 07:55:54 -0800 (PST) (envelope-from zero@estimese.net) Received: (qmail 14996 invoked by uid 69); 7 Jan 2003 15:54:43 -0000 Date: Tue, 7 Jan 2003 16:54:43 +0100 From: Robert Bopko To: Mark Cc: smp@freebsd.org Subject: Re: Update on SE7500 P4 SMP.. Message-ID: <20030107155443.GA14554@finom.estimese.net> References: <3E1A2BBD.4060107@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E1A2BBD.4060107@netscape.net> Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, we are talking about intel se7500cw2 server board, other e7500 chipset motherboards like supermicro works fine. On Mon, Jan 06, 2003 at 08:22:05PM -0500, Mark wrote: > Sorry if I am off base here but I have not seen this complete thread but > hopefully what I write might help. > > I am running FreeBSD 4.7 stable (latest kernel source) on a P4 dual Xeon > Supermicro motherboard. When I recompiled the kernel for SMP and > rebooted it would always panic on the APIC interupt delivery. I then > enabled (just trying different things after researching this problem) > hyperthreading in the bios. The machine booted into FreeBSD with no > problems and 4 CPUs are showing as it should. (Hyperthreading is > basically a virtual CPU within the CPU). I am currently running CPU > intesive programs and the machine seems stable. > > > The only issue I have is that dmesg shows P4 1066Mhz speed which is > wrong as these are 2.4Ghz Xeons.I also tried the define bus_clock hack > but it did not help either but I was mostly hoping it would help with > proper CPU speed detection.The motherboard I am using is a Supermicro > SUPER X5DAE Intel 7505 chipset. > > Here are some screen captures of my dmesg output and also top > > APIC_IO: Testing 8254 interrupt delivery > APIC_IO: routing 8254 via IOAPIC #0 intpin 2 > SMP: AP CPU #3 Launched! > SMP: AP CPU #2 Launched! > SMP: AP CPU #1 Launched! > > > PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND > 23651 book 64 0 13604K 12892K CPU2 2 92:56 99.02% 99.02% perl > 25648 root -6 0 1200K 788K CPU0 1 0:03 3.74% 3.61% find > 25591 sysadmin 28 0 1908K 1040K CPU1 0 0:01 0.00% 0.00% top > > > I can only guess FreeBSD needs to support these chipsets when > Hyperthreading is disabled, unless it needs to be but I doubt that. > > > Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message From owner-freebsd-smp Wed Jan 8 1:21:16 2003 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A8337B401; Wed, 8 Jan 2003 01:21:15 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A954D43ED4; Wed, 8 Jan 2003 01:21:14 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 18WCOf-000HyF-00; Wed, 08 Jan 2003 11:21:13 +0200 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-hackers@FreeBSD.ORG Cc: smp@FreeBSD.ORG Subject: Asus/PR-DLSR smp hangs on boot Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Jan 2003 11:21:13 +0200 From: Danny Braniss Message-Id: Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I have yet another dual box to test, Asus Dual Intel/Xeon, this one came preconfigured with 4.7 Release, and 'sort of works' - using the 1Giga ethernet is problematic. The latest 4.7 stable hangs on boot - just after SMP: AP CPU #1 Launched! btw, the -release hangs here for about 20 seconds, then goes on ok. here are 2 logs: ftp://ftp/users/danny/freebsd/logs/release.log is from a successfull boot ftp://ftp/users/danny/freebsd/logs/stable.log is from a failed boot. thanks, danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message