]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: replace an operation in X550 setup
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 17 Sep 2018 09:28:11 +0000 (17:28 +0800)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 03:01:35 +0000 (20:01 -0700)
commitc85b6f2901e7804105ca1d6d41cc5eb9a60474b8
tree7fe4c9f0b0e8e43d91f2a8b0610132ca1268407d
parent79b36ec91decc18d062fc428e2fd34d41aba0630
ixgbe: replace an operation in X550 setup

Replace "=" operation with "|=" operation to only set the intended
register bits.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Approved by: imp
Obtained from: DPDK (1b665ccd9cd73499e934b807bec2fd77193912ef)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621
sys/dev/ixgbe/ixgbe_x550.c