Stop reversing bytes read from the framebuffer. That was added since
authorpatrick <patrick@openbsd.org>
Tue, 31 Jul 2018 12:41:57 +0000 (12:41 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 31 Jul 2018 12:41:57 +0000 (12:41 +0000)
commitf6d0c970b1a357e23340b012681a9a9106d1ce64
treea906bb77f02c0af48493530c3e39eb147f369cfa
parent3f2a54368aef1219b325970a556c3526045019af
Stop reversing bytes read from the framebuffer.  That was added since
the 8x16 font showed horizontally flipped characters, but as it turns
out the issue is that with 8-bit wide fonts we use optimized rasops
code that apparently writes out the character with reversed bitorder.
sys/dev/fdt/ssdfb.c