add pciutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@61 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Mark Hymers 2002-08-06 12:34:21 +00:00
parent 5ef91aa8ab
commit 9914163827
6 changed files with 61 additions and 3 deletions

View File

@ -1,6 +1,9 @@
<sect1 id="pciutils" xreflabel="pciutils">
<title>pciutils</title>
<sect1 id="pciutils" xreflabel="pciutils-&pciutils-version;">
<?dbhtml filename="pciutils.html" dir="general"?>
<title>pciutils-&pciutils-version;</title>
<para>TO BE DONE</para>
&pciutils-intro;
&pciutils-inst;
&pciutils-desc;
</sect1>

View File

@ -0,0 +1,19 @@
<sect2>
<title>Contents</title>
<para>The pciutils package contains <userinput>lspci</userinput> and
<userinput>setpci</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>lspci</title>
<para>lspci is a utility for displaying information about all PCI
buses in the system and all devices connected to them.</para></sect3>
<sect3><title>setpci</title>
<para>setpci is a utility for querying and configuring PCI devices.</para></sect3>
</sect2>

View File

@ -0,0 +1,10 @@
<sect2>
<title>Installation of pciutils</title>
<para>Install pciutils by running the following commands:</para>
<para><screen><userinput>make
make install</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,13 @@
<sect2>
<title>Introduction to pciutils</title>
<screen>Download location (HTTP): <ulink url="&pciutils-download-http;"/>
Download location (FTP): <ulink url="&pciutils-download-ftp;"/>
Version used: &pciutils-version;
Package size: &pciutils-size;
Estimated Disk space required: &pciutils-buildsize;</screen>
<para>The pciutils package contains lspci and setpci. These programs are
useful for PCI bus configuration.</para>
</sect2>

View File

@ -1 +1,11 @@
<!ENTITY pciutils SYSTEM "../pciutils.xml">
<!ENTITY pciutils-intro SYSTEM "pciutils-intro.xml">
<!ENTITY pciutils-inst SYSTEM "pciutils-inst.xml">
<!ENTITY pciutils-exp SYSTEM "pciutils-exp.xml">
<!ENTITY pciutils-desc SYSTEM "pciutils-desc.xml">
<!ENTITY pciutils-config SYSTEM "pciutils-config.xml">
<!ENTITY pciutils-buildsize "638 KB">
<!ENTITY pciutils-version "2.1.10">
<!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-2.1.10.tar.bz2">
<!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-2.1.10.tar.bz2">
<!ENTITY pciutils-size "98 KB">

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>August 6th, 2002 [markh]: General: Add
pciutils.</para></listitem>
<listitem><para>August 6th, 2002 [markh]: Post-LFS: Added Timothy's nano
instructions.</para></listitem>