From owner-freebsd-current Fri Mar 14 11:53:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08167 for current-outgoing; Fri, 14 Mar 1997 11:53:33 -0800 (PST) Received: from kvikk.uit.no (kvikk.Uit.No [129.242.4.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08162 for ; Fri, 14 Mar 1997 11:53:20 -0800 (PST) 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 UAA06725; Fri, 14 Mar 1997 20:53:09 +0100 (MET) 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 UAA08331; Fri, 14 Mar 1997 20:53:08 +0100 (MET) Received: from localhost (terjem@localhost) by slibo.cc.uit.no (8.8.5/8.8.5) with ESMTP id UAA22300; Fri, 14 Mar 1997 20:53:07 +0100 (MET) Message-Id: <199703141953.UAA22300@slibo.cc.uit.no> X-Mailer: exmh version 2.0gamma 1/27/96 To: Garrett Wollman cc: current@freebsd.org Subject: Re: Intel Xpress motherboards? In-reply-to: Your message of "Fri, 14 Mar 1997 14:18:58 MET." <9703141918.AA01611@halloran-eldar.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Fri, 14 Mar 1997 20:53:06 +0100 From: Terje Normann Marthinussen Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I seem to remember seeing a fix pass by that would cause Intel Xpress >(server division) motherboards to work right. We're trying to get one >to work, but unfortunately the SCSI chips (Adaptec 7xxx) seem to be on >the other PCI bus, which the kernel does not appear to see. Ouch. This is something I should have done for a long time.. but you know... First you don't have time. Then your too unmotivated, and just when motivation comes along, someone fills up work until its flooding around your ears. This is a dual pci + eisa bus motherboard, right? The quick hack fix I've used: You have to get a kernel recompiled either using a controller that freebsd can find, or compile it on some other machine (I installed the entire system on another machine first time I got our HP LS 4/133 up). vi /usr/src/sys/pci/pci. change: pciroots = 1; while (pciroots--) { to: pciroots = 2; while (pciroots--) { and off you go. The correct fix? Got it outlined by someone here earlier. It's a bit more work. I probably have to do it before June unless someone else does it. Right now though, I don't have time to enter the world of pci bus/chip magic. Terje Marthinussen terjem@cc.uit.no