https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
Kaho Toshikazu <k...@elam.kais.kyoto-u.ac.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@elam.kais.kyoto-u.ac.j | |p --- Comment #13 from Kaho Toshikazu <k...@elam.kais.kyoto-u.ac.jp> --- (In reply to Abraham122x from comment #9) These lines check the enable bit of WOL in the flash ROM. If you would like to neglect flash ROM setting, I think your suggestion is reasonable. If the default of WOL is still disabled when WOL is diabled on the flash ROM, you should not change these lines. In the function em_enable_wakeup(), if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) == 0) adapter->wol &= ~E1000_WUFC_MAG; after these line, please insert like this, else adapter->wol |= E1000_WUFC_MAG; if you don't want to change default settings. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"