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/kinfocenter/ioports/CMakeLists.txt | 12 ------- doc/kinfocenter/ioports/Makefile.am | 3 -- doc/kinfocenter/ioports/index.docbook | 64 ---------------------------------- 3 files changed, 79 deletions(-) delete mode 100644 doc/kinfocenter/ioports/CMakeLists.txt delete mode 100644 doc/kinfocenter/ioports/Makefile.am delete mode 100644 doc/kinfocenter/ioports/index.docbook (limited to 'doc/kinfocenter/ioports') diff --git a/doc/kinfocenter/ioports/CMakeLists.txt b/doc/kinfocenter/ioports/CMakeLists.txt deleted file mode 100644 index 87a473a9b..000000000 --- a/doc/kinfocenter/ioports/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (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 kinfocenter/ioports ) diff --git a/doc/kinfocenter/ioports/Makefile.am b/doc/kinfocenter/ioports/Makefile.am deleted file mode 100644 index 56e830b08..000000000 --- a/doc/kinfocenter/ioports/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/ioports diff --git a/doc/kinfocenter/ioports/index.docbook b/doc/kinfocenter/ioports/index.docbook deleted file mode 100644 index 65bcb1f1e..000000000 --- a/doc/kinfocenter/ioports/index.docbook +++ /dev/null @@ -1,64 +0,0 @@ - - - -]> - -
-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