Merge pull request #259 from logicog/rtl8221b_100m_support

Add support for 100M on RTL8221B ports
This commit is contained in:
René van Dorst
2026-06-15 17:54:03 +00:00
committed by GitHub
+1 -1
View File
@@ -1408,7 +1408,7 @@ void idle(void)
if (!machine.n_10g && p5_last != p5) {
if (p5 == 0x5) // 2.5GBit Mode
sds_config(0, SDS_HISGMII);
else if (p5 == 0x2) // 1GBit
else // 1GBit and 100Mbit
sds_config(0, SDS_SGMII);
}
if (machine.n_10g)