aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2026-04-17 17:11:42 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2026-04-17 17:11:42 +0000
commitcfec995c87f39e59c80554b85625b4aaa8ddf8db (patch)
tree7e2e211a81a88b174ffe851097d6edc6a1f4561b /sys/conf
parenteb0279550d52962241b4178101cd7f7d732eb682 (diff)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files4
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4279fae4c547..d982164ae3a1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1997,6 +1997,9 @@ device vr # VIA Rhine, Rhine II
device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
+# MDIO bus for Ethernet NICs that directly expose the MDIO bus
+device mdio
+
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
device iflib
device em # Intel Pro/1000 Gigabit Ethernet
diff --git a/sys/conf/files b/sys/conf/files
index da07e370a712..18ca17c731a8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2300,6 +2300,10 @@ dev/ixgbe/if_ix.c optional ix inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
dev/ixgbe/if_ixv.c optional ixv inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
+dev/ixgbe/if_ix_mdio.c optional ix inet mdio \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/if_ix_mdio_hw.c optional ix inet mdio \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/if_bypass.c optional ix inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/if_fdir.c optional ix inet | ixv inet \