          MODULE=pciutils
         VERSION=3.1.10
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=pci.ids.bz2
   SOURCE_URL[0]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
   SOURCE_URL[1]=$KERNEL_URL/pub/software/utils/$MODULE
   SOURCE_URL[2]=http://www.ibiblio.org/pub/Linux/hardware
     SOURCE2_URL=http://pciids.sourceforge.net
      SOURCE_VFY=sha1:01eed212edfa5bbfedcf86d177ae2df4a4007d61
        WEB_SITE=http://mfj.ucw.cz/pciutils.html
         ENTERED=20020125
         UPDATED=20120630
           PSAFE=no
           SHORT="The setpci and lspci utils"

cat << EOF
The PCI Utilities package contains a library for portable access to PCI
bus configuration space and several utilities based on this library.
Current version works only on Linux, but it can be easily extended to
work on other systems as well.
The utilities include: (See manual pages for more details)
lspci:                displays detailed information about all PCI busses and
                devices in the system, replacing the original /proc/pci
                interface.
setpci:                allows to read from and write to PCI device
                configuration registers.  For example, you can adjust
                the latency timers with it.
EOF
