diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-04-16 08:23:27 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-04-27 16:01:28 -0700 |
commit | 5fc77b81fbb2d591a82c9778896a466ebc9928cd (patch) | |
tree | 5d9893ce9d52ce45c47dd6befe9db4a9e975e18c /exception_lists | |
parent | f0455e46363efd5f7f0a01f27dcbaed2a44bf2d2 (diff) | |
download | illumos-joyent-5fc77b81fbb2d591a82c9778896a466ebc9928cd.tar.gz |
6926 Move ixgbe Intel common code into its own directory
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/cstyle | 32 | ||||
-rw-r--r-- | exception_lists/hdrchk | 2 |
2 files changed, 17 insertions, 17 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 1bad4a1143..8dca99dbba 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -957,22 +957,22 @@ usr/src/uts/common/io/e1000api/e1000_phy.h usr/src/uts/common/io/e1000api/e1000_regs.h usr/src/uts/common/io/e1000api/e1000_vf.c usr/src/uts/common/io/e1000api/e1000_vf.h -usr/src/uts/common/io/ixgbe/ixgbe_82598.c -usr/src/uts/common/io/ixgbe/ixgbe_82598.h -usr/src/uts/common/io/ixgbe/ixgbe_82599.c -usr/src/uts/common/io/ixgbe/ixgbe_82599.h -usr/src/uts/common/io/ixgbe/ixgbe_api.c -usr/src/uts/common/io/ixgbe/ixgbe_api.h -usr/src/uts/common/io/ixgbe/ixgbe_common.c -usr/src/uts/common/io/ixgbe/ixgbe_common.h -usr/src/uts/common/io/ixgbe/ixgbe_mbx.c -usr/src/uts/common/io/ixgbe/ixgbe_mbx.h -usr/src/uts/common/io/ixgbe/ixgbe_osdep.h -usr/src/uts/common/io/ixgbe/ixgbe_phy.c -usr/src/uts/common/io/ixgbe/ixgbe_phy.h -usr/src/uts/common/io/ixgbe/ixgbe_type.h -usr/src/uts/common/io/ixgbe/ixgbe_x540.c -usr/src/uts/common/io/ixgbe/ixgbe_x540.h +usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c +usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h +usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c +usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h +usr/src/uts/common/io/ixgbe/core/ixgbe_api.c +usr/src/uts/common/io/ixgbe/core/ixgbe_api.h +usr/src/uts/common/io/ixgbe/core/ixgbe_common.c +usr/src/uts/common/io/ixgbe/core/ixgbe_common.h +usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c +usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.h +usr/src/uts/common/io/ixgbe/core/ixgbe_osdep.h +usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c +usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h +usr/src/uts/common/io/ixgbe/core/ixgbe_type.h +usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c +usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2_cnfg.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2_hbd.h diff --git a/exception_lists/hdrchk b/exception_lists/hdrchk index 085083c201..49ebd21794 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -320,7 +320,7 @@ usr/src/uts/common/io/e1000api/e1000_manage.h usr/src/uts/common/io/e1000api/e1000_nvm.h usr/src/uts/common/io/e1000api/e1000_phy.h usr/src/uts/common/io/e1000api/e1000_regs.h -usr/src/uts/common/io/ixgbe/ixgbe_common.h +usr/src/uts/common/io/ixgbe/core/ixgbe_common.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2_cnfg.h usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/mpi2_hbd.h |