Source-Changes archive

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

CVS commit: [netbsd-10] src/sys



Module Name:    src
Committed By:   martin
Date:           Wed Feb 15 19:14:50 UTC 2023

Modified Files:
        src/sys/arch/vax/vsa [netbsd-10]: smg.c
Added Files:
        src/sys/arch/vax/vsa [netbsd-10]: maskbits.h
        src/sys/dev/ic [netbsd-10]: dc503reg.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #86):

        sys/arch/vax/vsa/smg.c: revision 1.64
        sys/arch/vax/vsa/maskbits.h: revision 1.1
        sys/dev/ic/dc503reg.h: revision 1.1

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.2.2 src/sys/arch/vax/vsa/maskbits.h
cvs rdiff -u -r1.61.6.2 -r1.61.6.3 src/sys/arch/vax/vsa/smg.c
cvs rdiff -u -r0 -r1.1.2.2 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