From efb4f964c4bfd1d58471ddab3c9aa3c1f679fecc Mon Sep 17 00:00:00 2001 From: se Date: Thu, 5 Sep 1996 21:28:51 +0000 Subject: Fix code that deals with multiple host to PCI bridges by making the next one use the highest seen bus number plus 1 as its starting point. --- sys/pci/pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/pci/pci.c') diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 4d88c99..6bc7c9d 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.51 1996/06/09 11:58:19 asami Exp $ +** $Id: pci.c,v 1.52 1996/09/02 21:23:04 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -971,6 +971,7 @@ void pci_configure() if (pcicb) pcicb = pcicb->pcicb_next; } + pcibusmax++; } pci_conf_count++; } -- cgit v1.1