Parent Directory
|
Revision Log
This is the first version of this data. The pcitable and MonitorsDB files came from http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/ldetect-lst/lst/ while blacklist and check-cards come from Red Hat's hwdata package. The Cards file was created by me from the entries in the pcitable.
| 1 | #!/bin/sh |
| 2 | |
| 3 | awk -F \" '/"Card:/ { print $2 }' pcitable | sed "s|Card:||g" | sort -u | \ |
| 4 | while read card ; do |
| 5 | export err= |
| 6 | if ! grep -q "^NAME $card" Cards ; then |
| 7 | echo "Error: Card $card not found in CardsDB" |
| 8 | exit 1 |
| 9 | fi |
| 10 | done |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |