OSDN Git Service

Add scanpci as a noinst target.
[android-x86/external-libpciaccess.git] / ChangeLog
1 2006-03-20  Kristian Høgsberg  <krh@redhat.com>
2
3         * src/Makefile.am (noinst_PROGRAMS): Add scanpci as a noinst target.
4         * src/Makefile.in: Drop from CVS.
5
6 2006-03-17  Ian D. Romanick  <idr@us.ibm.com>
7
8         * configure.ac, src/common_device_name.c
9         Added configure option (--with-pciids-path) to set the default
10         place to look for the pci.ids file.
11
12 2006-03-16  Ian D. Romanick  <idr@us.ibm.com>
13
14         * src/pcils.c, src/scanpci.c, src/Makefile.foo
15         Made pcils more like XFree86's scanpci utility than lspci.  Changed
16         the name of the source file from pcils.c to scanpci.c.  Eventually
17         this will be it's own project somewhere else (or it will whither and
18         die).
19
20 2006-03-15  Ian D. Romanick  <idr@us.ibm.com>
21
22         * First round of autotools madness.
23
24 2006-02-24  Ian D. Romanick  <idr@us.ibm.com>
25
26         * common_device_name.c, pciaccess.h, pcils.c:
27         Add interfaces for querying the device, vendor, subdevice, and
28         subvendor name strings from pci.ids.
29
30 2006-02-20  Ian D. Romanick  <idr@us.ibm.com>
31
32         * common_agp.c:
33         Removed this file.  It was an old version of what became
34         common_capability.c.
35
36         * common_capability.c:
37         Fixed an issue with AGP rate detection for AGP3 devices.