Home | History | Annotate | Download | only in libpci
History log of /src/lib/libpci/pci.h
RevisionDateAuthorComments
 1.9  24-Sep-2016  mrg introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus()
and PCI_IOC_DRVNAMEONBUS. the new ones also take a (autoconf) PCI bus
number, which allows lookups for any device on any pci bus node. use this
in pcictl which current reports the wrong values sometimes.

up next: use these in libpciaccess.
 1.8  23-Jan-2016  dholland branches: 1.8.2;
Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.
 1.7  22-Jan-2016  dholland u_int -> unsigned; also requires stddef.h and stdint.h to be compilable.
 1.6  21-Sep-2014  christos Adjust to kernel changes
 1.5  25-Jul-2014  mrg introduce a new pci_drvname(3) to libpci. implement it in the backend
via PCI_IOC_DRVNAME.

update manual and set lists (and remove a couple of doubled entries.)o

this will be used in libpciaccess() to implement the has_kernel_driver()
method.
 1.4  25-May-2010  pgoyette branches: 1.4.12; 1.4.22;
Update libpci for change in pci_find{vendor,product} entrypoint names.
 1.3  03-Aug-2004  mycroft Modify prototype for pci_findvendor() and add pci_findproduct().
 1.2  24-Apr-2004  kleink Catch up with the kernel: new buffer length argument to pci_devinfo().
 1.1  13-Sep-2001  thorpej Add a library to access PCI devices.
 1.4.22.1  10-Aug-2014  tls Rebase.
 1.4.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.8.2.1  04-Nov-2016  pgoyette Sync with HEAD

RSS XML Feed