From owner-freebsd-questions Fri Mar 17 5:26:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from balrog.rt.ru (balrog.rt.ru [195.161.0.169]) by hub.freebsd.org (Postfix) with ESMTP id 74B7E37B704 for ; Fri, 17 Mar 2000 05:26:35 -0800 (PST) (envelope-from dima@rt.ru) Received: from rt.ru (localhost [127.0.0.1]) by balrog.rt.ru (8.9.3/8.9.3) with ESMTP id QAA36879 for ; Fri, 17 Mar 2000 16:26:33 +0300 (MSK) (envelope-from dima@rt.ru) Message-ID: <38D23289.2D534074@rt.ru> Date: Fri, 17 Mar 2000 16:26:33 +0300 From: "Dmitry S. Rzhavin" Organization: Rostelecom Internet X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-20000103-CURRENT i386) X-Accept-Language: ru MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: 3.4 and SMP Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have compaq proliant 6500 with 2xPIII-500 cpu. When I tried to enable SMP (by uncommenting SMP and APIC_IO), I got this: Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III (686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff> real memory = 16777216 (16384K bytes) avail memory = 13701120 (13380K bytes) Programming 35 pins in IOAPIC #0 IOAPIC #0 intpint 25 -> irq -1 IOAPIC #0 intpint 26 -> irq 0 IOAPIC #0 intpint 27 -> irq -1 IOAPIC #0 intpint 28 -> irq -1 IOAPIC #0 intpint 29 -> irq -1 IOAPIC #0 intpint 30 -> irq -1 IOAPIC #0 intpint 31 -> irq -1 And system does nothing after it. Then I uncommented: options NCPU=2 # number of CPUs options NAPIC=1 # number of IO APICs options NINTR=24 # number of INTs I got error like this: BIOS basemem (638K) != RTC basemem (640K), setting to BIOS value found 43 intrs, increase NINTR panic: you must reconfigure your kernel mp_lock = 00000001; cpuid = 0; lapic.id = 00000000 Automatic reboot in 15 seconds - press a key on the console to abort And when I said: options NINTR=43 I got again this message: Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III (686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff> real memory = 16777216 (16384K bytes) avail memory = 13697024 (13376K bytes) Programming 35 pins in IOAPIC #0 IOAPIC #0 intpint 25 -> irq -1 IOAPIC #0 intpint 26 -> irq 0 IOAPIC #0 intpint 27 -> irq -1 IOAPIC #0 intpint 28 -> irq -1 IOAPIC #0 intpint 29 -> irq -1 IOAPIC #0 intpint 30 -> irq -1 IOAPIC #0 intpint 31 -> irq -1 What shall I do to enable SMP? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message