diff options
author | jhb <jhb@FreeBSD.org> | 2016-09-30 01:16:09 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-09-30 01:16:09 +0000 |
commit | f5b3ad07df9a8375b3f8b8f538e53ce9f8664e01 (patch) | |
tree | 68c9b29a7b65b6c01c08a9a75a7bd421171fcd6f | |
parent | 5558dfd38bac6a6ad6408e1e8b52730465fd2188 (diff) | |
download | FreeBSD-src-f5b3ad07df9a8375b3f8b8f538e53ce9f8664e01.zip FreeBSD-src-f5b3ad07df9a8375b3f8b8f538e53ce9f8664e01.tar.gz |
MFC 305248: Remove warning about pci_addr_t being different sizes.
pci_addr_t has always been 64-bits since r163805.
-rw-r--r-- | share/man/man9/pci.9 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index cddefb1..195d12e 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 24, 2016 +.Dd September 1, 2016 .Dt PCI 9 .Os .Sh NAME @@ -793,11 +793,6 @@ with one in the new distribution. The .Fn pci_remap_msix function will fail if this condition is not met. -.Sh IMPLEMENTATION NOTES -The -.Vt pci_addr_t -type varies according to the size of the PCI bus address -space on the target architecture. .Sh SEE ALSO .Xr pci 4 , .Xr pciconf 8 , |