mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make it depend on PCI as well.
Submitted by: Stefan eSSer
This commit is contained in:
parent
0c994d8520
commit
78fb2586ce
1 changed files with 1 additions and 0 deletions
|
|
@ -8502,6 +8502,7 @@ static devclass_t sym_devclass;
|
|||
|
||||
DRIVER_MODULE(sym, pci, sym_pci_driver, sym_devclass, 0, 0);
|
||||
MODULE_DEPEND(sym, cam, 1, 1, 1);
|
||||
MODULE_DEPEND(sym, pci, 1, 1, 1);
|
||||
|
||||
|
||||
static struct sym_pci_chip sym_pci_dev_table[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue