From owner-freebsd-smp Thu May 15 13:12:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA11930 for smp-outgoing; Thu, 15 May 1997 13:12:54 -0700 (PDT) Received: from kvikk.uit.no (kvikk.Uit.No [129.242.4.32]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA11923 for ; Thu, 15 May 1997 13:12:51 -0700 (PDT) Received: from sprint.cc.uit.no (sprint.Cc.Uit.No [129.242.5.198]) by kvikk.uit.no (8.8.5/8.8.5) with ESMTP id WAA05317; Thu, 15 May 1997 22:11:55 +0200 (METDST) Received: from slibo.cc.uit.no (slibo.Cc.Uit.No [129.242.5.36]) by sprint.cc.uit.no (8.8.5/8.8.5) with ESMTP id WAA00216; Thu, 15 May 1997 22:11:54 +0200 (METDST) Received: from localhost (terjem@localhost) by slibo.cc.uit.no (8.8.5/8.8.5) with ESMTP id WAA15723; Thu, 15 May 1997 22:11:53 +0200 (METDST) Message-Id: <199705152011.WAA15723@slibo.cc.uit.no> X-Mailer: exmh version 2.0gamma 1/27/96 To: Narvi cc: smp@FreeBSD.ORG Subject: Re: HP Netserver 5/100 LS2 In-reply-to: Your message of "Thu, 15 May 1997 20:45:19 METDST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 May 1997 22:11:53 +0200 From: Terje Normann Marthinussen Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >Is is supported by FreeBSD-SMP? Has anyone actually used it? Using it on a Netserver 5/133 LS4 which should be more or less the same computer? There is a "minor" problem though that I should have fixed long time ago though. FreeBSD dosn't support the PCI-PCI bridge in it, so it's unable to find the SCSI controllers that is on the second PCI bus. The hack I use at the moment is to manually bounce the pciroot variable in pci.c from 1 to 2. From: pciroots = 1; while (pciroots--) { To: pciroots = 2; while (pciroots--) { This isn't nice at all, at would probably give not help you much if you need to put any pci cards with a pci bridge in the machine. But otherwise it works. The problem is to get thing installed the first time. You'll need to plug some other scsi controller in the first pci bus, or to compile a install disk on some other machine, og like me, install the entire OS on another machine and then move the disk. Terje Marthinussen terjem@cc.uit.no