CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/21 05:58:42
Modified files:
sys/dev/rasops : rasops1.c
Log message:
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
big-endian architectectures. These functions assume big-endian bit order
whereas rasops1_putchar() assumes native-endian bit order. Since ssdfb(4)
assumes little-endian bit order and is the only consumer of these interfaces
on little-endian platforms, go with the rasop1_putchar() convention for now.
ok mpi@