On Fri, Mar 15, 2024 at 07:57:46PM -0400, Kevin O'Connor wrote:
These two patches are name and comment changes only. The goal is to make the vgahw_xxx() functions a little more clear.
The current vga mode description struct (struct vgamode_s) is passed around to avoid extra calls to get_current_mode(). However, this can be confusing as some vgahw_xxx() calls work on an arbitrary mode while others only work on the current video mode. Use separate names (curmode_g vs vmode_g) to make the distinction more clear.
I committed this change.
-Kevin