Source-Changes archive

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

CVS commit: [netbsd-6] src/sys/arch/luna68k



Module Name:    src
Committed By:   martin
Date:           Wed Jul 25 21:30:35 UTC 2012

Modified Files:
        src/sys/arch/luna68k/conf [netbsd-6]: GENERIC INSTALL
        src/sys/arch/luna68k/dev [netbsd-6]: lunafb.c lunaws.c omrasops.c
        src/sys/arch/luna68k/luna68k [netbsd-6]: locore.s
Added Files:
        src/sys/arch/luna68k/dev [netbsd-6]: omrasopsvar.h
Removed Files:
        src/sys/arch/luna68k/dev [netbsd-6]: omron_rfont.h

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #444):
        sys/arch/luna68k/conf/GENERIC: revision 1.99
        sys/arch/luna68k/dev/lunafb.c: revision 1.26
        sys/arch/luna68k/luna68k/locore.s: revision 1.48
        sys/arch/luna68k/dev/lunaws.c: revision 1.24
        sys/arch/luna68k/dev/omron_rfont.h: file removal
        sys/arch/luna68k/dev/omrasopsvar.h: revision 1.1
        sys/arch/luna68k/dev/omrasops.c: revision 1.12
        sys/arch/luna68k/dev/omrasops.c: revision 1.13
        sys/arch/luna68k/conf/INSTALL: revision 1.6
Use & not && to mask bits.  From OpenBSD/luna88k
Fix typo in comment.  From OpenBSD/luna88k.
Switch luna68k wscons framebuffer driver to using rasops(9) APIs instead of
deprecated rcons(4).  This allows "options FONT_foo" in kernel config files.
Mostly taken from OpenBSD/luna88k, but unnecessary MI rasops(9) stuff is
omitted since omrasops.c has own raster wsdisplay_emulops functions.
Tested on LUNA with 4bpp fb and LUNA-II with 1bpp fb.
Make reboot(2) actually work (don't access %sp after MMU is turned off).
Also cleanup spaces and #if 0'ed code.  Tested on both LUNA and LUNA-II.
Should be pulled up to netbsd-6.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.97.2.1 src/sys/arch/luna68k/conf/GENERIC
cvs rdiff -u -r1.4 -r1.4.2.1 src/sys/arch/luna68k/conf/INSTALL
cvs rdiff -u -r1.25 -r1.25.8.1 src/sys/arch/luna68k/dev/lunafb.c
cvs rdiff -u -r1.23 -r1.23.8.1 src/sys/arch/luna68k/dev/lunaws.c
cvs rdiff -u -r1.11 -r1.11.8.1 src/sys/arch/luna68k/dev/omrasops.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/luna68k/dev/omrasopsvar.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/luna68k/dev/omron_rfont.h
cvs rdiff -u -r1.47 -r1.47.2.1 src/sys/arch/luna68k/luna68k/locore.s

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