diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-01-11 21:40:57 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-01-11 21:40:57 -0800 |
commit | c65aa7630802c8dfcc06a20e515ace31ab0d0e48 (patch) | |
tree | a277e8355848652b6ef3785c5c0c9e65c4e2c617 /src/Makefile.am | |
parent | db4a12d09fba381f39af024418e913fb99c34935 (diff) |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index da20076..de4e52a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ INCLUDES = -I$(top_srcdir)/include libpciaccess_la_LIBADD = @PCIACCESS_LIBS@ -libpciaccess_la_LDFLAGS = -version-number 0:6:0 -no-undefined +libpciaccess_la_LDFLAGS = -version-number 0:7:0 -no-undefined libpciaccessincludedir = $(includedir) libpciaccessinclude_HEADERS = \ |