From 1030b4ab06a0016e5f2d795e5f008e1e3e539788 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 19 Sep 2012 23:23:51 +0000 Subject: Set up PCI bus number resource accounting for the main PCI bus hierarchy. --- sys/arch/amd64/include/pci_machdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/include') diff --git a/sys/arch/amd64/include/pci_machdep.h b/sys/arch/amd64/include/pci_machdep.h index 9a41a1e1493..51894074a34 100644 --- a/sys/arch/amd64/include/pci_machdep.h +++ b/sys/arch/amd64/include/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.20 2012/09/07 19:23:16 kettenis Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.21 2012/09/19 23:23:50 kettenis Exp $ */ /* $NetBSD: pci_machdep.h,v 1.1 2003/02/26 21:26:11 fvdl Exp $ */ /* @@ -66,6 +66,7 @@ struct pci_attach_args; extern struct extent *pciio_ex; extern struct extent *pcimem_ex; +extern struct extent *pcibus_ex; void pci_init_extents(void); /* -- cgit v1.2.3