aboutsummaryrefslogtreecommitdiffstats
path: root/chip-data
Commit message (Collapse)AuthorAgeFilesLines
* Add PCI ID 8086:2572 as Springdale.Matěj Cepl2011-05-101-0/+1
|
* Add Cirrus GD5446 chip (emulated in KVM) to the chipNames.json.Matěj Cepl2011-04-201-1/+2
|
* Fix Sandybridge spelling.Matěj Cepl2011-03-301-7/+7
|
* Adding PCI ID 1002:6718 … Cayman XT and some other chips data cleanup.Matěj Cepl2011-03-231-8/+9
|
* Add VMware chipMatěj Cepl2011-03-021-1/+2
|
* Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-243-601/+602
|
* Fill in magic finally really works.Matěj Cepl2011-02-221-488/+488
|
* Fix fill-in magic.Matěj Cepl2011-02-206-0/+2849
* changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed.