Jung-uk Kim 761eeb5fff Fix VESA color palette corruption:
- VBE 3.0 says palette format resets to 6-bit mode when video mode changes.
We simply set 8-bit mode when we switch modes if the adapter supports it.
- VBE 3.0 also says if the mode is not VGA compatible, we must use VBE
function to save/restore palette.  Otherwise, VGA function may be used.
Thus, reinstate the save/load palette functions only for non-VGA compatible
modes regardless of its palette format.
- Let vesa(4) set VESA modes even if vga(4) claims to support it.
- Reset default palette if VESA pixel mode is set initially.
- Fix more style nits.
2009-11-03 20:22:09 +00:00
..
2009-10-11 01:51:35 +00:00
2009-11-03 11:47:07 +00:00
2009-05-13 22:31:25 +00:00
2009-10-28 15:22:58 +00:00
2009-02-04 20:39:45 +00:00
2009-09-14 21:33:00 +00:00
2009-09-16 23:27:14 +00:00
2009-10-05 20:21:41 +00:00
2009-10-30 18:30:13 +00:00
2009-09-10 21:16:26 +00:00
2009-11-03 20:22:09 +00:00
2009-11-03 19:05:05 +00:00
2009-02-05 19:37:49 +00:00
2009-06-24 20:43:51 +00:00
2009-06-21 19:17:22 +00:00
2009-06-05 18:44:36 +00:00
2009-10-24 09:55:11 +00:00
2009-04-14 11:23:09 +00:00
2009-05-30 18:39:22 +00:00
2009-11-02 18:15:11 +00:00
2009-06-14 00:15:26 +00:00
2009-09-06 10:27:45 +00:00
2009-05-25 22:50:11 +00:00
2009-02-05 19:37:49 +00:00
2009-11-03 12:03:13 +00:00
2009-08-23 08:04:40 +00:00
2009-09-30 11:05:12 +00:00
2009-08-30 20:45:24 +00:00