From owner-freebsd-questions Sat Aug 4 16:27:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 629B937B403 for ; Sat, 4 Aug 2001 16:27:19 -0700 (PDT) (envelope-from achornback@worldnet.att.net) Received: from tomcat ([12.93.208.111]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010804232718.EKGD15499.mtiwmhc22.worldnet.att.net@tomcat>; Sat, 4 Aug 2001 23:27:18 +0000 From: "Andrew C. Hornback" To: "Alex Vargas" , Subject: RE: MultiProcessor Support | Kernel recompile query Date: Sat, 4 Aug 2001 19:26:10 -0400 Message-ID: <000201c11d3c$d8461780$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alex Vargas > Sent: Saturday, August 04, 2001 4:59 PM > To: freebsd-questions@freebsd.org > Subject: RE: MultiProcessor Support | Kernel recompile query > > From what I can tell, my recompile was succesful. I saw some > other messages > on an issue where IRQ's changed and the same thing happened to me, all my > devices IRQ's get shuffled around when I boot with the new SMP kernel. > Personally, this is not a problem as all seems operational, but I wonder, > given the response of some of the detection and configuration > parameters at > start, if something is wrong: > > [>dmesg output editted for specific SMP entries<] > > Programming 24 pins in IOAPIC #0 > IOAPIC #0 intpin 2 -> irq 0 > FreeBSD/SMP: Multiprocessor motherboard > cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 > cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 > io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 > Pentium Pro MTRR support enabled > pcib0: on motherboard > IOAPIC #0 intpin 16 -> irq 2 > IOAPIC #0 intpin 17 -> irq 16 > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > isab0: at device 7.0 on pci0 > isa0: on isab0 > atapci0: port 0xffa0-0xffaf at > device 7.1 on > pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > pci0: at 7.2 irq 0 > APIC_IO: Testing 8254 interrupt delivery > APIC_IO: Broken MP table detected: 8254 is not connected to > IOAPIC #0 intpin > 2 > APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 > SMP: AP CPU #1 Launched! > > The last entries from APIC_IO worry me, as I only see one entry indicating > CPU #x has been launched. Should I have another line saying CPU#0 > Launched? > Or CPU#1? And is the Broken MP table that has been routed to 8259 working > proper? I really appreciate all the feedback you guys provide on these > problems. Alex, From this vantage point, that's how it should look. CPU#0 HAS to have launched for you to even get far enough to read the copyright and/or boot. Your kernel should be fine, from what I can see. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message