The fonts we are looping through in vga_selectfont() are the builtin
authorfcambus <fcambus@openbsd.org>
Sat, 17 Jun 2017 19:20:30 +0000 (19:20 +0000)
committerfcambus <fcambus@openbsd.org>
Sat, 17 Jun 2017 19:20:30 +0000 (19:20 +0000)
commitb172cb7a68e168f3382e91c7e9c3c2f753f63fc5
tree484dd82f4ffcad14909b860b24fccf6e5b4ecd4e
parent3bfe4a650f53d3e576dc8f805dc5d6b77d6158cf
The fonts we are looping through in vga_selectfont() are the builtin
font which is using the IBM encoding, and some potentially loaded fonts
which are either IBM or ISO encoded.

Therefore the condition checked by vga_valid_font() is always true, and
we can remove it. Thanks to miod@ for pointing this out.

OK tb@
sys/dev/ic/vga.c