CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/03 08:58:36
Modified files: sys/dev/rasops : rasops.c Log message: Reset switch callback function pointer (and argument) after running the callback to prevent running it again when we do a synchronous switch in the future. Gets rid of bogus "wsdisplay_switch2: not switching" warnings. ok landry@, deraadt@