aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/felix
diff options
context:
space:
mode:
authorKornel Duleba <mindal@semihalf.com>2021-07-28 11:38:53 +0000
committerMarcin Wojtas <mw@FreeBSD.org>2021-08-03 10:07:49 +0000
commitdfcaa2c18bf9c69b94d531364f8913b23f19505f (patch)
tree0cda2787c3a7c89087c95c4ff8da58aadd9da9ea /sys/dev/etherswitch/felix
parent5ad6d28cbe6b3ff85e49607a7e04cb68db3ed6df (diff)
Diffstat (limited to 'sys/dev/etherswitch/felix')
-rw-r--r--sys/dev/etherswitch/felix/felix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/etherswitch/felix/felix.c b/sys/dev/etherswitch/felix/felix.c
index 140811807586..1cd1e0e29ca7 100644
--- a/sys/dev/etherswitch/felix/felix.c
+++ b/sys/dev/etherswitch/felix/felix.c
@@ -138,6 +138,8 @@ MODULE_VERSION(felix, 1);
MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, felix,
felix_pci_ids, nitems(felix_pci_ids) - 1);
+MODULE_DEPEND(felix, enetc_mdio, 1, 1, 1);
+
static int
felix_probe(device_t dev)
{