Date: Fri, 17 Apr 2026 19:32:53 +0000 From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b4be4a7890e7 - main - powerpc64: fix builds Message-ID: <69e28ae5.3fbd9.7b0cba10@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=b4be4a7890e7f3a94acc08440e28d480434f5bb8 commit b4be4a7890e7f3a94acc08440e28d480434f5bb8 Author: Adrian Chadd <adrian@FreeBSD.org> AuthorDate: 2026-04-17 19:32:23 +0000 Commit: Adrian Chadd <adrian@FreeBSD.org> CommitDate: 2026-04-17 19:32:48 +0000 powerpc64: fix builds Oops, I missed 'device ix' in here, and it now requires mdio. --- sys/powerpc/conf/GENERIC64 | 2 ++ sys/powerpc/conf/GENERIC64LE | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index 8daf5353263a..f2c688b1c622 100644 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -175,6 +175,8 @@ device glc # Sony Playstation 3 Ethernet device llan # IBM pSeries Virtual Ethernet device cxgbe # Chelsio 10/25G NIC +device mdio # MDIO bus + # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device bge # Broadcom BCM570xx Gigabit Ethernet diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE index 499ee95d1905..ee5ecc271743 100644 --- a/sys/powerpc/conf/GENERIC64LE +++ b/sys/powerpc/conf/GENERIC64LE @@ -181,6 +181,8 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558) device re # Realtek 8139C+/8169/8169S/8110S device rl # Realtek 8129/8139 +device mdio # MDIO bus + # Nvidia/Mellanox Connect-X 4 and later, Ethernet only # mlx5ib requires ibcore infra and is not included by default device mlx5 # Base driverhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e28ae5.3fbd9.7b0cba10>
