summaryrefslogtreecommitdiffstats
path: root/convert/README.pcitable
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-17 21:26:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-17 21:26:28 +0000
commit8c18df9b909bb219ce4c54fe53c27fd873255b24 (patch)
tree6b67df0269f97906f4ce8f3b3bb51ab5f2a4d368 /convert/README.pcitable
parent775ee6275990f4ec13f2611a01674336f1affb10 (diff)
downloadldetect-lst-8c18df9b909bb219ce4c54fe53c27fd873255b24.tar
ldetect-lst-8c18df9b909bb219ce4c54fe53c27fd873255b24.tar.gz
ldetect-lst-8c18df9b909bb219ce4c54fe53c27fd873255b24.tar.bz2
ldetect-lst-8c18df9b909bb219ce4c54fe53c27fd873255b24.tar.xz
ldetect-lst-8c18df9b909bb219ce4c54fe53c27fd873255b24.zip
add handling for pci ids from http://www.begent.co.uk/pcids.htm
Diffstat (limited to 'convert/README.pcitable')
-rw-r--r--convert/README.pcitable4
1 files changed, 3 insertions, 1 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable
index a4aa727c..27770d7d 100644
--- a/convert/README.pcitable
+++ b/convert/README.pcitable
@@ -10,7 +10,9 @@
rm -f vendors.txt ; wget http://www.yourvote.com/pci/vendors.txt
./merge2pcitable.pl pciids vendors.txt pcitable > pcitable.new
-# http://www.begent.co.uk/pcids.htm
+# Another one
+rm -f pcids.html ; wget http://www.begent.co.uk/pcids.htm
+./merge2pcitable.pl begent_pcids_htm pcids.htm pcitable > pcitable.new
# with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda)