aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-09-28 16:58:40 +0000
committerEd Maste <emaste@FreeBSD.org>2021-09-29 01:16:40 +0000
commit543df609072fe49079c36d6bee510e1645edde3a (patch)
tree203b5360d4202c389f7cbf5f259cd5c90292f36f
parent28ea9470782d4d01004b801c3ec7d74761fcf611 (diff)
downloadsrc-543df609072fe49079c36d6bee510e1645edde3a.tar.gz
src-543df609072fe49079c36d6bee510e1645edde3a.zip
mgb: Connect if_mgb module to the build
It supports the following Microchip devices: LAN7430 PCIe Gigabit Ethernet controller with PHY LAN7431 PCIe Gigabit Ethernet controller with RGMII interface The driver has a number of caveats and limitations, but is functional. Relnotes: Yes Sponsored by: The FreeBSD Foundation
-rw-r--r--share/man/man4/Makefile2
-rw-r--r--sys/modules/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index d83f4d03d9db..4dad9b11ec22 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -297,6 +297,7 @@ MAN= aac.4 \
mem.4 \
meteor.4 \
mfi.4 \
+ ${_mgb.4} \
miibus.4 \
mld.4 \
mlx.4 \
@@ -816,6 +817,7 @@ _igc.4= igc.4
_imcsmb.4= imcsmb.4
_io.4= io.4
_itwd.4= itwd.4
+_mgb.4= mgb.4
_nda.4= nda.4
_nfe.4= nfe.4
_nfsmb.4= nfsmb.4
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2c0c9b48941d..00f5bb281872 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -232,6 +232,7 @@ SUBDIR= \
${_mana} \
md \
mdio \
+ ${_mgb} \
mem \
mfi \
mii \
@@ -652,6 +653,7 @@ _ixv= ixv
_lio= lio
.endif
_mana= mana
+_mgb= mgb
_nctgpio= nctgpio
_ntb= ntb
_ocs_fc= ocs_fc