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 returns "paddr_t", not "int".
details: https://anonhg.NetBSD.org/src/rev/a1e1f38fc780
branches: trunk
changeset: 514449:a1e1f38fc780
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Sep 03 00:37:54 2001 +0000
description:
bus_dmamem_mmap returns "paddr_t", not "int".
diffstat:
share/man/man9/bus_dma.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d83febd3568c -r a1e1f38fc780 share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9 Mon Sep 03 00:29:35 2001 +0000
+++ b/share/man/man9/bus_dma.9 Mon Sep 03 00:37:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.18 2001/09/03 00:29:35 uwe Exp $
+.\" $NetBSD: bus_dma.9,v 1.19 2001/09/03 00:37:54 uwe Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -89,7 +89,7 @@
"size_t size" "caddr_t *kvap" "int flags"
.Ft void
.Fn bus_dmamem_unmap "bus_dma_tag_t tag" "caddr_t kva" "size_t size"
-.Ft int
+.Ft paddr_t
.Fn bus_dmamem_mmap "bus_dma_tag_t tag" "bus_dma_segment_t *segs" \
"int nsegs" "off_t off" "int prot" "int flags"
.Sh DESCRIPTION
Home |
Main Index |
Thread Index |
Old Index