Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 21:30:12 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305248 - head/share/man/man9
Message-ID:  <201609012130.u81LUCiu067188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Thu Sep  1 21:30:12 2016
New Revision: 305248
URL: https://svnweb.freebsd.org/changeset/base/305248

Log:
  Remove warning about pci_addr_t being different sizes.
  
  pci_addr_t has always been 64-bits since r163805.
  
  MFC after:	1 week

Modified:
  head/share/man/man9/pci.9

Modified: head/share/man/man9/pci.9
==============================================================================
--- head/share/man/man9/pci.9	Thu Sep  1 21:20:07 2016	(r305247)
+++ head/share/man/man9/pci.9	Thu Sep  1 21:30:12 2016	(r305248)
@@ -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?201609012130.u81LUCiu067188>