summaryrefslogtreecommitdiffstats
path: root/README.pcitable
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-15 14:38:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-15 14:38:34 +0000
commitbeb110da171c01836e8b7c580cbfaf657c50990a (patch)
tree032a21241132a9c96be385d5c7215cbc6d03a371 /README.pcitable
parentf87a8fd23167019da4d11a78829dcbe19f3ce72c (diff)
downloadldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.gz
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.bz2
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.xz
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.zip
creation, now pcitable is standalone and its reference is HERE
Diffstat (limited to 'README.pcitable')
-rw-r--r--README.pcitable14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.pcitable b/README.pcitable
new file mode 100644
index 00000000..c792a3e1
--- /dev/null
+++ b/README.pcitable
@@ -0,0 +1,14 @@
+################################################################################
+# How to merge the pcitable with various source:
+#
+# update pciutils
+./merge2pcitable pciids /usr/share/pci.ids pcitable > pcitable.new
+
+# with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda)
+./merge2pcitable pcitable /tmp/rh_pcitable pcitable > pcitable.new
+
+# with a new kernel
+./merge2pcitable kernel_pcimap $(echo /lib/modules/2.4.*/modules.pcimap | sed 's/ .*//') pcitable > pcitable.new
+
+# checking the pcitable
+./merge2pcitable pcitable pcitable pcitable > /dev/null