diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-17 19:32:23 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-04-17 19:32:48 +0000 |
| commit | b4be4a7890e7f3a94acc08440e28d480434f5bb8 (patch) | |
| tree | 6a3b4059b906725654cc24228e188087b132a05b | |
| parent | d9e7dd4a19b81a78a801973f8f5231f46a6d20b8 (diff) | |
powerpc64: fix builds
Oops, I missed 'device ix' in here, and it now requires mdio.
| -rw-r--r-- | sys/powerpc/conf/GENERIC64 | 2 | ||||
| -rw-r--r-- | sys/powerpc/conf/GENERIC64LE | 2 |
2 files changed, 4 insertions, 0 deletions
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 driver |
