aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pciutils/pkg-descr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 18:48:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-13 18:48:01 +0000
commit9697cee6953483a0f459e4a022898bd9f0aab2e2 (patch)
tree406f90c8f85bf29fec935b45794b3d62ff90fef5 /sysutils/pciutils/pkg-descr
parent760697b0d242992cbc64695a7ffba94573b1757e (diff)
Notes
Diffstat (limited to 'sysutils/pciutils/pkg-descr')
-rw-r--r--sysutils/pciutils/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/pciutils/pkg-descr b/sysutils/pciutils/pkg-descr
new file mode 100644
index 000000000000..f62fab193dd3
--- /dev/null
+++ b/sysutils/pciutils/pkg-descr
@@ -0,0 +1,10 @@
+The PCI Utilities package contains various utilities dealing
+with the PCI bus, and also a library for portable access to
+PCI configuration registers. It includes `lspci' for listing
+all PCI devices (very useful for debugging of both kernel and
+device drivers) and `setpci' for manual configuration of PCI
+devices.
+
+ WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
+
+- Samy Al Bahra <samy@kerneled.com>