commit | ef4f9e183751df5ccd32eb5dda2ce6816b53695f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Sep 03 13:54:28 2012 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Sep 03 13:54:28 2012 -0400 |
tree | 249129c9574a748e74b1c091667d263baaa66be0 | |
parent | c8a3d3ee0194f0bb76e7ec8eeb59d7b986c24016 [diff] |
vgabios: Ignore mode flags in vbe get_mode_info call. Ignore any mode flags a caller may have set on the vbe get_mode_info call. The spec doesn't require ignoring of flags, but it appears at least some real-world vgabios vbe implementations do this. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>