]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361541, r362038, r364240
authorEric Joyner <erj@FreeBSD.org>
Thu, 10 Sep 2020 20:46:16 +0000 (20:46 +0000)
committerEric Joyner <erj@FreeBSD.org>
Thu, 10 Sep 2020 20:46:16 +0000 (20:46 +0000)
commit966b5ae1a9b49c8d9bfa3212e28fd4c55fb67a60
tree753041532b9780fe8617a40736ba82895ad51e46
parent291855d98ccd10c68a475ac5b0af48cc44ff6e27
MFC r361541, r362038, r364240

These MFCs add the ice(4) driver to the kernel for Intel 800 Series
Ethernet adapters, a couple fixes for the ice_ddp module makefile, and
remove some redeclarations, respectively.

Relnotes: yes
Sponsored by: Intel Corporation
61 files changed:
MAINTAINERS
sys/amd64/conf/GENERIC
sys/amd64/conf/NOTES
sys/conf/files.amd64
sys/conf/files.arm64
sys/contrib/dev/ice/LICENSE [new file with mode: 0644]
sys/contrib/dev/ice/README [new file with mode: 0644]
sys/contrib/dev/ice/ice-1.3.9.0.pkg [new file with mode: 0644]
sys/dev/ice/ice_adminq_cmd.h [new file with mode: 0644]
sys/dev/ice/ice_alloc.h [new file with mode: 0644]
sys/dev/ice/ice_bitops.h [new file with mode: 0644]
sys/dev/ice/ice_common.c [new file with mode: 0644]
sys/dev/ice/ice_common.h [new file with mode: 0644]
sys/dev/ice/ice_common_sysctls.h [new file with mode: 0644]
sys/dev/ice/ice_common_txrx.h [new file with mode: 0644]
sys/dev/ice/ice_controlq.c [new file with mode: 0644]
sys/dev/ice/ice_controlq.h [new file with mode: 0644]
sys/dev/ice/ice_dcb.c [new file with mode: 0644]
sys/dev/ice/ice_dcb.h [new file with mode: 0644]
sys/dev/ice/ice_devids.h [new file with mode: 0644]
sys/dev/ice/ice_drv_info.h [new file with mode: 0644]
sys/dev/ice/ice_features.h [new file with mode: 0644]
sys/dev/ice/ice_flex_pipe.c [new file with mode: 0644]
sys/dev/ice/ice_flex_pipe.h [new file with mode: 0644]
sys/dev/ice/ice_flex_type.h [new file with mode: 0644]
sys/dev/ice/ice_flow.c [new file with mode: 0644]
sys/dev/ice/ice_flow.h [new file with mode: 0644]
sys/dev/ice/ice_hw_autogen.h [new file with mode: 0644]
sys/dev/ice/ice_iflib.h [new file with mode: 0644]
sys/dev/ice/ice_iflib_recovery_txrx.c [new file with mode: 0644]
sys/dev/ice/ice_iflib_sysctls.h [new file with mode: 0644]
sys/dev/ice/ice_iflib_txrx.c [new file with mode: 0644]
sys/dev/ice/ice_lan_tx_rx.h [new file with mode: 0644]
sys/dev/ice/ice_lib.c [new file with mode: 0644]
sys/dev/ice/ice_lib.h [new file with mode: 0644]
sys/dev/ice/ice_nvm.c [new file with mode: 0644]
sys/dev/ice/ice_nvm.h [new file with mode: 0644]
sys/dev/ice/ice_opts.h [new file with mode: 0644]
sys/dev/ice/ice_osdep.c [new file with mode: 0644]
sys/dev/ice/ice_osdep.h [new file with mode: 0644]
sys/dev/ice/ice_protocol_type.h [new file with mode: 0644]
sys/dev/ice/ice_resmgr.c [new file with mode: 0644]
sys/dev/ice/ice_resmgr.h [new file with mode: 0644]
sys/dev/ice/ice_rss.h [new file with mode: 0644]
sys/dev/ice/ice_sbq_cmd.h [new file with mode: 0644]
sys/dev/ice/ice_sched.c [new file with mode: 0644]
sys/dev/ice/ice_sched.h [new file with mode: 0644]
sys/dev/ice/ice_sriov.c [new file with mode: 0644]
sys/dev/ice/ice_sriov.h [new file with mode: 0644]
sys/dev/ice/ice_status.h [new file with mode: 0644]
sys/dev/ice/ice_strings.c [new file with mode: 0644]
sys/dev/ice/ice_switch.c [new file with mode: 0644]
sys/dev/ice/ice_switch.h [new file with mode: 0644]
sys/dev/ice/ice_type.h [new file with mode: 0644]
sys/dev/ice/if_ice_iflib.c [new file with mode: 0644]
sys/dev/ice/virtchnl.h [new file with mode: 0644]
sys/dev/ice/virtchnl_inline_ipsec.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/ice/Makefile [new file with mode: 0644]
sys/modules/ice_ddp/Makefile [new file with mode: 0644]
tools/kerneldoc/subsys/Doxyfile-dev_ice [new file with mode: 0644]