]> git.openfabrics.org - ~shefty/libibverbs.git/commit
Reduce dependency on libsysfs
authorRoland Dreier <rolandd@cisco.com>
Tue, 11 Apr 2006 23:27:38 +0000 (23:27 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:36:00 +0000 (11:36 -0800)
commit50c7daf5981e73e37d052ee223ed54dd6539c846
tree0cda51119a0d9ca742a3ed1fcca5d1371d8c3851
parente2ac6bb02c36e013227c877624f9aa288b4b20db
Reduce dependency on libsysfs

Reduce libibverbs dependency on libsysfs by using local functions for
internal sysfs access.  libsysfs is still required because of the ABI,
which passes a struct sysfs_class_device * to low-level driver init
functions.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
ChangeLog
Makefile.am
include/infiniband/driver.h
src/device.c
src/init.c
src/libibverbs.map
src/sysfs.c [new file with mode: 0644]
src/verbs.c