commit | 4221d014ea04d439e6d1e65951c3b406e7c1b7ab | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Fri Aug 31 11:30:31 2007 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri Aug 31 11:52:35 2007 -0700 |
tree | 68457ec6ff8fbaeefa0a3b9e5565d8c10a20643f | |
parent | 3b42d28b2a04b3c9830eb865288239d45eccc402 [diff] |
[x86 setup] Don't rely on the VESA BIOS being register-clean The VESA BIOS is specified to be register-clean. However, we have now found at least one system which violates that. Thus, be as paranoid about VESA calls as about everything else. Huge thanks to Will Simoneau for reporting, diagnosing, and testing this out on Dell Inspiron 5150. Cc: Will Simoneau <simoneau@ele.uri.edu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>