From 0b9a39305949515fdfabf571f4cdbf61678c81d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 24 Jan 2014 14:11:20 -0600 Subject: Finish moving kinfocenter files to kcontrol. This partially resolves bug report 289. --- doc/kcontrol/dma/CMakeLists.txt | 12 ++++++++ doc/kcontrol/dma/Makefile.am | 3 ++ doc/kcontrol/dma/index.docbook | 64 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 doc/kcontrol/dma/CMakeLists.txt create mode 100644 doc/kcontrol/dma/Makefile.am create mode 100644 doc/kcontrol/dma/index.docbook (limited to 'doc/kcontrol/dma') diff --git a/doc/kcontrol/dma/CMakeLists.txt b/doc/kcontrol/dma/CMakeLists.txt new file mode 100644 index 000000000..2c3752d1c --- /dev/null +++ b/doc/kcontrol/dma/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/dma ) diff --git a/doc/kcontrol/dma/Makefile.am b/doc/kcontrol/dma/Makefile.am new file mode 100644 index 000000000..f8fd8f8e9 --- /dev/null +++ b/doc/kcontrol/dma/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kcontrol/dma diff --git a/doc/kcontrol/dma/index.docbook b/doc/kcontrol/dma/index.docbook new file mode 100644 index 000000000..415666095 --- /dev/null +++ b/doc/kcontrol/dma/index.docbook @@ -0,0 +1,64 @@ + + + +]> + +
+<acronym>DMA</acronym> Channel Information + + + +&Matthias.Hoelzer-Kluepfel; +&Helge.Deller; +&Duncan.Haldane; +&Mike.McBride; + + + +2002-02-12 +3.00.00 + + +KDE +KControl +DMA +system information + + + + +<acronym>DMA</acronym> Channel Information + + This page displays information about the DMA +(Direct Memory Access) Channels. A DMA channel is a +direct connection that allows devices to transfer data to and from +memory without going through the processor. Typically, i386-architecture +systems (PC's) have eight DMA +channels (0-7). + + The exact information displayed is system-dependent. On +some systems, DMA Channel information cannot be +displayed yet. + + On &Linux;, this information is read from /proc/dma, which is only available if the +/proc pseudo-filesystem is +compiled into the kernel. + + A list of all currently-registered (ISA bus) +DMA channels that are in use is shown. The first +column shows the DMA channel, and the second column +shows the device which uses that channel. + + +Unused DMA channels are not listed. + + + +The user cannot modify any settings on this page. + + + +
-- cgit v1.2.1