diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-17 14:58:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-17 14:58:46 +0000 |
commit | de2198f85701d8c557cfd56718a486a6b07b419c (patch) | |
tree | c1e552a82405b9bfe5d4083c83ad48555643d9e1 /convert/README.pcitable | |
parent | 857b6b4b7c21c282cb693ab436ae6c792be11340 (diff) | |
download | ldetect-lst-de2198f85701d8c557cfd56718a486a6b07b419c.tar ldetect-lst-de2198f85701d8c557cfd56718a486a6b07b419c.tar.gz ldetect-lst-de2198f85701d8c557cfd56718a486a6b07b419c.tar.bz2 ldetect-lst-de2198f85701d8c557cfd56718a486a6b07b419c.tar.xz ldetect-lst-de2198f85701d8c557cfd56718a486a6b07b419c.zip |
add support for new rh's pcitable format from FC3's hwdata
Diffstat (limited to 'convert/README.pcitable')
-rw-r--r-- | convert/README.pcitable | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable index ce6cce4a..97a8c3cf 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -26,6 +26,8 @@ rm -f pcids.htm ; wget http://www.begent.co.uk/pcids.htm # with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda) ./merge2pcitable.pl pcitable /tmp/rh_pcitable pcitable > pcitable.new +# with redhat's pcitable in /tmp/rh_pcitable (from hwdata) +./merge2pcitable.pl rhpcitable /tmp/rh_pcitable pcitable > pcitable.new # with a new kernel (cd ~/tmp ; rm -rf lib ; rpm2cpio /RPMS/kernel-2.4.*.rpm |cpio -id './lib/modules/*/modules.*map') |