summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8494f322d353b290aef581e72d8f9a371ba730d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2006-03-27  Ian Romanick  <idr@us.ibm.com>

	* 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  <idr@us.ibm.com>

	* src/Makefile.foo: Drop from CVS.

2006-03-20  Kristian Høgsberg  <krh@redhat.com>

	* src/Makefile.am (noinst_PROGRAMS): Add scanpci as a noinst target.
	* src/Makefile.in: Drop from CVS.

2006-03-17  Ian D. Romanick  <idr@us.ibm.com>

	* 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  <idr@us.ibm.com>

	* 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  <idr@us.ibm.com>

	* First round of autotools madness.

2006-02-24  Ian D. Romanick  <idr@us.ibm.com>

	* 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  <idr@us.ibm.com>

	* 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.