mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
52c44ebf98
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4717 af4574ff-66df-0310-9fd7-8a98e5e911e0
155 lines
5.1 KiB
XML
155 lines
5.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
|
|
<!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
|
|
<!ENTITY pciutils-md5sum "2b3b2147b7bc91f362be55cb49fa1c4e">
|
|
<!ENTITY pciutils-size "107 KB">
|
|
<!ENTITY pciutils-buildsize "1.04 MB">
|
|
<!ENTITY pciutils-time "0.01 SBU">
|
|
]>
|
|
|
|
<sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
|
|
<?dbhtml filename="pciutils.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>PCI Utilities-&pciutils-version;</title>
|
|
|
|
<indexterm zone="pciutils">
|
|
<primary sortas="a-PCI-Utilities">PCI Utilities</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to PCI Utilities</title>
|
|
|
|
<para>The <application>PCI Utilities</application> package
|
|
is a set of programs for listing PCI devices, inspecting
|
|
their status and setting their configuration registers.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&pciutils-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&pciutils-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &pciutils-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &pciutils-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &pciutils-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &pciutils-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">PCI Utilities Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="which"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of PCI Utilities</title>
|
|
|
|
<para>Install <application>PCI Utilities</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput>make PREFIX=/usr</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
|
|
|
|
<para>Some packages require the PCI static library. To install the library
|
|
and headers, issue the following commands as the
|
|
<systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>install -v -m755 -d /usr/include/pci &&
|
|
install -v -m 644 lib/libpci.a /usr/lib &&
|
|
install -v -m 644 lib/*.h /usr/include/pci</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>lspci, setpci and update-pciids</seg>
|
|
<seg>libpci.a</seg>
|
|
<seg>/usr/include/pci</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lspci">
|
|
<term><command>lspci</command></term>
|
|
<listitem>
|
|
<para>is a utility for displaying information about all PCI buses in the
|
|
system and all devices connected to them.</para>
|
|
<indexterm zone="pciutils lspci">
|
|
<primary sortas="b-lspci">lspci</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="setpci">
|
|
<term><command>setpci</command></term>
|
|
<listitem>
|
|
<para>is a utility for querying and configuring PCI devices.</para>
|
|
<indexterm zone="pciutils setpci">
|
|
<primary sortas="b-setpci">setpci</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="update-pciids">
|
|
<term><command>update-pciids</command></term>
|
|
<listitem>
|
|
<para>fetches the current version of the PCI ID list. Requires
|
|
<xref linkend="wget"/> or <xref linkend="lynx"/>.</para>
|
|
<indexterm zone="pciutils update-pciids">
|
|
<primary sortas="b-update-pciids">update-pciids</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libpci">
|
|
<term><filename role='library'>libpci.a</filename></term>
|
|
<listitem>
|
|
<para> is the static library that allows applications to access the PCI
|
|
subsystem.</para>
|
|
<indexterm zone="pciutils libpci">
|
|
<primary sortas="c-libpci">libpci.a</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|