Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 bus_dmamem_mmap: argument "off" is of type "o...
details: https://anonhg.NetBSD.org/src/rev/d83febd3568c
branches: trunk
changeset: 514448:d83febd3568c
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Sep 03 00:29:35 2001 +0000
description:
bus_dmamem_mmap: argument "off" is of type "off_t", not "int".
diffstat:
share/man/man9/bus_dma.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f0fb2e2d0d5c -r d83febd3568c share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9 Sun Sep 02 23:18:01 2001 +0000
+++ b/share/man/man9/bus_dma.9 Mon Sep 03 00:29:35 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.17 2001/07/19 15:32:06 thorpej Exp $
+.\" $NetBSD: bus_dma.9,v 1.18 2001/09/03 00:29:35 uwe Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -91,7 +91,7 @@
.Fn bus_dmamem_unmap "bus_dma_tag_t tag" "caddr_t kva" "size_t size"
.Ft int
.Fn bus_dmamem_mmap "bus_dma_tag_t tag" "bus_dma_segment_t *segs" \
-"int nsegs" "int off" "int prot" "int flags"
+"int nsegs" "off_t off" "int prot" "int flags"
.Sh DESCRIPTION
Provide a bus- and machine-independent "DMA mapping interface."
.Sh NOTES
Home |
Main Index |
Thread Index |
Old Index