Author: markj
Date: Mon Nov  9 15:37:12 2020
New Revision: 367526
URL: https://svnweb.freebsd.org/changeset/base/367526

Log:
  MFC r367387, r367422:
  Add firmware modules for qat(4)

Added:
  stable/12/sys/contrib/dev/qat/
     - copied from r367387, head/sys/contrib/dev/qat/
  stable/12/sys/modules/qatfw/
     - copied from r367387, head/sys/modules/qatfw/
Modified:
  stable/12/sys/contrib/dev/qat/mmp_firmware_c2xxx.bin   (contents, props 
changed)
  stable/12/sys/contrib/dev/qat/mof_firmware_c2xxx.bin   (contents, props 
changed)
  stable/12/sys/contrib/dev/qat/qat_895xcc.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_895xcc_mmp.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_c3xxx.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_c3xxx_mmp.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_c62x.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_c62x_mmp.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_d15xx.bin   (contents, props changed)
  stable/12/sys/contrib/dev/qat/qat_d15xx_mmp.bin   (contents, props changed)
  stable/12/sys/modules/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/contrib/dev/qat/mmp_firmware_c2xxx.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/mof_firmware_c2xxx.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_895xcc.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_895xcc_mmp.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_c3xxx.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_c3xxx_mmp.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_c62x.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_c62x_mmp.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_d15xx.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/contrib/dev/qat/qat_d15xx_mmp.bin
==============================================================================
Binary file (source and/or target). No diff available.

Modified: stable/12/sys/modules/Makefile
==============================================================================
--- stable/12/sys/modules/Makefile      Mon Nov  9 15:36:11 2020        
(r367525)
+++ stable/12/sys/modules/Makefile      Mon Nov  9 15:37:12 2020        
(r367526)
@@ -324,6 +324,7 @@ SUBDIR=     \
        puc \
        pwm \
        ${_qat} \
+       ${_qatfw} \
        ${_qlxge} \
        ${_qlxgb} \
        ${_qlxgbe} \
@@ -663,6 +664,7 @@ _ndis=              ndis
 _ocs_fc=       ocs_fc
 _pccard=       pccard
 _qat=          qat
+_qatfw=                qatfw
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
 _rdma=         rdma
 .endif
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to