diff options
Diffstat (limited to 'convert')
-rw-r--r-- | convert/README.pcitable | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable index fdc5a57b..1d5c74cd 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -2,6 +2,9 @@ # How to merge the pcitable with various source: # # update pciutils +# PS: +# A pciids with more accurate information are available from +# http://www.yourvote.com/pci/vendors.txt ./merge2pcitable.pl pciids /usr/share/pci.ids pcitable > pcitable.new # with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda) @@ -13,5 +16,4 @@ # checking the pcitable ./merge2pcitable.pl pcitable pcitable pcitable > /dev/null - ## do "ln -s ../lst/pcitable" first |