From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kinfocenter/ioports/Makefile.am | 3 ++ doc/kinfocenter/ioports/index.docbook | 64 +++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 doc/kinfocenter/ioports/Makefile.am create mode 100644 doc/kinfocenter/ioports/index.docbook (limited to 'doc/kinfocenter/ioports') diff --git a/doc/kinfocenter/ioports/Makefile.am b/doc/kinfocenter/ioports/Makefile.am new file mode 100644 index 000000000..56e830b08 --- /dev/null +++ b/doc/kinfocenter/ioports/Makefile.am @@ -0,0 +1,3 @@ + +KDE_LANG= en +KDE_DOCS = kinfocenter/ioports diff --git a/doc/kinfocenter/ioports/index.docbook b/doc/kinfocenter/ioports/index.docbook new file mode 100644 index 000000000..fa662feba --- /dev/null +++ b/doc/kinfocenter/ioports/index.docbook @@ -0,0 +1,64 @@ + + + +]> + +
+I/O Port + + + +&Matthias.Hoelzer-Kluepfel; +&Helge.Deller; +&Duncan.Haldane; +&Mike.McBride; + + + + +2002-02-12 +3.00.00 + + +KDE +KControl +ioports +system information + + + + +Input/Output Port Information + +This page displays information about the I/O ports. + +I/O Ports are memory addresses used by the processor for direct +communication with a device that has sent an +interrupt signal to the processor. + +The exchange of commands or data between the processor and the device +takes place through the I/O port address of the device, which is a + hexadecimal +number. No two devices can share the same I/O port. Many devices use + multiple +I/O port addresses, which are expressed as a range of hexadecimal +numbers. + +The exact information displayed is system-dependent. On some +systems, I/O port information can not yet be displayed. + +On &Linux;, this information is read from /proc/ioports which is only available if +the /proc pseudo-filesystem is +compiled into the kernel. A list of all currently-registered I/O port +regions that are in use is shown. + +The first column is the I/O port (or the range of I/O ports), the +second column identifies the device that uses these I/O ports. + +The user cannot modify any settings on this page. + + +
-- cgit v1.2.1