]> git.openfabrics.org - ~shefty/rdma-win.git/commit
Added low level driver
authortzachid <tzachid@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 19 Oct 2005 16:45:05 +0000 (16:45 +0000)
committertzachid <tzachid@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 19 Oct 2005 16:45:05 +0000 (16:45 +0000)
commit54d9710e775b132a17f47c21ea7132cf70c1e8f2
tree298888836320cd20f7e1327ba18b1e855bfd2991
parentd8132c6e0947ec7e8cbbb8efd2d9fefd559ca7ec
Added low level driver

git-svn-id: svn://openib.tc.cornell.edu/gen1@126 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
81 files changed:
branches/MTHCA/hw/mthca/dirs [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/Makefile [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/SOURCES [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca.rc [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_data.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_data.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_debug.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_direct.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_driver.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_driver.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_mcast.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_memory.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_pci.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_pci.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_pnp.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_pnp.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_smp.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_verbs.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_vp.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/hca_vp.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_cache.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_device.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_l2w.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_memory.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_packer.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_ud_header.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mt_verbs.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca.inf [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_allocator.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_av.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_cmd.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_cmd.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_config_reg.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_cq.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_dev.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_doorbell.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_eq.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_mad.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_main.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_mcg.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_memfree.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_memfree.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_mr.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_pd.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_profile.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_profile.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_provider.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_provider.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_qp.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_reset.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_srq.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_uar.c [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_user.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/kernel/mthca_wqe.h [new file with mode: 0644]
branches/MTHCA/hw/mthca/readme.txt [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_at.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_cache.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_cm.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_fmr_pool.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_mad.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_pack.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_sa.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_smi.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_user_at.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_user_cm.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_user_mad.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_user_verbs.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/ib_verbs.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_atomic.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_bitmap.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_byteorder.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_l2w.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_list.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_memory.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_pci.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_pcipool.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_spinlock.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_sync.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_time.h [new file with mode: 0644]
branches/MTHCA/inc/kernel/mthca/mt_types.h [new file with mode: 0644]