summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c3
1 files changed, 2 insertions, 1 deletions
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++;
}
OpenPOWER on IntegriCloud