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/interrupts/CMakeLists.txt | 12 ------ doc/kinfocenter/interrupts/Makefile.am | 3 -- doc/kinfocenter/interrupts/index.docbook | 70 ------------------------------- 3 files changed, 85 deletions(-) delete mode 100644 doc/kinfocenter/interrupts/CMakeLists.txt delete mode 100644 doc/kinfocenter/interrupts/Makefile.am delete mode 100644 doc/kinfocenter/interrupts/index.docbook (limited to 'doc/kinfocenter/interrupts') diff --git a/doc/kinfocenter/interrupts/CMakeLists.txt b/doc/kinfocenter/interrupts/CMakeLists.txt deleted file mode 100644 index e6dbfb37d..000000000 --- a/doc/kinfocenter/interrupts/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/interrupts ) diff --git a/doc/kinfocenter/interrupts/Makefile.am b/doc/kinfocenter/interrupts/Makefile.am deleted file mode 100644 index 46be8b9ce..000000000 --- a/doc/kinfocenter/interrupts/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -KDE_LANG= en -KDE_DOCS = kinfocenter/interrupts diff --git a/doc/kinfocenter/interrupts/index.docbook b/doc/kinfocenter/interrupts/index.docbook deleted file mode 100644 index b29611202..000000000 --- a/doc/kinfocenter/interrupts/index.docbook +++ /dev/null @@ -1,70 +0,0 @@ - - - -]> - -
-Interrupt Request (<abbrev>IRQ</abbrev>) Lines - - - -&Matthias.Hoelzer-Kluepfel; -&Helge.Deller; -&Duncan.Haldane; -&Mike.McBride; - - - -2002-02-12 -3.00.00 - - -KDE -KControl -IRQ -interrupts -system information - - - - -Interrupt Request (<abbrev>IRQ</abbrev>) Lines in Use - -This page displays information about the Interrupt Request -Lines in use, and the devices that use them. - -An IRQ is a hardware line used in a -PC by (ISA bus) devices like -keyboards, modems, sound cards, &etc;, to send interrupt signals to the -processor to tell it that the device is ready to send or accept data. -Unfortunately, there are only sixteen IRQ's (0-15) -available in the i386 (PC) architecture for sharing among -the various ISA devices. - -Many hardware problems are the result of IRQ -conflicts, when two devices try to use the same IRQ, or -software is misconfigured to use a different IRQ from the -one a device is actually configured for. - -The exact information displayed is system-dependent. On some -systems, IRQ information cannot be displayed - yet. - -On &Linux;, this information is read from -/proc/interrupts, which is only -available if the /proc -pseudo-filesystem is compiled into the kernel. - -The first column, is the IRQ number. The second -column, is the number of interrupts that have been received since the last -reboot. The third column shows the type of interrupt. The fourth, -identifies the device assigned to that interrupt. - -The user cannot modify any settings on this page. - - - -
- -- cgit v1.2.1