summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-06-01 16:02:39 +0000
committerjhb <jhb@FreeBSD.org>2005-06-01 16:02:39 +0000
commite225b3e66e72b519472eb06a4113c577517eb334 (patch)
tree4d7e03d2b84ea11d581764f0e0fd962e1d93ac54
parent583200b7e67aa14ecf20d560c49ee4ff4ab6d37d (diff)
downloadFreeBSD-src-e225b3e66e72b519472eb06a4113c577517eb334.zip
FreeBSD-src-e225b3e66e72b519472eb06a4113c577517eb334.tar.gz
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
-rw-r--r--sys/i386/isa/vesa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index e70a61f..74c9814 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",
OpenPOWER on IntegriCloud