diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-08-22 02:14:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-08-22 02:14:23 +0000 |
| commit | d320e05ca5409b1f651ce026c1e2068371181a89 (patch) | |
| tree | 9c22e90efaf7573077c0a35e96706beaaa9411fa /sys/amd64/include | |
| parent | 643cd4ffe79e1914cc8647c48a3aa78fc6b630a7 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/pci_cfgreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h index e97b367c6a10..75882821bfe0 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 +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); void pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes); |
