[Bug 289215] WOL not working after upgrading to 14.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 16:45:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289215 --- Comment #6 from John Baldwin <jhb@FreeBSD.org> --- Hmmm, I made some changes to abstract out the PME# handling for PCI that in theory reduced duplicated code in all the drivers that supported WOL that was merged in between 14.2 and 14.3. Relevant commits on stable/14 include: 6f27822152e4 dev: Use recently added improvements to PME# support to simplify drivers b8b5dbdb93f8 pci: Add helper routines to manage PME in device drivers b5bc47f1e1ab pci: Clear active PME# and disable PME# generation However, the bge(4) driver doesn't include WOL support (and never has). Did you enable it in the BIOS before? The right fix is probably to implement real WOL support in the driver. -- You are receiving this mail because: You are the assignee for the bug.