Date: Fri, 12 Sep 2025 16:45:35 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 289215] WOL not working after upgrading to 14.3 Message-ID: <bug-289215-7501-3peWX6xSxy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-289215-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-289215-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D289215 --- 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 w= as merged in between 14.2 and 14.3. Relevant commits on stable/14 include: 6f27822152e4 dev: Use recently added improvements to PME# support to simpli= fy 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 r= eal WOL support in the driver. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289215-7501-3peWX6xSxy>