Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   tsutsui
Date:           Sat Feb 11 05:59:39 UTC 2023

Modified Files:
        src/sys/arch/vax/vsa: smg.c
Added Files:
        src/sys/arch/vax/vsa: maskbits.h
        src/sys/dev/ic: dc503reg.h

Log Message:
Port rasops'fied smg(4) framebuffer driver for VS3100 from OpenBSD/vax.

This allows using more fonts other than 8x15 pixels on smg(4).
Tested on my VAXstation 3100/m30.

Note the bitorder of smg(4) VRAM is LSB first (i.e. LSBit is the
most left side pixel) and this requires more complicated changes
to bitmask ops in MI rasops(9) because several LE machines have
VRAMs whose MSBit is connected to the most left side pixel,
but for now I prepared smg(4) specific putchar and cursor ops
based on old luna68k omrasops.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/vax/vsa/maskbits.h
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/vax/vsa/smg.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/dc503reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index