From owner-freebsd-scsi Fri Oct 4 13:44:39 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14177 for freebsd-scsi-outgoing; Fri, 4 Oct 1996 13:44:39 -0700 (PDT) Received: from Octopussy (Octopussy.MI.Uni-Koeln.DE [134.95.212.20]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA14041; Fri, 4 Oct 1996 13:43:14 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr3-2.slip.Uni-Koeln.DE) by Octopussy with SMTP id AA20467 (5.67b/IDA-1.5); Fri, 4 Oct 1996 22:42:41 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.7.6/8.6.9) id PAA00407; Fri, 4 Oct 1996 15:25:06 +0200 (MET DST) Date: Fri, 4 Oct 1996 15:25:06 +0200 (MET DST) Message-Id: <199610041325.PAA00407@x14.mi.uni-koeln.de> From: Stefan Esser To: Matt Rosenberg Cc: questions@freebsd.org, scsi@freebsd.org Subject: Re: 2.2 -- COMPAQ / PCI In-Reply-To: References: Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Matt Rosenberg writes: > More problems with COMPAQ and the PCI bus. I tried installing the latest > version (2.2-960801SNAP) to try and solve the problem, but on the probe of > the PCI bus on my COMPAQ ProLiant 5000 it fails to find any of the PCI > devices other than the chipset and also shows the wrong amount of memory. > COMPAQ ProLiant 5000 > Adaptec 2940UW > 3Com PCI EtherLink 10/100 card > > from the boot disk kernel for 2.2: > avail memory = 13496320 (13180K) > eisa0: > Probing for devices on the EISA bus > Probing for devices on PCI bus 0: > chip0 rev 21 on pci0:15:0 > pci0:20 Intel Corporation, device = 0x84c5, class = memory (ram) [no > driver assigned] > chip1 > rev 4 on pci0:25 > chip2 > rev 4 on pci0:26 Hmmm, two PCI bridge chips ??? Well, you left out one important detail: This appears to be a Orion based Pentium-Pro system, and those are special :) You will need a more recent version of the PCI code than was compiled into the 960801-SNAP. > and then it goes on to the ISA devices. My current FreeBSD system is in > desparate need of upgrade, and I don't want to have to migrate to another > flavor of UNIX. Hints? Suggestions? Yes. Find a more recent boot floppy. There was an announcement of an "unofficial" SNAP a few weeks ago, and that one should fully support your system. (But I can't remember WHO sent that announcement.) If you can move over the AH2940 to some other system for the installation, then this ought to work just fine, too. After finishing the SNAP install, you'll have to rebuild the kernel with more recent PCI code (/sys/pci/pci.c and pcisupport.c). Move over the controller and boot disk to your Compaq after installing the new kernel ... Else, you'll need to build a boot floppy on another system you have access to, or find somebody else to do it for you. (Sorry I can't help with that, currently, for lack of resources ...) I'm sorry for the inconvenience, but while I try to add support for new chip sets as soon as possible, I often don't have access to the hardware or databooks. Orion support was only recently added for that reason (when somebody offered to do the necessary tests and happened to even have a databook :) ... Regards, STefan