From owner-freebsd-smp Tue Feb 22 9:14:43 2000 Delivered-To: freebsd-smp@freebsd.org Received: from ricky.ssg.gunter.af.mil (RICKY.SSG.gunter.af.mil [143.158.254.14]) by hub.freebsd.org (Postfix) with ESMTP id 2EFDD37B6E9 for ; Tue, 22 Feb 2000 09:14:40 -0800 (PST) (envelope-from John.Hubbard@gunter.af.mil) Received: from ricky.ssg.gunter.af.mil (root@localhost) by ricky.ssg.gunter.af.mil with ESMTP id LAA04785 for ; Tue, 22 Feb 2000 11:04:20 -0600 (CST) From: John.Hubbard@gunter.af.mil Received: from fsjubj02.ssg.gunter.af.mil (fsjubj02.gunter.af.mil [143.158.17.102]) by ricky.ssg.gunter.af.mil with ESMTP id KAA04177 for ; Tue, 22 Feb 2000 10:55:57 -0600 (CST) Received: by fsjubj02.gunter.af.mil with Internet Mail Service (5.5.2448.0) id ; Tue, 22 Feb 2000 10:55:54 -0600 Message-ID: <3B1064C98BAFD311B95E009027B11E4F14D226@fsjubj07.ssg.gunter.af.mil> To: freebsd-smp@FreeBSD.ORG Subject: Proliant 6500 part 2: Date: Tue, 22 Feb 2000 10:55:54 -0600 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To narrow the focus of my earlier questions, and maybe pass some information along. I used the Compaq SmartStart to erase my configuration and try again. This time, I chose NT4.0 as the OS and allowed it to install the system partition. After installing 3.4-RELEASE again, mptable output looks different. Now the number of interrupts is reduced to 44. So I use these options: NCPU=2 NBUS=3 NAPIC=1 NINTR=44 And compile a kernel. Hurrah! It boots! But it only scans 1 PCI bus. My NIC was in the fifth PCI slot, so it couldn't find it. First, I change NBUS to 10. It scans all the buses and detects my Intel EtherExpress Pro this time, but when it comes time to start sendmail in the startup scripts, I get 'device timeout : fxp0'. Something is amiss. I moved the NIC into the first PCI slot, and it works properly there, but I'm going to need those other slots here in the future. I also noticed this in dmesg: 'fixbushigh_450nx : bogus highest PCI bus 255, reduced to 10' Has anyone figured out how to get one of these to work properly yet? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message