From e2d8b255c9751b5e920f5c357c95c178b55ff7ce Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 1 Jun 2005 16:02:39 +0000 Subject: [PATCH] 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 --- sys/i386/isa/vesa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c index e70a61f53673..74c98146e3c4 100644 --- a/sys/i386/isa/vesa.c +++ b/sys/i386/isa/vesa.c @@ -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",