summaryrefslogtreecommitdiffstats
path: root/convert/README.pcitable
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-15 23:54:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-15 23:54:39 +0000
commit795cbb9daaaccff2e81422fa266e095767d8e5f8 (patch)
tree7ce0b5ab7ff28e5059893512d1aa82245be4521f /convert/README.pcitable
parent96db78ac384ac0119eadea1f296567a34912f592 (diff)
downloadldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar
ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.gz
ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.bz2
ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.tar.xz
ldetect-lst-795cbb9daaaccff2e81422fa266e095767d8e5f8.zip
move to convert directory the convert tools
Diffstat (limited to 'convert/README.pcitable')
-rw-r--r--convert/README.pcitable14
1 files changed, 14 insertions, 0 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable
new file mode 100644
index 00000000..c792a3e1
--- /dev/null
+++ b/convert/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