diff options
author | Paul Winder <paul@winder.uk.net> | 2020-07-06 12:24:40 +0100 |
---|---|---|
committer | Paul Winder <paul@winder.uk.net> | 2020-07-17 16:39:13 +0100 |
commit | 93f1cac532b220b8db1e7715dbb2ae7ec5fe8fe7 (patch) | |
tree | f43617035f3d143752ebeaa0bb6277256ceaadfc /exception_lists | |
parent | 2ba19bafbe44c6a57d09e79cc5e11875088875bf (diff) | |
download | illumos-joyent-93f1cac532b220b8db1e7715dbb2ae7ec5fe8fe7.tar.gz |
12933 Update i40e core code to support NVM v1.7
Portions contributed by: Krzysztof Galazka <krzysztof.galazka@intel.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Randy Fishel <randyf@sibernet.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/cstyle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 53a89f6406..7c20c11d6d 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -1031,6 +1031,8 @@ usr/src/uts/common/io/i40e/core/i40e_adminq.c usr/src/uts/common/io/i40e/core/i40e_adminq.h usr/src/uts/common/io/i40e/core/i40e_alloc.h usr/src/uts/common/io/i40e/core/i40e_common.c +usr/src/uts/common/io/i40e/core/i40e_dcb.c +usr/src/uts/common/io/i40e/core/i40e_dcb.h usr/src/uts/common/io/i40e/core/i40e_devids.h usr/src/uts/common/io/i40e/core/i40e_hmc.c usr/src/uts/common/io/i40e/core/i40e_hmc.h @@ -1041,7 +1043,7 @@ usr/src/uts/common/io/i40e/core/i40e_prototype.h usr/src/uts/common/io/i40e/core/i40e_register.h usr/src/uts/common/io/i40e/core/i40e_status.h usr/src/uts/common/io/i40e/core/i40e_type.h -usr/src/uts/common/io/i40e/core/i40e_virtchnl.h +usr/src/uts/common/io/i40e/core/virtchnl.h usr/src/uts/common/io/iwn/if_iwn.c usr/src/uts/common/io/iwn/if_iwnreg.h usr/src/uts/common/io/iwn/if_iwnvar.h |