From owner-freebsd-current Thu Dec 5 12:49:35 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA02579 for current-outgoing; Thu, 5 Dec 1996 12:49:35 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id MAA02572; Thu, 5 Dec 1996 12:49:24 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA19852; Thu, 5 Dec 1996 13:30:18 -0700 From: Terry Lambert Message-Id: <199612052030.NAA19852@phaeton.artisoft.com> Subject: Re: pci-pci bridge on HP netserver To: se@freebsd.org (Stefan Esser) Date: Thu, 5 Dec 1996 13:30:18 -0700 (MST) Cc: Terje.N.Marthinussen@cc.uit.no, Freebsd-current@freebsd.org In-Reply-To: from "Stefan Esser" at Dec 5, 96 01:23:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > It has 5 PCI slots on two pci busses. > > The default FreeBSD kernel is not able to find the two onboard Adaptec > > aic7870 PCI controllers that is on the second pci bus. [ ... ] > > All what seems to be needed is to bounce 'pciroots' like it is done with > > the Orion chipset (I now boot it by just hardcoding the right value in > > pci.c). > > > > I could write this patch myself, however, I don't have, or know where > > to get the information needed (is it enough to just bounce pciroots > > with '1' or is something more general needed?). I'm not even sure about > > NO! Hardcoding to 1 does not work! > Think about any PCI card with an integrated PCI to PCI > bridge in bus 0 (an AH3940 or a 4channel Ethernet card, > for example). The chips behind that bridge will be on > bus 1, the second PCI bus on the motherboard will be 2 > now ... I don't suppose the PCI code could be changed to dynamically allocate as many busses as are found... ? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.