aboutsummaryrefslogtreecommitdiffstats
path: root/chip-data/ati/drm_pciids.awk
Commit message (Collapse)AuthorAgeFilesLines
* Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-241-1/+2
|
* Fix fill-in magic.Matěj Cepl2011-02-201-0/+93
* 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.