Allow the VESA code to handle devices that don't claim to be VGA devices.
This fixes VESA support when running under vmware. PR: i386/81445 Submitted by: Jia-Shiun Li jiashiun at gmail dot com MFC after: 1 week
This commit is contained in:
parent
0f412b97da
commit
e2d8b255c9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146878
@ -652,8 +652,6 @@ vesa_bios_init(void)
|
||||
printf("VESA: information block\n");
|
||||
dump_buffer(buf, 64);
|
||||
}
|
||||
if (vesa_adp_info->v_flags & V_NONVGA)
|
||||
return 1;
|
||||
if (vesa_adp_info->v_version < 0x0102) {
|
||||
printf("VESA: VBE version %d.%d is not supported; "
|
||||
"version 1.2 or later is required.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user