3701 Chelsio Terminator 4 NIC driver for illumos
commit56b2bdd1f04d465cfe4a95b88ae5cba5884154e4
authorGireesh Nagabhushana <gireesh@chelsio.com>
Thu, 23 May 2013 13:51:05 +0000 (23 09:51 -0400)
committerDan McDonald <danmcd@nexenta.com>
Thu, 23 May 2013 13:51:05 +0000 (23 09:51 -0400)
tree8c1ffd2deefa57db389ce3c6ede3aae5f9634008
parente36d7b1181d9f0bc91b073751e5602af8e92c0ab
3701 Chelsio Terminator 4 NIC driver for illumos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
36 files changed:
usr/src/pkg/manifests/driver-network-cxgbe.mf [new file with mode: 0644]
usr/src/uts/common/Makefile.files
usr/src/uts/common/Makefile.rules
usr/src/uts/common/io/cxgbe/common/common.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/common.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_hw.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_hw.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_msg.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_regs.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_regs_values.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/common/t4_tcb.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/cxgbe/cxgbe.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/firmware/t4_cfg.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/firmware/t4_cfg.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/firmware/t4_fw.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/firmware/t4_fw.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/firmware/t4fw_interface.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/shared/shared.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/shared/shared.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/adapter.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/adapter.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/offload.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/osdep.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/osdep.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_ioctl.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_l2t.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_l2t.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/t4nex.h [new file with mode: 0644]
usr/src/uts/common/io/cxgbe/t4nex/version.h [new file with mode: 0644]
usr/src/uts/intel/Makefile.intel.shared
usr/src/uts/intel/cxgbe/Makefile [new file with mode: 0644]
usr/src/uts/intel/cxgbe/cxgbe/Makefile [new file with mode: 0644]
usr/src/uts/intel/cxgbe/t4nex/Makefile [new file with mode: 0644]