Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 15:37:12 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r367526 - in stable/12/sys: contrib/dev/qat modules modules/qatfw
Message-ID:  <202011091537.0A9FbCx6037201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011091537.0A9FbCx6037201>