Author: markj
Date: Thu Dec 3 15:54:41 2020
New Revision: 368303
URL: https://svnweb.freebsd.org/changeset/base/368303
Log:
MFC r368194:
qat: Initialize the crypto device ID to -1 instead of 0
Modified:
stable/12/sys/dev/qat/qat.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/qat/qat.c
==============================================================================
--- stable/12/sys/dev/qat/qat.c Thu Dec 3 14:41:11 2020 (r368302)
+++ stable/12/sys/dev/qat/qat.c Thu Dec 3 15:54:41 2020 (r368303)
@@ -357,6 +357,7 @@ qat_attach(device_t dev)
sc->sc_dev = dev;
sc->sc_rev = pci_get_revid(dev);
+ sc->sc_crypto.qcy_cid = -1;
qatp = qat_lookup(dev);
memcpy(&sc->sc_hw, qatp->qatp_hw, sizeof(struct qat_hw));
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"