Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
[platform/upstream/libpciaccess.git] / ChangeLog
1 2006-03-27  Ian Romanick  <idr@us.ibm.com>
2
3         * Makefile.am:
4         Remove src/pcils.c and src/Makefile.foo.  Add src/scanpci.c.
5
6         * configure.ac:
7         * src/Makefile.am:
8         Bump version to 0.3.0.
9
10         * include/pciaccess.h:
11         * src/common_device_name.c: (pci_get_strings):
12         Replace pci_get_name with pci_get_strings.  This function
13         matches the functionality provided by the Xorg scanpci module
14         almost identically.
15
16 2006-03-24  Ian D. Romanick  <idr@us.ibm.com>
17
18         * src/Makefile.foo: Drop from CVS.
19
20 2006-03-20  Kristian Høgsberg  <krh@redhat.com>
21
22         * src/Makefile.am (noinst_PROGRAMS): Add scanpci as a noinst target.
23         * src/Makefile.in: Drop from CVS.
24
25 2006-03-17  Ian D. Romanick  <idr@us.ibm.com>
26
27         * configure.ac, src/common_device_name.c
28         Added configure option (--with-pciids-path) to set the default
29         place to look for the pci.ids file.
30
31 2006-03-16  Ian D. Romanick  <idr@us.ibm.com>
32
33         * src/pcils.c, src/scanpci.c, src/Makefile.foo
34         Made pcils more like XFree86's scanpci utility than lspci.  Changed
35         the name of the source file from pcils.c to scanpci.c.  Eventually
36         this will be it's own project somewhere else (or it will whither and
37         die).
38
39 2006-03-15  Ian D. Romanick  <idr@us.ibm.com>
40
41         * First round of autotools madness.
42
43 2006-02-24  Ian D. Romanick  <idr@us.ibm.com>
44
45         * common_device_name.c, pciaccess.h, pcils.c:
46         Add interfaces for querying the device, vendor, subdevice, and
47         subvendor name strings from pci.ids.
48
49 2006-02-20  Ian D. Romanick  <idr@us.ibm.com>
50
51         * common_agp.c:
52         Removed this file.  It was an old version of what became
53         common_capability.c.
54
55         * common_capability.c:
56         Fixed an issue with AGP rate detection for AGP3 devices.