diff --git a/sys/dev/mii/dp83822phy.c b/sys/dev/mii/dp83822phy.c index ac5c8b19be3..4980f06df1d 100644 --- a/sys/dev/mii/dp83822phy.c +++ b/sys/dev/mii/dp83822phy.c @@ -86,7 +86,8 @@ struct dp83822_softc { }; static const struct mii_phydesc dpphys[] = { - MII_PHY_DESC(xxTI, DP83822) + MII_PHY_DESC(xxTI, DP83822), + MII_PHY_END }; static const struct mii_phy_funcs dpphy_funcs = {