diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-07-11 11:04:09 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-07-25 00:26:57 +0000 |
commit | 98cae26d5a330ae147e4b88fd4f1748199dd7e3a (patch) | |
tree | db0d2a80611309eb990f85efdef38f2e1e3b9b29 /exception_lists | |
parent | e3ff99b75a3e16010f15282f81938dab84595c93 (diff) | |
download | illumos-joyent-98cae26d5a330ae147e4b88fd4f1748199dd7e3a.tar.gz |
OS-3110 Add support for nfp driver
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/cstyle | 20 | ||||
-rw-r--r-- | exception_lists/hdrchk | 13 |
2 files changed, 32 insertions, 1 deletions
diff --git a/exception_lists/cstyle b/exception_lists/cstyle index 0a6d90e93e..d254ff5f15 100644 --- a/exception_lists/cstyle +++ b/exception_lists/cstyle @@ -758,6 +758,26 @@ 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/nfp/ +usr/src/uts/common/io/nfp/osif.c +usr/src/uts/common/io/nfp/nfp.h +usr/src/uts/common/io/nfp/drvlist.c +usr/src/uts/common/io/nfp/nfp_ifvers.c +usr/src/uts/common/io/nfp/i21285.c +usr/src/uts/common/io/nfp/nfpci.h +usr/src/uts/common/io/nfp/nfp_error.h +usr/src/uts/common/io/nfp/i21555.h +usr/src/uts/common/io/nfp/i21555d.c +usr/src/uts/common/io/nfp/hostif.c +usr/src/uts/common/io/nfp/nfp_common.h +usr/src/uts/common/io/nfp/nfp_osif.h +usr/src/uts/common/io/nfp/nfdev-solaris.h +usr/src/uts/common/io/nfp/i21555.c +usr/src/uts/common/io/nfp/nfp_cmd.h +usr/src/uts/common/io/nfp/nfp_hostif.h +usr/src/uts/common/io/nfp/nfdev-common.h +usr/src/uts/common/io/nfp/autoversion.h +usr/src/uts/common/io/nfp/i21285.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 57805d0dfc..8fa1632b55 100644 --- a/exception_lists/hdrchk +++ b/exception_lists/hdrchk @@ -180,7 +180,18 @@ usr/src/uts/common/gssapi/mechs/krb5/include/krb5.h usr/src/uts/common/gssapi/mechs/krb5/include/old.h usr/src/uts/common/gssapi/mechs/krb5/include/raw.h usr/src/uts/common/gssapi/mechs/krb5/include/rsa-md4.h -usr/src/uts/common/io/ixgbe/ixgbe_common.h +usr/src/uts/common/io/ixgbe/ixgbe_common.r/src/uts/common/io/nfp/nfp.h +usr/src/uts/common/io/nfp/nfpci.h +usr/src/uts/common/io/nfp/nfp_error.h +usr/src/uts/common/io/nfp/i21555.h +usr/src/uts/common/io/nfp/nfp_common.h +usr/src/uts/common/io/nfp/nfp_osif.h +usr/src/uts/common/io/nfp/nfdev-solaris.h +usr/src/uts/common/io/nfp/nfp_cmd.h +usr/src/uts/common/io/nfp/nfp_hostif.h +usr/src/uts/common/io/nfp/nfdev-common.h +usr/src/uts/common/io/nfp/autoversion.h +usr/src/uts/common/io/nfp/i21285.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 |