]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[IBDF] KMDF skeletons for ib_bus and mthca drivers.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 8 Mar 2008 01:53:50 +0000 (01:53 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Sat, 8 Mar 2008 01:53:50 +0000 (01:53 +0000)
commit92d81127e80a2092c4a7292236e2336f1e594dcc
tree0807c6efa7555da64c4f4332a629e5574a6bccd0
parent8622498e2f7f073ac4547cef053e2693ff9f52aa
[IBDF] KMDF skeletons for ib_bus and mthca drivers.

git-svn-id: svn://openib.tc.cornell.edu/gen1@985 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
95 files changed:
branches/IBFD/core/bus/kmdf/SOURCES [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/busenum.c [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/buspdo.c [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/driver.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ib_bus.cdf [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ib_bus.inx [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ib_bus.mof [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ib_bus.rc [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ib_fabric.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ibf_iou_mgr.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/ibf_port_mgr.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/makefile [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/makefile.inc [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/public.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/trace.h [new file with mode: 0644]
branches/IBFD/core/bus/kmdf/wmi.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/Makefile [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/SOURCES [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca.rc [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_data.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_data.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_debug.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_direct.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_driver.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_driver.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_mcast.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_memory.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_pci.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_pci.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_pnp.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_pnp.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/hca_verbs.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/ib_cache.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/ib_mad.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/ib_pack.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/ib_smi.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/ib_verbs.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/makefile.inc [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_atomic.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_bitmap.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_cache.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_device.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_l2w.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_l2w.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_list.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_memory.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_memory.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_pa_cash.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_pa_cash.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_packer.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_pci.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_pcipool.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_reset_tavor.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_spinlock.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_sync.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_types.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_ud_header.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_uverbs.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mt_verbs.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca.cdf [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca.inx [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca.mof [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_allocator.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_av.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_catas.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_cmd.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_cmd.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_config_reg.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_cq.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_dev.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_doorbell.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_eq.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_log.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_log.mc [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_log.rc [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_mad.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_main.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_mcg.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_memfree.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_memfree.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_mr.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_pd.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_profile.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_profile.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_provider.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_provider.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_qp.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_srq.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/mthca_uar.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/pcidrv.c [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/pcidrv.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/public.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/trace.h [new file with mode: 0644]
branches/IBFD/hw/mthca/kmdf/wmi.c [new file with mode: 0644]