summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-09-05 21:28:51 +0000
committerStefan Eßer <se@FreeBSD.org>1996-09-05 21:28:51 +0000
commit77b3da75e6ef67e760c89e2b8bf14ce3419ec1a3 (patch)
tree14dbf9df4ee2a42a1461ad5a6bf2275ae1c07ca0 /sys/dev/pci
parent36d4ab45ac0fc33e3075fa71b31a622aee3425b5 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 4d88c999e184..6bc7c9d6c23d 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/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++;
}