CVS commit: [netbsd-9] src/sys/arch/hppa/dev

2021-07-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jul 14 17:52:32 UTC 2021

Modified Files:
src/sys/arch/hppa/dev [netbsd-9]: sti_sgc.c

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

sys/arch/hppa/dev/sti_sgc.c: revision 1.3

Fix silent freeze on probing sti(4) framebuffer on 712/60.  PR/52162

Ok'ed by skrll@.
Should be pulled up to netbsd-9 and netbsd-8.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/sys/arch/hppa/dev/sti_sgc.c

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



CVS commit: [netbsd-9] src/sys/arch/hppa/dev

2020-08-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  3 09:19:37 UTC 2020

Modified Files:
src/sys/arch/hppa/dev [netbsd-9]: asp.c dino.c lasi.c wax.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1035):

sys/arch/hppa/dev/lasi.c: revision 1.3
sys/arch/hppa/dev/wax.c: revision 1.2
sys/arch/hppa/dev/asp.c: revision 1.2
sys/arch/hppa/dev/dino.c: revision 1.5

Mask all interrupts before reading (and clearing) the interrupt request
register in attach.

Picked up by an assert in the qemu code.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.40.1 src/sys/arch/hppa/dev/asp.c \
src/sys/arch/hppa/dev/wax.c
cvs rdiff -u -r1.4 -r1.4.4.1 src/sys/arch/hppa/dev/dino.c
cvs rdiff -u -r1.2 -r1.2.4.1 src/sys/arch/hppa/dev/lasi.c

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