]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC of the Intel Base driver for the Intel XL710 Ethernet Controller Family
authorjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Aug 2014 22:04:29 +0000 (22:04 +0000)
committerjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 25 Aug 2014 22:04:29 +0000 (22:04 +0000)
commit3a88958d4f3f429c46012dd4ccf08dd52e7056af
tree6fcf026ea614db21de0f732d9f7bbca7b03de800
parent8ba84ae9a6c49501522b07a1afa619464dd909bc
MFC of the Intel Base driver for the Intel XL710 Ethernet Controller Family
- It was decided to change the driver name to if_ixl for FreeBSD
- This release adds the VF Driver to the tree, it can be built into
  the kernel or as the if_ixlv module
- The VF driver is independent for the first time, this will be
  desireable when full SRIOV capability is added to the OS.

Submitted by: jack.vogel@intel.com and eric.joyner@intel.com

git-svn-id: svn://svn.freebsd.org/base/stable/10@270631 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
29 files changed:
sys/conf/files
sys/dev/ixl/README [new file with mode: 0644]
sys/dev/ixl/i40e_adminq.c [new file with mode: 0755]
sys/dev/ixl/i40e_adminq.h [new file with mode: 0755]
sys/dev/ixl/i40e_adminq_cmd.h [new file with mode: 0755]
sys/dev/ixl/i40e_alloc.h [new file with mode: 0755]
sys/dev/ixl/i40e_common.c [new file with mode: 0755]
sys/dev/ixl/i40e_hmc.c [new file with mode: 0755]
sys/dev/ixl/i40e_hmc.h [new file with mode: 0755]
sys/dev/ixl/i40e_lan_hmc.c [new file with mode: 0755]
sys/dev/ixl/i40e_lan_hmc.h [new file with mode: 0755]
sys/dev/ixl/i40e_nvm.c [new file with mode: 0755]
sys/dev/ixl/i40e_osdep.c [new file with mode: 0755]
sys/dev/ixl/i40e_osdep.h [new file with mode: 0755]
sys/dev/ixl/i40e_prototype.h [new file with mode: 0755]
sys/dev/ixl/i40e_register.h [new file with mode: 0755]
sys/dev/ixl/i40e_register_x710_int.h [new file with mode: 0755]
sys/dev/ixl/i40e_status.h [new file with mode: 0755]
sys/dev/ixl/i40e_type.h [new file with mode: 0755]
sys/dev/ixl/i40e_virtchnl.h [new file with mode: 0755]
sys/dev/ixl/if_ixl.c [new file with mode: 0755]
sys/dev/ixl/if_ixlv.c [new file with mode: 0644]
sys/dev/ixl/ixl.h [new file with mode: 0644]
sys/dev/ixl/ixl_pf.h [new file with mode: 0644]
sys/dev/ixl/ixl_txrx.c [new file with mode: 0755]
sys/dev/ixl/ixlv.h [new file with mode: 0644]
sys/dev/ixl/ixlvc.c [new file with mode: 0644]
sys/modules/ixl/Makefile [new file with mode: 0755]
sys/modules/ixlv/Makefile [new file with mode: 0755]