From owner-freebsd-hardware Sat Mar 2 21:23:49 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA14238 for hardware-outgoing; Sat, 2 Mar 1996 21:23:49 -0800 (PST) Received: from fore.com (relay.fore.com [169.144.1.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA14229 for ; Sat, 2 Mar 1996 21:23:46 -0800 (PST) Received: from dolphin.fore.com (dolphin.fore.com [169.144.1.16]) by fore.com (8.7.3/8.6.11) with ESMTP id AAA07474; Sun, 3 Mar 1996 00:21:05 -0500 (EST) Received: from lamprey.fore.com (lamprey.fore.com [169.144.1.254]) by dolphin.fore.com (8.7.3/3.4W4) with SMTP id AAA28524; Sun, 3 Mar 1996 00:22:54 -0500 (EST) Message-Id: <199603030522.AAA28524@dolphin.fore.com> X-Authentication-Warning: dolphin.fore.com: Host lamprey.fore.com [169.144.1.254] didn't use HELO protocol To: se@zpr.uni-koeln.de (Stefan Esser) cc: pvds@IAEhv.nl (pieter van der steen), hardware@freebsd.org Subject: Re: FreeBSD doesnt see NCR 53C810 SCSI controller In-reply-to: Message from se@zpr.uni-koeln.de (Stefan Esser) of "Fri, 26 Jan 1996 00:57:23 +0100." <199601252357.AA20855@Sysiphos> Reply-to: rv@fore.com X-Mailer: MH v6.8.3 Date: Sun, 03 Mar 1996 00:22:14 -0500 From: Rajesh Vaidheeswarran Sender: owner-hardware@freebsd.org Precedence: bulk Hi: I have a similar problem. A PCI/EISA combo bus on a Dell Omniplex 466, houses an NCR 53C810 SCSI controller, and a 3c509 is sitting on the EISA. The freebsd 2.1.0 boot doesnt recognise the 3c509 sitting on the EISA bus of the PCI/EISA combo, though it does recognise the NCR and the SCSI disk on it. Any help/advice/suggestions will be appreciated. thanks rv -- using MH template repl.format -- In a previous message, Stefan Esser writes: > On Jan 25, 23:16, pieter van der steen wrote: > } Subject: FreeBSD doesnt see NCR 53C810 SCSI controller > } Subject: FreeBSD does not recognize NCR 53C810 SCSI controller > } > } I tried to install FreeBSD 2.0.5. When I boot the system from floppy, > } the list of recognized devices (shown during booting) does not contain > } the SCSI controller nor the ethernet controller. > } When the installation menu is shown, the system doesn't know of any > } harddisk in the system (fdisk). > } > } I tried to boot from a 2.1.0 boot floppy: same results. > > Compaq hasn't implemented the configuration space access > registers according to the PCI specs, and this causes no > end of trouble ... > > } I built a kernel on another system, adding some printf's to > } /sys/pci/pcisupp.c in the chipset_probe function. It detects a PCI bus > } but doesnot see any devices on it (as far as I can interpret the code). > > If you can rebuild your kernel (as it appears to be the > case :) please get the file /sys/i386/isa/pcibus.c from > some FreeBSD-current mirror. > > It contains enhanced PCI bus probe, which OUGHT to support > your system. Please let me know if it fails. In this case, > please send all lines starting with "pcibus_setup" from a > VERBOSE boot (i.e. enter "-v" at the "Boot: " prompt). > > Regards, STefan >