summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-06-22 18:48:07 +0000
committerjhb <jhb@FreeBSD.org>2011-06-22 18:48:07 +0000
commit3fa22c485f3792c67488fb38ae72a90e05bb7a25 (patch)
treeb990677d85cefd25e42216a71c70b96167e54a6b /sys/amd64
parent4c279e8e9364fe613c7921d5fd82bd496123fc2d (diff)
downloadFreeBSD-src-3fa22c485f3792c67488fb38ae72a90e05bb7a25.zip
FreeBSD-src-3fa22c485f3792c67488fb38ae72a90e05bb7a25.tar.gz
Oops, missed these in 223424.
Reported by: jkim
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/pci_cfgreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h
index 7588282..0358e79 100644
--- a/sys/amd64/include/pci_cfgreg.h
+++ b/sys/amd64/include/pci_cfgreg.h
@@ -37,6 +37,7 @@
#define CONF1_ENABLE_MSK1 0x80000001ul
#define CONF1_ENABLE_RES1 0x80000000ul
+u_long hostb_alloc_start(int type, u_long start, u_long end, u_long count);
int pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus);
int pci_cfgregopen(void);
u_int32_t pci_cfgregread(int bus, int slot, int func, int reg, int bytes);
OpenPOWER on IntegriCloud