vgabios: Make cirrus line lengths standard.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 14 Jan 2012 19:52:01 +0000 (14:52 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 14 Jan 2012 22:19:58 +0000 (17:19 -0500)
Only two modes don't match their expected line length.  One looks like
a bug (it has a virtual line length of 1280 for a screen of 1600
bytes) and one looks like an optimization (2048 vs 1920).  Change the
mode line lengths to exactly match the expected line lengths so that
the VBE code is correct.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>

No differences found