diff options
author | Vishal Kulkarni <vishal@chelsio.com> | 2019-08-12 11:11:27 +0000 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2019-12-09 18:21:11 -0800 |
commit | 7e6ad4690aa1d3cbf260ef54d5e9632ae40a782e (patch) | |
tree | d9f812e65c3ebca024f5f58721e782def74931f5 /exception_lists | |
parent | d9172ac4b58b7d14d2dc462871e5a554135283bf (diff) | |
download | illumos-joyent-7e6ad4690aa1d3cbf260ef54d5e9632ae40a782e.tar.gz |
11810 Add Chelsio Unified Debug(CUDBG) routines
11811 Add support to cxgbe for T5/T6 parts
11812 Update cxgbe firmware version to 1.24.3.0
Reviewed by: Matthias Scheler <mscheler@tintri.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/cstyle | 1 | ||||
-rw-r--r-- | exception_lists/hdrchk | 4 | ||||
-rw-r--r-- | exception_lists/wscheck | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 3d2fc67caa..9a44d6b2be 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -18,6 +18,7 @@ usr/src/cmd/acpi/common/utmath.c usr/src/cmd/acpi/common/utnonansi.c usr/src/cmd/acpi/common/utprint.c usr/src/cmd/acpi/common/utxferror.c +usr/src/cmd/cxgbetool/* usr/src/cmd/hal/tools/hal_set_property.c usr/src/cmd/krb5/kadmin/cli/kadmin_ct.c usr/src/cmd/krb5/kadmin/cli/kadmin.c diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index 674d4f69a2..c8edb3e5ae 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -2,6 +2,7 @@ usr/src/cmd/acpi/acpidump/acpidump.h usr/src/cmd/acpi/acpixtract/acpixtract.h usr/src/cmd/acpi/acpixtract/axmain.h usr/src/cmd/acpi/acpixtract/axutils.h +usr/src/cmd/cxgbetool/* usr/src/cmd/krb5/kadmin/cli/kadmin.h usr/src/cmd/krb5/kadmin/dbutil/import_err.h usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.h @@ -341,6 +342,9 @@ usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h usr/src/uts/common/io/cxgbe/firmware/* usr/src/uts/common/io/cxgbe/common/t4_msg.h usr/src/uts/common/io/cxgbe/common/t4_regs.h +usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h +usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.h +usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h usr/src/uts/common/io/e1000api/e1000_80003es2lan.h usr/src/uts/common/io/e1000api/e1000_82541.h usr/src/uts/common/io/e1000api/e1000_82543.h diff --git a/exception_lists/wscheck b/exception_lists/wscheck index ed8e61a047..a76b838ef4 100644 --- a/exception_lists/wscheck +++ b/exception_lists/wscheck @@ -12,11 +12,13 @@ # syntax: glob +usr/src/cmd/cxgbetool/* usr/src/cmd/smbsrv/testoplock/case*.ref usr/src/data/hwdata/pci.ids usr/src/data/hwdata/usb.ids usr/src/data/perfmon/readme.txt usr/src/tools/smatch/src/* +usr/src/uts/common/io/cxgbe/* usr/src/uts/common/io/qede/* usr/src/uts/common/io/i40e/core/* usr/src/uts/common/io/ixgbe/core/* |