2006-03-27 Ian Romanick * Makefile.am: Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. * configure.ac: * src/Makefile.am: Bump version to 0.3.0. * include/pciaccess.h: * src/common_device_name.c: (pci_get_strings): Replace pci_get_name with pci_get_strings. This function matches the functionality provided by the Xorg scanpci module almost identically. 2006-03-24 Ian D. Romanick * src/Makefile.foo: Drop from CVS. 2006-03-20 Kristian Høgsberg * src/Makefile.am (noinst_PROGRAMS): Add scanpci as a noinst target. * src/Makefile.in: Drop from CVS. 2006-03-17 Ian D. Romanick * configure.ac, src/common_device_name.c Added configure option (--with-pciids-path) to set the default place to look for the pci.ids file. 2006-03-16 Ian D. Romanick * src/pcils.c, src/scanpci.c, src/Makefile.foo Made pcils more like XFree86's scanpci utility than lspci. Changed the name of the source file from pcils.c to scanpci.c. Eventually this will be it's own project somewhere else (or it will whither and die). 2006-03-15 Ian D. Romanick * First round of autotools madness. 2006-02-24 Ian D. Romanick * common_device_name.c, pciaccess.h, pcils.c: Add interfaces for querying the device, vendor, subdevice, and subvendor name strings from pci.ids. 2006-02-20 Ian D. Romanick * common_agp.c: Removed this file. It was an old version of what became common_capability.c. * common_capability.c: Fixed an issue with AGP rate detection for AGP3 devices.