source: general/sysutils/pciutils.xml@ def11b7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since def11b7 was def11b7, checked in by Randy McMurchy <randy@…>, 19 years ago

Tag and excessive whitespace corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3136 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
8<!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
9<!ENTITY pciutils-size "107 KB">
10<!ENTITY pciutils-buildsize "1.1 MB">
11<!ENTITY pciutils-time "0.02 SBU">
12]>
13
[5c5cdbc]14<sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[7f72cbf]19<?dbhtml filename="pciutils.html"?>
[def11b7]20<title><application><acronym>PCI</acronym>
21Utilities</application>-&pciutils-version;</title>
[f45b1953]22
[52d29f7]23<sect2>
[def11b7]24<title>Introduction to <application><acronym>PCI</acronym>
25Utilities</application></title>
26
27<para>The <application><acronym>PCI</acronym> Utilities</application> package
28is a set of programs for listing <acronym>PCI</acronym> devices, inspecting
29their status and setting their configuration registers.</para>
30
[52d29f7]31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
[def11b7]33<listitem><para>Download (HTTP):
34<ulink url="&pciutils-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&pciutils-download-ftp;"/></para></listitem>
[52d29f7]37<listitem><para>Download size: &pciutils-size;</para></listitem>
[def11b7]38<listitem><para>Estimated disk space required:
39&pciutils-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&pciutils-time;</para></listitem></itemizedlist>
[52d29f7]42</sect3>
[def11b7]43
44<sect3><title><application><acronym>PCI</acronym> Utilities</application>
45dependencies</title>
[52d29f7]46<sect4><title>Required</title>
[def11b7]47<para><xref linkend="which"/></para>
48</sect4>
[52d29f7]49</sect3>
[def11b7]50
[52d29f7]51</sect2>
52
53<sect2>
[def11b7]54<title>Installation of <application><acronym>PCI</acronym>
55Utilities</application></title>
56
[52d29f7]57<para>Install <application><acronym>PCI</acronym> Utilities</application> by
58running the following commands:</para>
[def11b7]59
[52d29f7]60<screen><userinput><command>make PREFIX=/usr &amp;&amp;
61make PREFIX=/usr install</command></userinput></screen>
[def11b7]62
[52d29f7]63</sect2>
64
65<sect2>
66<title>Contents</title>
[def11b7]67
[52d29f7]68<para>The <application><acronym>PCI</acronym> Utilities</application> package
[def11b7]69contains <command>lspci</command>, <command>setpci</command> and
70<command>update-pciids</command>.</para>
71
[52d29f7]72</sect2>
[def11b7]73
[52d29f7]74<sect2><title>Description</title>
[def11b7]75
[52d29f7]76<sect3><title>lspci</title>
77<para><command>lspci</command> is a utility for displaying information
78about all <acronym>PCI</acronym> buses in the system and all devices
79connected to them.</para></sect3>
[def11b7]80
[52d29f7]81<sect3><title>setpci</title>
82<para><command>setpci</command> is a utility for querying and
83configuring <acronym>PCI</acronym> devices.</para></sect3>
[def11b7]84
[52d29f7]85<sect3><title>update-pciids</title>
86<para><command>update-pciids</command> fetches the current version of
87the <acronym>PCI</acronym> ID list. Requires <xref
88linkend="wget"/> or <xref linkend="lynx"/></para></sect3>
[def11b7]89
[52d29f7]90</sect2>
[f45b1953]91
92</sect1>
Note: See TracBrowser for help on using the repository browser.