diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2000-01-24 09:22:51 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2000-01-24 09:22:51 +0000 |
| commit | f0aac6a5032733ce47f5f63c199814fe8ed0391e (patch) | |
| tree | c6b398eaf003cd954e1bfd8c0be876f0857712e1 /sys/dev/fb | |
| parent | 54e6aeb25dd5e42c0162ba4f093198fa3fc6844a (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/vga.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
