mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Record the missing module dependency ("amd" on "cam").
Reviewed by: scottl
This commit is contained in:
parent
bec064b151
commit
69e4c73037
1 changed files with 1 additions and 0 deletions
|
|
@ -2497,3 +2497,4 @@ static driver_t amd_driver = {
|
|||
|
||||
static devclass_t amd_devclass;
|
||||
DRIVER_MODULE(amd, pci, amd_driver, amd_devclass, 0, 0);
|
||||
MODULE_DEPEND(amd, cam, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue