diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-09-19 23:23:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-09-19 23:23:51 +0000 |
commit | 1030b4ab06a0016e5f2d795e5f008e1e3e539788 (patch) | |
tree | 26d95f93f10573fea2f72b1af09787f33eb33d13 /sys/arch/amd64/include | |
parent | 8e8e8b6c61ecdac3d56820301245d42f8630ab4a (diff) |
Set up PCI bus number resource accounting for the main PCI bus hierarchy.
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/pci_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); /* |