From 72ac509e46c9ad518a1dd610f04d299877adbf3d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 1 Sep 2016 21:30:12 +0000 Subject: [PATCH] Remove warning about pci_addr_t being different sizes. pci_addr_t has always been 64-bits since r163805. MFC after: 1 week --- share/man/man9/pci.9 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9 index 161f9aa13292..1a4c5deb8a9e 100644 --- a/share/man/man9/pci.9 +++ b/share/man/man9/pci.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 3, 2016 +.Dd September 1, 2016 .Dt PCI 9 .Os .Sh NAME @@ -910,11 +910,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 ,