CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/01/05 04:49:01

Modified files:
        sys/dev/ic     : bcmgenet.c 

Log message:
Stop doing `if_timer' modifications. We don't set `if_watchdog' handler
so the watchdog timeout is not used. However, `if_timer' is prtected with
kernel lock and this makes upcoming genet_start() unlocking useless.

If someone want to implement watchdog for bse(4), it should be done in
mp-safe way, may be with preceding if_slowtimo reworking.

No objections from kettenis.

Reply via email to