From owner-freebsd-questions Thu Jun 27 12:21:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA18239 for questions-outgoing; Thu, 27 Jun 1996 12:21:21 -0700 (PDT) Received: from kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA18234 for ; Thu, 27 Jun 1996 12:21:19 -0700 (PDT) Received: from mailbox.mcs.com (Mailbox.mcs.com [192.160.127.87]) by kitten.mcs.com (8.7.5/8.6.9) with SMTP id OAA14818 for ; Thu, 27 Jun 1996 14:21:13 -0500 (CDT) Received: by mailbox.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Thu, 27 Jun 96 14:21 CDT Received: by mercury.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Thu, 27 Jun 96 14:21 CDT Message-Id: Subject: PCI probing behind bridge? To: questions@freebsd.org Date: Thu, 27 Jun 1996 14:21:11 -0500 (CDT) From: "Lars Jonas Olsson" Cc: jonas@mcs.net X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm testing a Pro-Log PIP10 computer with FreeBSD 2.1R. This is a PICMG passive backplane computer with Triton II chipset, onboard SCSI, and onboard DEC bridge. The passive backplane PCI bus is on the other side of the DEC chip and contains VGA and Matrox Meteor. The probe does not find the VGA and Meteor cards, only: pci0:0: Intel Corporation, device=0x1250, class=bridge (host) [no driver assigned] pci0:6: Digital Equipment Corporation, device=0x0021, class=bridge (pci) [no driver assigned] pci0:7: Intel Corporation, device=0x7000, class=bridge (isa) [no driver assigned] pci0:8: Adaptec, device=0x7078, class=storage (scsi) [no driver assigned] Is this a BIOS or FreeBSD problem? Am I likely to have better sucess with other FreeBSD version? Jonas