mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
PR: 106543 Reviewed by: Adam Radford MFC after: 3 days
This commit is contained in:
parent
787096051b
commit
bfa5ec2a88
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ static driver_t twa_pci_driver = {
|
|||
|
||||
DRIVER_MODULE(twa, pci, twa_pci_driver, twa_devclass, 0, 0);
|
||||
|
||||
MODULE_DEPEND(twa, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(twa, cam, 1, 1, 1);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue