Intel just disabled EEE for 1Gbps and 2.5Gbps modes on both i225 and i226
chips due to bugs. We already had it this way.
ok patrick@ kevlo@
-/* $OpenBSD: if_igc.c,v 1.11 2023/02/09 21:21:27 naddy Exp $ */
+/* $OpenBSD: if_igc.c,v 1.12 2023/03/09 00:13:47 chris Exp $ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
if (igc_check_reset_block(hw))
printf(": PHY reset is blocked due to SOL/IDER session\n");
- /* Enable Energy Efficient Ethernet. */
+ /* Disable Energy Efficient Ethernet. */
sc->hw.dev_spec._i225.eee_disable = true;
igc_reset_hw(hw);