mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Make sym depend, as a module, on cam.
Submitted by:"Norikatsu Shigemura" <nork@FreeBSD.org>
This commit is contained in:
parent
88af03989b
commit
0c994d8520
1 changed files with 1 additions and 0 deletions
|
|
@ -8501,6 +8501,7 @@ static driver_t sym_pci_driver = {
|
|||
static devclass_t sym_devclass;
|
||||
|
||||
DRIVER_MODULE(sym, pci, sym_pci_driver, sym_devclass, 0, 0);
|
||||
MODULE_DEPEND(sym, cam, 1, 1, 1);
|
||||
|
||||
|
||||
static struct sym_pci_chip sym_pci_dev_table[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue