mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
a31d341de7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3419 af4574ff-66df-0310-9fd7-8a98e5e911e0
95 lines
3.1 KiB
XML
95 lines
3.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/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.1 MB">
|
|
<!ENTITY pciutils-time "0.02 SBU">
|
|
]>
|
|
|
|
<sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="pciutils.html"?>
|
|
<title><application><acronym>PCI</acronym>
|
|
Utilities</application>-&pciutils-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>PCI</acronym>
|
|
Utilities</application></title>
|
|
|
|
<para>The <application><acronym>PCI</acronym> Utilities</application> package
|
|
is a set of programs for listing <acronym>PCI</acronym> devices, inspecting
|
|
their status and setting their configuration registers.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
<sect3><title><application><acronym>PCI</acronym> Utilities</application>
|
|
dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="which"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>PCI</acronym>
|
|
Utilities</application></title>
|
|
|
|
<para>Install <application><acronym>PCI</acronym> Utilities</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput><command>make PREFIX=/usr &&
|
|
make PREFIX=/usr install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>PCI</acronym> Utilities</application> package
|
|
contains <command>lspci</command>, <command>setpci</command> and
|
|
<command>update-pciids</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>lspci</title>
|
|
<para><command>lspci</command> is a utility for displaying information
|
|
about all <acronym>PCI</acronym> buses in the system and all devices
|
|
connected to them.</para></sect3>
|
|
|
|
<sect3><title>setpci</title>
|
|
<para><command>setpci</command> is a utility for querying and
|
|
configuring <acronym>PCI</acronym> devices.</para></sect3>
|
|
|
|
<sect3><title>update-pciids</title>
|
|
<para><command>update-pciids</command> fetches the current version of
|
|
the <acronym>PCI</acronym> ID list. Requires <xref
|
|
linkend="wget"/> or <xref linkend="lynx"/></para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|