summaryrefslogtreecommitdiff
path: root/ls-kernel.c
Commit message (Collapse)AuthorAgeFilesLines
* lspci: Better filtering of duplicate kernel module namesMartin Mares2013-04-191-8/+24
| | | | | | It was implemented only for reading modules.pcimap, but it turned out that it is necessary for libkmod, too, so we have switched to a common implementation.
* On newer Linux systems, use libkmod to look up kernel modulesMartin Mares2013-04-011-24/+143
| | | | | With modutils built upon libkmod, modules.pcimap does not exist any longer.
* Split lspci to multiple source files.Martin Mares2008-11-211-0/+194