diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 485b0744b978..f81acc64b9ea 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1174,7 +1174,7 @@ probe_adapters(void) } /* remove conflicting modes if we have more than one adapter */ - if (biosadapters > 1) { + if (biosadapters > 0) { for (i = 0; i < biosadapters; ++i) { if (!(biosadapter[i].va_flags & V_ADP_MODECHANGE)) continue;