summaryrefslogtreecommitdiffstats
path: root/tools/tools/pciid
Commit message (Collapse)AuthorAgeFilesLines
* pciconf(8) removes characters after an #, therefor remove them.edwin2009-06-061-8/+10
| | | | Also remove \s used to escape 's.
* When trying to see if we could update the share/misc/pci_vendors,edwin2009-06-061-79/+99
| | | | | | | | | | | | I found out that the input format of the Boemler list was different than what the code expected: The last two fields were interpreted as one. Checking the csv version of the list it showed that there was sometimes a chipset number in the column before the card description. This is a rewrite to use the CSV format of the Boemler list. The output is differently formatted: Instead of the "chip description", it is now "description (chip)"
* Update the location of the Hart's database as well.mux2004-06-281-2/+2
|
* The location of the Boemler's PCI database has moved. Update commentsmux2004-06-281-2/+2
| | | | to reflect reality.
* Update the location of the Hart list.sheldonh2003-10-291-1/+1
|
* Correct misattribution of the Hart list, which I had mistakenlysheldonh2001-12-011-13/+22
| | | | attributed to Heckenbach.
* Add the script that will be used to maintain src/share/misc/pci_vendors.sheldonh2001-11-221-0/+232
The script written and used originally by msmith has been lost. This version takes the Boemler and Heckenbach lists and produces merged output. It defaults to ignoring any entries from Heckenbach already found in Boemler but the -l option causes it to take the entry with the longest description where an entry appears in both lists. If this script is replaced, care should be taken to 1) Always use upper-case hexidecimal tokens in device ids. 2) Always keep device lists sorted within vendor lists, which must also be sorted. 3) Do not try to include input from the previous pci_vendors file, since bogus ids seem to be removed from both the Boemler and Heckenbach lists from time to time.
OpenPOWER on IntegriCloud