git: 675e065b03ac - main - qat_c2xxx: Add a required MODULE_DEPEND for firmware(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 14:12:17 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=675e065b03acf9b4d779c9643e8f60fb1f44291a
commit 675e065b03acf9b4d779c9643e8f60fb1f44291a
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-28 13:47:34 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-28 14:11:59 +0000
qat_c2xxx: Add a required MODULE_DEPEND for firmware(9)
Reported by: kib
Sponsored by: The FreeBSD Foundation
---
sys/dev/qat_c2xxx/qat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/dev/qat_c2xxx/qat.c b/sys/dev/qat_c2xxx/qat.c
index 5f131c715844..00c01f2d0f4f 100644
--- a/sys/dev/qat_c2xxx/qat.c
+++ b/sys/dev/qat_c2xxx/qat.c
@@ -2267,4 +2267,5 @@ static driver_t qat_driver = {
DRIVER_MODULE(qat_c2xxx, pci, qat_driver, 0, 0);
MODULE_VERSION(qat_c2xxx, 1);
MODULE_DEPEND(qat_c2xxx, crypto, 1, 1, 1);
+MODULE_DEPEND(qat_c2xxx, firmware, 1, 1, 1);
MODULE_DEPEND(qat_c2xxx, pci, 1, 1, 1);