Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/share/man/man9 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/d3ab96ed3eb3
branches:  netbsd-7
changeset: 800107:d3ab96ed3eb3
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Jan 03 06:49:30 2017 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #1346):
        share/man/man9/bus_dma.9: revisions 1.61, 1.62 via patch
Use .An -nosplit.
--
Give a heads up about bus_dmatag_subregion()

diffstat:

 share/man/man9/bus_dma.9 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 6b35c3ad8123 -r d3ab96ed3eb3 share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9  Tue Jan 03 06:42:04 2017 +0000
+++ b/share/man/man9/bus_dma.9  Tue Jan 03 06:49:30 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.59 2013/10/30 04:16:44 msaitoh Exp $
+.\" $NetBSD: bus_dma.9,v 1.59.4.1 2017/01/03 06:49:30 snj Exp $
 .\"
 .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 8, 2011
+.Dd January 2, 2017
 .Dt BUS_DMA 9
 .Os
 .Sh NAME
@@ -798,6 +798,8 @@
 create a new bus_dma_tag_t with a limited bus address space.
 This function should not normally be used, but is useful for devices
 that do not support the full address space of the parent bus.
+Not all ports implement this method; on ports where it is unavailable,
+EOPNOTSUPP is returned.
 The arguments are as follows:
 .Bl -tag -width max_addr -compact
 .It Fa tag
@@ -839,6 +841,7 @@
 interface appeared in
 .Nx 1.3 .
 .Sh AUTHORS
+.An -nosplit
 The
 .Nm
 interface was designed and implemented by Jason R. Thorpe of the



Home | Main Index | Thread Index | Old Index