]> git.ipfire.org Git - thirdparty/pciutils.git/commit
Fix base address flags when using sysfs method
authorYu Zhao <yu.zhao@intel.com>
Fri, 26 Dec 2008 01:59:28 +0000 (09:59 +0800)
committerMartin Mares <mj@ucw.cz>
Tue, 30 Dec 2008 11:02:03 +0000 (12:02 +0100)
commit6d143c3283855c474445a3cf27c65280ed7ab1b7
treecda395cd6d26946d88fae83988514c4c0eab3364
parentcdf0f4802d20c9b32dac03875460457a7a672903
Fix base address flags when using sysfs method

The base address flags are ignored when using sysfs method, while
the proc and generic methods combined the flags into 'base_addr'.
This inconsistency may fail some applications using libpci.

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
lib/pci.h
lib/sysfs.c