summaryrefslogtreecommitdiff
path: root/lib/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* Detection of module aliases (Linux sysfs only)Martin Mares2013-04-011-9/+29
* lspci: zero address in IO isn't always unassignedAaron Sierra2012-05-281-1/+1
* Make Physical Slot work for multifunction cardsMatthew Wilcox2009-08-141-1/+0
* sysfs: Avoid warnings when the slot address is missing.Matthew Wilcox2009-06-291-4/+6
* Fix base address flags when using sysfs methodYu Zhao2008-12-301-4/+5
* A fix of the previous cleanup.Martin Mares2008-12-131-5/+8
* sysfs: Cleaned up caching of file descriptors.Martin Mares2008-12-131-23/+33
* Cleaned up detection of physical slots.Martin Mares2008-12-131-26/+30
* Slots: use strcpy instead of sprintf.Martin Mares2008-12-131-1/+1
* Display physical slot information in lspci -vAlex Chiang2008-12-131-1/+63
* Updated Matthew's address.Martin Mares2008-11-221-1/+1
* Add implementation of read_vpd() method for sysfsBen Hutchings2008-11-211-9/+58
* Add pci_read_vpd() function and internal read_vpd() methodBen Hutchings2008-11-211-0/+1
* Introduced API for selection of access methods.Martin Mares2008-02-121-1/+2
* Replaced the method_params array by library parameters.Martin Mares2008-02-121-3/+3
* Add and use PCI_FILL_CLASS.Martin Mares2006-06-271-8/+4
* Fixed 64 bit addresses and released as 2.2.0.Martin Mares2006-05-051-6/+0
* Include file splits and namespace cleanups.Martin Mares2006-05-051-1/+1
* Sysfs should parse 7 resources, not 8.Martin Mares2006-05-051-2/+2
* Arguments now correspond to the format stringMartin Mares2006-05-051-1/+1
* Added support for 4096-byte extended configuration space.Martin Mares2006-05-051-5/+2
* Preliminary support for PCI domainsMartin Mares2006-05-051-4/+12
* Added sysfs supportMartin Mares2006-05-051-0/+269