The NetBSD Project

CVS log for src/sys/arch/vax/vsa/maskbits.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / vax / vsa

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Feb 15 19:14:50 2023 UTC (14 months ago) by martin
Branch: netbsd-10
CVS Tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Changes since 1.1.2.1: +75 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

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.

Revision 1.1.2.1, Sat Feb 11 05:59:39 2023 UTC (14 months, 1 week ago) by martin
Branch: netbsd-10
Changes since 1.1: +0 -75 lines
FILE REMOVED

file maskbits.h was added on branch netbsd-10 on 2023-02-15 19:14:50 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 11 05:59:39 2023 UTC (14 months, 1 week ago) by tsutsui
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Branch point for: netbsd-10

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>