Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

--- Comment #3 from Hiroshi Nishida <hnishida@thelustrecollective.com> ---
Created attachment 269399
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D269399&action=
=3Dedit
Fix Wake-on-LAN for Intel I226-V (igc driver)

Tested on Intel NUC 13 Pro (Arena Canyon, Core i5-1340P) with FreeBSD
14.4-RELEASE.

Two issues were found:

1. igc_get_wakeup() never sets IGC_WUFC_MAG (magic packet bit), causing
   igc_enable_wakeup() to always skip WOL setup and jump to pme: label
   without arming the NIC for magic packet wakeup.

2. The PHY Power Management register has DIS_100_D3, DIS_1000_D3, and
   DIS_2500_D3 bits set, which disable link speeds in D3 state and prevent
   the NIC from receiving magic packets after shutdown.

Fix: Always set IGC_WUFC_MAG in igc_get_wakeup(), and clear the DIS_*_D3
bits in the PHPM register in igc_enable_wakeup().

--=20
You are receiving this mail because:
You are the assignee for the bug.=


home | help