Date: Fri, 30 Sep 2016 01:16:09 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r306470 - in stable: 10/share/man/man9 11/share/man/man9 Message-ID: <201609300116.u8U1G9lY081206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Fri Sep 30 01:16:09 2016 New Revision: 306470 URL: https://svnweb.freebsd.org/changeset/base/306470 Log: MFC 305248: Remove warning about pci_addr_t being different sizes. pci_addr_t has always been 64-bits since r163805. Modified: stable/11/share/man/man9/pci.9 Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/10/share/man/man9/pci.9 Directory Properties: stable/10/ (props changed) Modified: stable/11/share/man/man9/pci.9 ============================================================================== --- stable/11/share/man/man9/pci.9 Fri Sep 30 01:13:57 2016 (r306469) +++ stable/11/share/man/man9/pci.9 Fri Sep 30 01:16:09 2016 (r306470) @@ -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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609300116.u8U1G9lY081206>