OSDN Git Service

Bump to version 0.4.0.
authorIan Romanick <idr@us.ibm.com>
Wed, 12 Apr 2006 22:56:50 +0000 (22:56 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 12 Apr 2006 22:56:50 +0000 (22:56 +0000)
commit64af050c3803ed61837d9e9109c7a4e239a5c0b8
tree9495dd82a3ba61665077646f4309c2046555c15a
parent5b4db5c392c123f71a7933bd94c789b5e23dd69a
Bump to version 0.4.0.
Add multiple-inclusion protection.
Add new function to write masked bits to PCI config space. This mirrors
    functionality currently available in X.org that is slated to be
    removed.
Gut old regex based search mechanism with a new mechanism that is modeled
    after the Linux kernel. In addition to searching for devices by device
    / vendor ID, it is possible to search for devices by their domain / bus
    / slot / function.
Fix serious bus in the reading of ROMs and in the unmapping of regions. The
    main point is that the map routine depens on the pci_mem_region::memory
    pointer being non-NULL only when the region is mapped. Therefore, the
    unmap routine should set it to NULL after unmapping.
Update to use new search API.
ChangeLog
configure.ac
include/pciaccess.h
src/Makefile.am
src/common_interface.c
src/common_iterator.c
src/linux_sysfs.c
src/scanpci.c