diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-03-12 19:05:19 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-03-12 19:05:19 +0000 |
commit | 4e07db359c9c712d10537e49bc9ed64fbfd5379e (patch) | |
tree | 2318917051212e7ef38c27f546f4f84f0c57f3f6 /exception_lists | |
parent | 4761371227e50ad640ef47fc3ca0e6f8cad78682 (diff) | |
parent | c124a83e09115de88ecccd4f689983f42a1d53bd (diff) | |
download | illumos-joyent-4e07db359c9c712d10537e49bc9ed64fbfd5379e.tar.gz |
[illumos-gate merge]
commit c124a83e09115de88ecccd4f689983f42a1d53bd
5689 Want support for newer Intel I218 parts
5690 Want support for newer Intel I210 parts
commit 087a28d18c24cf4938e8a2617b5127a2fd29ddf4
3446 Update bge to support missing 57xx/577xx devices
commit fc01d378bd20b13dcb27185d874fc628d851b161
5106 elfdump compiles using headers from the build system (fix noise)
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/cstyle | 7 | ||||
-rw-r--r-- | exception_lists/hdrchk | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 570b908c1d..aadf35d05e 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -881,6 +881,13 @@ usr/src/uts/common/io/bnxe/bnxe_tx.c usr/src/uts/common/io/bnxe/bnxe_workq.c usr/src/uts/common/io/bnxe/bnxe.h usr/src/uts/common/io/bnxe/version.h +usr/src/uts/common/io/bge/bge_main2.c +usr/src/uts/common/io/bge/bge_chip2.c +usr/src/uts/common/io/bge/bge_mii.c +usr/src/uts/common/io/bge/bge_kstats.c +usr/src/uts/common/io/bge/bge_impl.h +usr/src/uts/common/io/bge/bge_send.c +usr/src/uts/common/io/bge/bge_hw.h usr/src/uts/common/io/e1000api/e1000_80003es2lan.c usr/src/uts/common/io/e1000api/e1000_80003es2lan.h usr/src/uts/common/io/e1000api/e1000_82540.c diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index 0d9457d622..60c60a527e 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -287,6 +287,15 @@ usr/src/uts/common/io/bnxe/bnxe_binding.h usr/src/uts/common/io/bnxe/bnxe_debug.h usr/src/uts/common/io/bnxe/bnxe.h usr/src/uts/common/io/bnxe/version.h +usr/src/uts/common/io/e1000api/e1000_mac.h +usr/src/uts/common/io/e1000api/e1000_82543.h +usr/src/uts/common/io/e1000api/e1000_regs.h +usr/src/uts/common/io/e1000api/e1000_phy.h +usr/src/uts/common/io/e1000api/e1000_nvm.h +usr/src/uts/common/io/e1000api/e1000_82571.h +usr/src/uts/common/io/e1000api/e1000_80003es2lan.h +usr/src/uts/common/io/e1000api/e1000_manage.h +usr/src/uts/common/io/e1000api/e1000_i210.h usr/src/uts/common/io/ixgbe/ixgbe_common.h usr/src/uts/common/io/nfp/nfp.h usr/src/uts/common/io/nfp/nfpci.h |