I noticed just after the changes on Feb 7 works fine. So I did bisect to find a commit that introduced the problem. The commit is
On Tue, 11 Feb 2025 00:54:52 -0700 (MST) Jonathan Gray <[email protected]> wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2025/02/11 00:54:52 > > Modified files: > sys/dev/pci/drm/include/generated: autoconf.h > > Log message: > define CONFIG_FRAMEBUFFER_CONSOLE > > used in inteldrm when deciding if an fb is too big for stolen memory After revert this diff, the problem doesn't happen. I have not see the detail of the flags yet, but it seems enabling the flag causes the problem. I'm sorry for my first diff was wrong direction.
