diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-15 02:43:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-04-15 02:43:45 +0000 |
commit | f5dc053838f0b81c00b4fc7631246eed732d99a1 (patch) | |
tree | fe84d8f5beb2abc3a10a37a3dc3ae320ed67f67f | |
parent | a2649b427e1d0065486b9b60fed661739ab64647 (diff) |
basic manpage for the dma controller
ok pascoe@
-rw-r--r-- | share/man/man4/man4.zaurus/pxadmac.4 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/share/man/man4/man4.zaurus/pxadmac.4 b/share/man/man4/man4.zaurus/pxadmac.4 new file mode 100644 index 00000000000..e797f33220d --- /dev/null +++ b/share/man/man4/man4.zaurus/pxadmac.4 @@ -0,0 +1,35 @@ +.\" $OpenBSD: pxadmac.4,v 1.1 2005/04/15 02:43:44 dlg Exp $ */ +.\" +.\" Copyright (c) 2005 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd April 15, 2005 +.Dt PXADMAC 4 zaurus +.Os +.Sh NAME +.Nm pxadmac +.Nd PXA2x0 DMA Controller +.Sh SYNOPSIS +.Cd "pxadmac0 at pxaip?" +.Sh DESCRIPTION +The +.Nm +driver manages the integrated DMA controller found +on the Intel PXA210, PXA250, PXA260 and PXA270 processor boards. +.Pp +It provides DMA handler registration for service requests to other drivers. +.Sh SEE ALSO +.Xr autoconf 4 , +.Xr pxaip 4 , +.Xr config 8 |