OSDN Git Service

Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.
authorIan Romanick <idr@us.ibm.com>
Fri, 12 Jan 2007 05:40:57 +0000 (21:40 -0800)
committerIan Romanick <idr@us.ibm.com>
Fri, 12 Jan 2007 05:40:57 +0000 (21:40 -0800)
commitc65aa7630802c8dfcc06a20e515ace31ab0d0e48
treea277e8355848652b6ef3785c5c0c9e65c4e2c617
parentdb4a12d09fba381f39af024418e913fb99c34935
Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.

Add pci_device_map_memory_range and pci_device_unmap_memory_range to
map and unmap specific memory ranges.  The unmap bit is still a bit
hinkey (unmaps the whole BAR).  Works so far for initial conversion of
VESA driver.  Will need to be revisited.
configure.ac
include/pciaccess.h
src/Makefile.am
src/common_interface.c