]> git.openfabrics.org - ~shefty/rdma-win.git/commit
made a copy
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Mar 2008 19:02:10 +0000 (19:02 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 3 Mar 2008 19:02:10 +0000 (19:02 +0000)
commit41972840a66b7a851b6bb5652720fe1a1535a34a
tree14950c28c2e31f77efada008990a0d2d8c4f0af3
parentbf0314673d2e416ab8bf2e299ec44321dfe0be40
made a copy

git-svn-id: svn://openib.tc.cornell.edu/gen1@965 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
86 files changed:
branches/IBFD/inc/complib/cl_async_proc.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_atomic.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_byteswap.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_comppool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_debug.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_event.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_fleximap.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_ioctl.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_irqlock.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_list.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_log.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_map.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_math.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_memory.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_mutex.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_obj.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_passivelock.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_perf.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_pool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_ptr_vector.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_qcomppool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_qlist.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_qlockpool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_qmap.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_qpool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_rbmap.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_reqmgr.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_spinlock.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_syscallback.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_thread.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_threadpool.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_timer.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_types.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_vector.h [new file with mode: 0644]
branches/IBFD/inc/complib/cl_waitobj.h [new file with mode: 0644]
branches/IBFD/inc/complib/comp_lib.h [new file with mode: 0644]
branches/IBFD/inc/iba/ib_al.h [new file with mode: 0644]
branches/IBFD/inc/iba/ib_al_ioctl.h [new file with mode: 0644]
branches/IBFD/inc/iba/ib_at_ioctl.h [new file with mode: 0644]
branches/IBFD/inc/iba/ib_ci.h [new file with mode: 0644]
branches/IBFD/inc/iba/ib_types.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_atomic_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_bus_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_byteswap_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_debug_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_event_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_init.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_ioctl_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_irqlock_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_memory_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_mutex_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_packoff.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_packon.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_pnp_po.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_spinlock_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_syscallback_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_thread_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_timer_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_types_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/complib/cl_waitobj_osd.h [new file with mode: 0644]
branches/IBFD/inc/kernel/iba/ib_al_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/iba/ib_ci_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/iba/ioc_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/iba/iou_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/iba/ipoib_ifc.h [new file with mode: 0644]
branches/IBFD/inc/kernel/ip_packet.h [new file with mode: 0644]
branches/IBFD/inc/mthca/mthca_vc.h [new file with mode: 0644]
branches/IBFD/inc/oib_ver.h [new file with mode: 0644]
branches/IBFD/inc/openib.def [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_atomic_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_byteswap_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_debug_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_event_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_ioctl_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_memory_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_mutex_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_packoff.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_packon.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_spinlock_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_syscallback_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_thread_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_timer_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_types_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/complib/cl_waitobj_osd.h [new file with mode: 0644]
branches/IBFD/inc/user/iba/ib_uvp.h [new file with mode: 0644]
branches/IBFD/inc/user/wsd/ibsp_regpath.h [new file with mode: 0644]